PDA

View Full Version : CSS codes and web design



Sean South
05/11/2010, 9:26 AM
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

tetsujin1979
05/11/2010, 10:03 AM
are you looking to replace text links, e.g. foot.ie (http://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>

paul_oshea
11/11/2010, 10:42 AM
There are loads of good tutorials out there.

just type "css tutorial" in google.

Dunny
15/11/2010, 1:27 AM
Have you got Dreamweaver? pretty much does all the work for you.

A face
15/11/2010, 11:57 AM
Have a look see ... www.htmldog.com (http://www.htmldog.com/)