View Single Post
  #4  
Old 10-22-2004, 05:58 AM
EDGE is offline EDGE
EDGE's Avatar

Join Date: Feb 2003
Location: North Carolina
Posts: 7,184

Send a message via ICQ to EDGE Send a message via AIM to EDGE Send a message via Yahoo to EDGE
make sure you have the whole image code.

Example Code 1

Code:
<img src="http://yourimage.com" width="400" height="100">
Also, if you are making button images, make sure to include the border="0" so you won't have a border around the links. Here is the code.

Example Code 1

Code:
<img border="0" src="http://yourimage.com" width="400" height="100">
Example Code 2

Code:
<img src="http://yourimage.com" width="400" height="100" border="0">
You also need to make sure the path to your imageis right, or the image will not show up. If you are hosting the images off of your webspace with FTP, then your root path will look something like

Example Code 1

Code:
<img src="http://yourdomain.com/example1/imagename.gif" widhth="450" height="120">
Hope that helps ya any, if not, just come back.
__________________
Quote:
Voltaire
It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets.
Reply With Quote