Sat, 2004-09-18 02:35
Hello
I have a newbie question...I have a website teknokool.net and am new to css what I want to do is put a button with a link to spreadfirefox so people can download the program...how do I set that up in css so that the image is displayed on the right side of my site and links to the page? Any help would be great!!!
<a href="http://www.spreadfirefox.com/?q=affiliates&id=0&t=86"><img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://spreadfirefox.com/community/
Thanks
Jeff
Sat, 2004-09-18 07:52
#1
images and css
Hi Jeff,
You will have to put the link in your html then use CSS to style or position it.
Find where the other links down the right are added to your page and add the firefox link and image after them.
Hope that helps