css check?
- Started
- Last post
- 9 Responses
- legspin
Is there any site that will validate your css and code for you before you go ahead and finish the site? I have a homepage I need lokking at.
Cheers
- UndoUndo0
yes, you add extensions in firefox [developer tools] and that incudes a css validation tool. the file might need to be on line tho....
- legspin0
thanks again Undo.
Any idea what this is?
The declaration for the entity "HTML.Version" must end with '>'.
- UndoUndo0
looks like a doc type issue, try to get yr html to validate first then the css.
try this doctype
- UndoUndo0
stripped out by NT, but you might be better off with xhtml1-transitional DOCTYPE
- geerub0
this what you mean?
- legspin0
thanks for responses. I have been checking it and I'm working through the findings. Not as many as expected!
- mg330
Def use XHTML Transitional.
- legspin0
Do you mean:
coz id so that breaks it. Whats the score?
- legspin0
Ha never mind. I've fixed it using xhtml.