Anyone know much about this? I'm looking to replace the navigation links text with images. just wondering is there any easy guide on websites that show you how to make your own code or if anyone know how to make their own
Printable View
Anyone know much about this? I'm looking to replace the navigation links text with images. just wondering is there any easy guide on websites that show you how to make your own code or if anyone know how to make their own
are you looking to replace text links, e.g. foot.ie with an image you can click on instead?
That's pretty straightforward, it's <a href="[destination url]"><img src="[image to click on]" /></a>
so to make an image of a ball stored as ball.jpg redirect to foot.ie, you would use <a href="http://foot.ie"><img src="ball.jpg" /></a>
There are loads of good tutorials out there.
just type "css tutorial" in google.
Have you got Dreamweaver? pretty much does all the work for you.
Have a look see ... www.htmldog.com