|
To add clickable images to your forum, you must
make the image into a hyperlink, then tell the browser where to go
when the user clicks on the image: For example, let's say your image is located HERE: Next, you need to make it into a link. For this example, we will
link to my home page at: A few problems here. Number one is the ugly border.
Number two is the link will open in the same window. To fix those,
we would add a TARGET tag to make the page open in a
_blank window and we'd add a border tag and make it 0
pixels wide (which means no border): To add clickable text to the image as well, you
simply insert your text after the image tag but before the hyperlink
closing tag </a> like this: To add plain text to the image tag, you
simply insert your text after the hyperlink
closing tag </a> like this: If you want the image in the center of your page, you would surround
the entire line of code, like this: |
|
[
Network 54 Tech Tips
]
[
Adding a POST button
]
[
Adding Content to Different Pages
]
|
|
|