Click to See Complete Forum and Search --> : Um help!


Josh_Panic
11-08-2003, 10:07 PM
Im kinda new to this and need help!I made a banner now I want to put it on my website what do i do?

iniquity101
11-09-2003, 07:02 AM
it depends what you are using to build your webpage.
If its html you would insert like this if its an image file:
<img src="mybanner.gif" width="468" height="60">

Josh_Panic
11-09-2003, 08:09 AM
that didn't work for me i just got a red X

iniquity101
11-09-2003, 08:43 AM
you need to put the banner in the same file as the html page, or set the path to where the banner is.

eg. <img src="\mywebpage\graphics\mybanner.gif" width="468" height="60">