styleBunny
Technical User
Hi gang,
hope yall is well, have this page,
the form elements are positioned using a table, both the form and table tags are within a p tag, like so.
<p>
<form>
<tabel>
text and form elements
</table>
</form>
</p>
the p tag is
p,h1,h2{
font-size:0.8em;
margin:0px 20px 10px 20px;
text-align:justify;
}
and there are no table/form styles, the rest of the css is at
The p tags are creating a 20px left margin, which works fine for images and text, but with the table / form, combination, the margin is rendered incorrectly in ff, ie 6 is ok, then another problem, ie4 and ff render the font size incorrectly.
So i'm asking how can i make the p margin effective on the table / form elements in ff (are tables and forms block or inline?) and how can i make the text in ie4 and ff render like in ie6?
Cheers, and thanks for reading, css is fun but frustrating!
Paul.
hope yall is well, have this page,
the form elements are positioned using a table, both the form and table tags are within a p tag, like so.
<p>
<form>
<tabel>
text and form elements
</table>
</form>
</p>
the p tag is
p,h1,h2{
font-size:0.8em;
margin:0px 20px 10px 20px;
text-align:justify;
}
and there are no table/form styles, the rest of the css is at
The p tags are creating a 20px left margin, which works fine for images and text, but with the table / form, combination, the margin is rendered incorrectly in ff, ie 6 is ok, then another problem, ie4 and ff render the font size incorrectly.
So i'm asking how can i make the p margin effective on the table / form elements in ff (are tables and forms block or inline?) and how can i make the text in ie4 and ff render like in ie6?
Cheers, and thanks for reading, css is fun but frustrating!
Paul.