FIXED! Re: HTML Tutorial for SubChatters (93537) | |||
Home > SubChat | |||
[ Read Responses | Post a New Response | Return to the Index ] |
|
FIXED! Re: HTML Tutorial for SubChatters |
|
Posted by ALSTOM R160A on Fri Jun 3 14:38:35 2005, in response to HTML Tutorial for SubChatters, posted by Amanda on Fri Jun 3 14:07:15 2005. This is on-topic because it pertains to this message board. I've noticed a few people still don't know how to put images and links in their profiles. Here is a quick tutorial for happier SubChat reading:1) To put things in bold, surround the word(s) you want bolded with <b> and </b> 2) To put things in italics, surround the word(s) you want italicized with <i> and </i> 3) To put things with an underline, surround the word(s) you want underlined with <u> and </u> 4) To post a photo, use the following code: <img src="http://www.theurlofyourphoto.com/yourphoto.jpg"> 5) To post a hyperlink, use the following code: <a href="http://www.subchat.com"> The text you want to display </a> 6) To post a photo hyperlink (a photo that will lead you to a website), use the following code: <a href="http://www.subchat.com"><img src="http://www.theurlofyourphoto.com/yourphoto.jpg"></a> Just plug in what you need to plug in, it's as easy as pie. |