XxMasterM1ndxX

Posts: 711
(3/27/02 9:31 am)
Reply
|
(HTML)Basics
- How to make links and use HTML to show images
I am posting a few answers to the most commonly asked HTML questions here.
You can use HTML in a post ONLY if it is allowed in that forum, and you can always use HTML in a signature, your advanced area, forum introduction, forum display name, announcement, and custom titles.
to make a word or phrase into a link :
words you want to show
to make a word or phrase into a link that opens in a new window (more polite not to take users away from the board you posted at):
words you want to show
how to make an image into a link(with no borders, looks nicer IMO):
to make a linked image that open in a new window(more polite not to take users away from the board you posted at):

to post a simple image with no link:
<img src="url_of_image">
if you want any of this centered, add <center></center> before and after the whole code
By strangelets

|