|
|
|
|
|
|
|
![]() |
#1 |
My wife is not a doobie to be passed around! On our wedding day I promised to bogart her for life!
Join Date: Jun 2006
Location: Bay Area,Ca
Posts: 276
|
Thanks Greenie, and Mr. Blue
I am using dw8. I am using the layers set at 100%, then nesting tables in there at 50%. I have tried several different ways and if I dont do it this way the browser width gets thrown off. I went and learned some HTML since I was lacking in it. I am still learning it. I now just started reading about CSS. I used the CSS because I didnt see any other way to get the look (wall paper) and such any other way. Last edited by cockhungryhoes; 2006-09-06 at 01:46 PM.. |
![]() |
![]() |
![]() |
#2 | |
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 05:45 PM.. |
|
![]() |
![]() |
![]() |
|
|