bucko Posted April 1, 2003 Share Posted April 1, 2003 Hi there, I'm redesigning http://www.potton-delph.co.uk , I just learnt that I could use CSS and have read a tutorial and have a basic idea of how everything fit's together but i'm totally lost when it comes to practice. If you guys could provide a working example that would be great. Cheers. Mark. Link to comment Share on other sites More sharing options...
0 Rathamon Posted April 2, 2003 Share Posted April 2, 2003 hmm? viewing the source on this page includes a style sheet a:link { text-decoration: none; color : #006699;} a:active { color: #336699; text-decoration: none;} a:visited { text-decoration: none; color : #006699;} a:hover { color: black; text-decoration: none;} the tutorial you read should have explained clearly how to put it into practice... make sure you know HTML properly beforehand w3schools.com have a decent set of rescources on css Link to comment Share on other sites More sharing options...
0 D3V:SX Posted April 2, 2003 Share Posted April 2, 2003 try html://www.htmlgoodies.com it has everything you need for simple scripting. it does include css or style sheets and its a good resource, but nothing on web design languages such as php etc hope this helps Link to comment Share on other sites More sharing options...
0 bucko Posted April 3, 2003 Author Share Posted April 3, 2003 Thanks for all of the help. http://www.potton-delph.com/main_site is now CSS enabled. Link to comment Share on other sites More sharing options...
Question
bucko
Hi there, I'm redesigning http://www.potton-delph.co.uk ,
I just learnt that I could use CSS and have read a tutorial and have a basic idea of how everything fit's together but i'm totally lost when it comes to practice. If you guys could provide a working example that would be great.
Cheers.
Mark.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts