CSS / DIVs etc
CSS / DIVs etc
Out of context: Reply #6
- Started
- Last post
- 11 Responses
- section_0140
The only advice I can give when using dreamweaver is: stay in code view. Don't let dreamweaver write your code.
Also, comment your code and indent where it's needed so it's easy to read. When you come back to a project in 8 months and have comments telling you exactly what everything is and the code is nice and tidy , you'll be pleased you did.
Finally, name your id's and classes accordingly. Be literal with your naming and finding items later down the road will be much easier. Such as: "newsletter_box" or "right_sale_items". Not "Box1" and "Box2". When you get to "Box 30" it will get confusing.