|
Post by Jordan on Jun 21, 2007 11:05:18 GMT -5
Use these codes whenever you want to place something in your Headers or Footers.
To center something: <center>Content Within</center>
To link something and have it open in the same window: <a href="URL">Text to display</a>
To link something and have it open in a new window: <a href="URL" target="_blank">Text to display</a>
To place an image: <img src="URL OF IMAGE">
To make an image an link: <a href="URL OF WEBSITE"><img src="URL OF IMAGE"></a>
To make text bold: <b>Text</b>
To make text underlined: <u>Text</u>
To make text italicized: <i>Text</i>
To make something scroll from one side of the page to the other: <marquee>Text</marquee>
|
|
|
Post by ballackfanatka on Jun 26, 2007 16:52:51 GMT -5
thanks a lot could have been usefull for me 3 months ago hehe... can u also ask things here?
|
|
|
Post by Jordan on Jun 26, 2007 16:58:09 GMT -5
Sure, ask away.
|
|