PDA

View Full Version : HTML code this time (within dreamweaver)


Jethro
October 9th, 2002, 12:02 AM
Just in case degsy thinks l have forgotten his 733+ coding skills..

<body vLink="0000FF" Link="#00FF00" aLink="#FFFFFF"

When l muck around with it in IE l don't get the roll over colour, and it seems pretty random on when to show the green colour and when to show the blue (link, visited respectively):confused:

MAJOR HELP NEEDED else it will all end in tears, (by the way degsy will PM you the link when the pages go up on the web so that you can see what you have helped create)... :wave:

degsy
October 9th, 2002, 01:11 PM
The link attributes for the BODY tag are being depricated.
You should move onto CSS.

Have a read through this page.
http://www.w3schools.com/css/css_pseudo_classes.asp

Try the examples.

enat66
October 9th, 2002, 10:07 PM
also the first color doesn't have the #

Jethro
October 10th, 2002, 12:03 AM
Thanks Degsy,

Yeap that's tomorrows training course:D

enat66, d'uh ... thanks for pointing that out, missed it completely.

BTW resolved the issue by creating a text only button in fireworks.

Cheers and thanks for the help.

degsy
October 10th, 2002, 12:09 AM
I don't know how far you are with HTML, but you should start with CSS.

HTML (or XHTML as it should be now) is the structure of a document.
CSS creates the Style of the document.

enat66
October 10th, 2002, 09:46 PM
to tell you the truth i never learned css but know html.

degsy
October 11th, 2002, 12:21 AM
to tell you the truth i never learned css but know html.

Learn CSS ;)

enat66
October 11th, 2002, 11:46 PM
KNow any good tutorials?

degsy
October 12th, 2002, 12:58 AM
http://www.w3schools.com/css/default.asp

http://www.devshed.com/Client_Side/Style_Sheets/
http://www.htmlgoodies.com/beyond/css.html

enat66
October 12th, 2002, 01:59 PM
Thank you:)