• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Best CSS tool for CSS n00b

bluestrobe

Platinum Member
I want to redesign my web site in CSS but all the walk throughs I find are for small objects like menus and such. Right now I have CSS menus on my web site and the rest is html or PHP. Is CSS something you have to code from scratch or are there places I could look at example templates or some decent "how-tos". I'm pretty good with HTML and learning PHP as needed and figured I might as well redesign my web site using CSS to give it some structure compared to what it is now. I use Dreamweaver to construct and edit the site at the moment. The idea came up after a co-worker and I discussed my site design and how simple it is.
 
Honestly, I'd suggest getting a decent book on CSS with good examples and working from there. Most of CSS for applicable html is just using div tags instead of tables and using the stylesheet to control the divs.

One decent book is called CSS Mastery.
 
Back
Top