Wait? im confused, how is it possible to use xhtml WITHOUT css? Youd be left with absoulty no formating control ??

Addon Tips:
"background-url:", "background-color" etc. Isnt really good to use as its just more code adding and making your file bytes bigger.
Do it like:
For example and try to keep css files clean with comments and good formattingCode:body { background: #000000 url(images/image.jpg); no-repeat; }
Code:/* CLASSES MULTIPLE USE*/ .class { width: 100px; } /* ID USED ONCE */ #id { width: 100px; }
Although you say basic, this is to basic. Explain it so they can create something nice/useful rather than something basic. Nice work anywho![]()
I can code in CSS & XHTML but I still don't get why your not suppost to use an ID more then once, can any one inlighten me?
Want to hide these adverts? Register an account for free!