Handeland, Jarle, at 09:55 +0200 on Thu, 5 Apr 2001, wrote: ...to sum it up: How do I get the <p> tag to not act like it does? It should not have any visual presentation... If you want to not have <p> have visual representation, and given that most browsers will implement an internal stylesheet giving certain paddings/margins to <p>, your best bet is probably to use stylesheets to override these paddings/margins. Since your main concern seems to be the vertical paddings that many browsers give <p>, the following CSS snippet will eliminate vertical spacing: p { margin: 0, auto; padding: 0, auto } -- Frank Tobin http://www.uiuc.edu/~ftobin/Received on Thursday, 5 April 2001 05:34:12 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:49:24 GMT