ebonyspirit
11-02-2003, 03:18 AM
do u know how to add banners into html. do you know the code
|
View Full Version : banner ebonyspirit 11-02-2003, 03:18 AM do u know how to add banners into html. do you know the code pb&j 11-02-2003, 03:42 AM a banner is usually just a linked image. <a href="some_web_page.html"> <img src="some_image.gif" border="0"> </a> upload an image to your server space, change the href and src values accordingly, and you are done. pb&j 11-02-2003, 03:11 PM the value to put into the HREF quotes would be a webpage or site address. the value to put into the SRC quotes is the name of the image you are using. please read over some of lissa's tutorials on images and links. if you have further questions, please click on the POST REPLY link instead of PM. |