Subject: There's always trial and error involved in HTML
Author:
Posted on: 2008-08-17 20:03:00 UTC

Anyway, I guess that by style sheets cascading style sheets are meant. I think that the problem here is that a margin needs to be defined for the main frame (where the main content is). If you know what that is called on the style sheet just add something like this:

#main_content { margin: 40px 12.5em 20px 20px;
padding: 20px;
}

Margin and padding both have the effect of placing text further from the border of the screen. There's probably more specifics to it, but I'd have to look that up. Thing about style sheets is that you make them once and don't have to bother about them until you want to change them. Knowledge about them doesn't seem to stick much for lack of use.

Reply Return to messages