silver_moon525
05-11-2004, 01:15 AM
How do you make a banner link to something (like click on banner) and what's the code? I think I forgot how you do it cuz I know i did it before...i just forgot... :buckt:
Thanx!!
Thanx!!
|
View Full Version : links silver_moon525 05-11-2004, 01:15 AM How do you make a banner link to something (like click on banner) and what's the code? I think I forgot how you do it cuz I know i did it before...i just forgot... :buckt: Thanx!! illus0ry 05-11-2004, 01:49 AM <a href="address to link to"><img src="file.jpeg(or .gif)"></a> you can also add border, width, height, and alt to the code. so you could do something like ... <a href="address"><img src="file.jpeg" border="0" width="150" height="60" alt="A cool site!"></a> where it is bold you just change to your desired values. this will go in between your <body> and </body> tags. silver_moon525 05-11-2004, 11:56 PM But what is the border and the width and the height for on the second code? like is it for how big the banner is or...? thanx! :) Monkey Bizzle 05-12-2004, 12:12 AM you change the number for border and that is the width. 0 is no border 1 is small 2 is bigger, etc. The width and height you can use to put how big you want your image. If you don't want to resize it, you don't have to put those in the tag but your image will be whatever size you saved it as. |