|
| quote: | Originally posted by Turbonium
about the .css, my css file apparently isn't working or something. In the Dreamweaver MX WYSIWYG window pane thing, my page shows up the way its supposed to in regards to font color and style, but not size (still affected by .css file changes, just not the same size as in the preview... F12). F12 (preview in browser) yields Times New Roman font instead of the Verdana, and the font size is smaller than in MX's preview pane.
Sample of my .css file:
.h {
background-color: black;
font: Verdana;
color: white;
font-size: 75%;
}
What am I doing wrong? |
somoeone help, I read stuff up, no direct answers
EDIT: basically all I need to know is why the F12 thing isn't working, and why I can cahnge the text size in IE, even though the size is defined in the .css file (according to previous posts, if it's defined in a .css file, text size should not change in IE regardless of what text size you set it to).
nm font problem solved, now just the size...
EDIT 2: found out the damn size prob (sort of). It's "px" not "px.". What a stupid thing, held me back for a while. Still doesn't solve the incorrect WYSIWYG preview in mx, meh.
Last edited by Turbonium on Oct-25-2003 at 21:22
|