Yuwie People FEATURED

Profile Blog Club

Navigation GOODIES

Home Layouts Tweaks & Codes Comment Graphics Yuwie Referral Banners Support Us FAQ Contact

  
Your Ad Here

Basic Codes

Learn HTML!

These are some very basic HTML "how to's" to get you started. If you would like to learn more HTML there is a VERY EASY website that will teach you.

W3schools has very simple to follow tutorials. Use the menu on the left side to choose what you want to learn. They also have "Try it yourself" links in each tutorial, so you can try it out live and see how it works.

The key to HTML is you need to get all the little punctuations exactly right or it won't work. So, make sure you don't forget any " or > .

How to Post a Link

Put this code where you want it to show, shout box, comments, etc...

Example:
<a href="http://www.yuwiegoodies.com">Yuwie Goodies!</a>
Does this: Yuwie Goodies!

How to Post a Picture

Put this code where you want it to show, shout box, comments, etc...

Your image has to be hosted on the internet. Try photobucket.com or tinypic.com. Get the "DIRECT URL" to the image and put it in that code. The "alt" message can say whatever you want. The message will appear when you hover over the picture.

Example:
<img src="http://i17.tinypic.com/6fubzgm.jpg" alt="my pic rules!" />
Does this:
my pic rules!

How to Post an Image Link

Put this code where you want it to show, shout box, comments, etc...

Example: <a href="http://www.yuwiegoodies.com"><img src="http://i17.tinypic.com/6fubzgm.jpg" alt="my pic rules!" /></a>
Does this:
my pic rules!

How to Make Your Text Stand Out

<small>small text</small>
<u>underline text</u>
<s>strikeout text</s>
<big>big text</big>
<b>bold text</b>
<i>italic text</i>

<span style="color:orange;">Orange Text</span>
<span style="color:green;">Green Text</span>
<span style="color:violet;">Violet Text</span>
<span style="color:blue;">Blue Text</span>
<span style="color:red;">Red Text</span>

<span style="color:hotpink;"><s>Hot Pink Strikeout Text</s></span>

More Stuff LINKS

What's Yuwie? Yuwie Help Pimp Your Space

© 2008 YuwieGoodies.com
This site is not affiliated with Yuwie.com in anyway.