|
Post by Simpsons Rule on Dec 7, 2003 18:31:51 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>
|
|
m33
New Member
Posts: 2
|
Post by m33 on May 12, 2004 9:49:17 GMT -5
more marquee options.... make it look better ;D
width="#" hight="#" direction="#" up, down, left, right speed of the marquee scrollamount="#" amount of pixels per jump scrolldelay="#" amount of milliseconds per jump behavior="#" scroll, slide, alternate
loop="#" times the marquee should loop bgcolor="#" background color, can be hex, or word
Hspace="#" horizontal space around the marquee Vspace="#" vertical space around the marquee
those codes must be used like this: <marquee bgcolor="#"> or more <marquee bgcolor="#" loop="#">
after <marquee> must be the text, and then a </marquee> between it u can add a picture, just like this: <marquee><img src="http:// coldfiresoftware.com/simpsons/codehelp/banner.jpg"></marquee>
that's all i think....
|
|
|
Post by Urbz304 on Aug 23, 2004 20:46:45 GMT -5
look nice
|
|
|
Post by JZSquared on Aug 24, 2004 16:46:32 GMT -5
more marquee options.... make it look better ;D width="#" hight="#" direction="#" up, down, left, right speed of the marquee scrollamount="#" amount of pixels per jump scrolldelay="#" amount of milliseconds per jump behavior="#" scroll, slide, alternate loop="#" times the marquee should loop bgcolor="#" background color, can be hex, or word Hspace="#" horizontal space around the marquee Vspace="#" vertical space around the marquee those codes must be used like this: <marquee bgcolor="#"> or more <marquee bgcolor="#" loop="#"> after <marquee> must be the text, and then a </marquee> between it u can add a picture, just like this: <marquee><img src="http:// coldfiresoftware.com/simpsons/codehelp/banner.jpg"></marquee> that's all i think.... That's good... But there's just one problem... The codes that Simps listed can be used in your posts... While the codes you listed are HTML, and can't be used in posts... But they can be used if you were going to design your own website, or you can use them in your headers and footers... Just thought that I would clear that up...
|
|