|
Posted by Andy Dingley on 08/10/06 11:04
Russ Hromyko wrote:
> there is a orange/beige space between the form
> and the table, how do I get rid of that space
Add this to your stylesheet
form { margin: 0; }
Put it just below the line
<STYLE TYPE="text/css">
Then throw the entire page away, get yourself a decent book on HTML and
start again. This trivial page is far more complicated than it needs to
be (DOING IT WRONG IS MORE WORK THAN DOING IT RIGHT) and is the worst
piece of HTML coding I've seen in months,
As a book, then I'd suggest "Head First HTML & CSS"
Navigation:
[Reply to this message]
|