|
|
|
|
|
|
|
|
|
|
|
#1 | |
|
Searching for Jimmy Hoffa
Join Date: Jan 2005
Location: Long Island, NY
Posts: 771
|
Quote:
First, go to Edit>Preferences>General> Untick the box that says Use CSS Instead of HTML tags. This doesn't mean you can't use CSS, but you should be adding it as you need it, not letting dreamweaver go nuts with it. Second thing you need to do...you're not defining the whole page in CSS (you could if you want) but I'm pretty sure you're new to building webpages? Since you're using a table anyway it's kind of defeating the purpose of all that css. My suggestion is lose the css for the positioning for now...you have a table, just work with that and basic html elements for a bit. Add css as you learn it, it's great for style elements and as you get more comfortable with css you can start fiddling around with doing completely pages in css with no tables at all ![]() Also always include css in a stylesheet instead of the actual page (unless it's just a little amount used, but your page is a swamp of css at the moment). Another thing, define the .style's so you know what they're for...meaning descriptive names help. If I'm doing say sales text I'll use a css that's kind of self-explanatory .salestext etc, lol, it' just makes it easier when or if you need to change things around later. That page though, do in html, add a little css if you want, but learn to walk before you run ![]() Last edited by Mr. Blue; 2006-09-06 at 06:45 PM.. |
|
|
|
|
![]() |
|
|