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
CSS codes and web design
Collapse
X
-
Tags: None
-
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.I'm a bloke,I'm an ocker
And I really love your knockers,I'm a labourer by day,
I **** up all me pay,Watching footy on TV,
Just feed me more VB,Just pour my beer,And get my smokes, And go awayComment
-
Have a look see ... www.htmldog.comThe SFAI are the governing body for grassroots football in Ireland, not the FAI. Its success or the lack of is all down to them.Comment
Comment