Re: [WSG] Noobie: Padding-top, padding-bottom

2007-02-07 Thread Tim
You better read up on CSS. Then in the HTML documents put a class=whitesome text/a .white{color:#00;font-size:100%;line-height:100%;} .red{color:#FF0066;font-size:100%;line-height:100%;} .black{color:#00;font-size:100%;line-height:100%;}

Re: [WSG] Noobie: Padding-top, padding-bottom

2007-02-07 Thread Seona Bellamy
On 08/02/07, Till Elsner [EMAIL PROTECTED] wrote: Reading this leads me to another question: Since font is deprecated and should not longer be used, is there any replacement for that? Any inline element that allows me to format a piece of text? While span is technically possible, in my opinion

Re: [WSG] Noobie: Padding-top, padding-bottom

2007-02-07 Thread John Faulds
It would depend what the text is. If it's a paragraph, use p, if it's a heading use hx. There's no one single tag which can be used in all situations. On Thu, 08 Feb 2007 10:40:37 +1000, Till Elsner [EMAIL PROTECTED] wrote: Reading this leads me to another question: Since font is

Re: [WSG] Noobie: Padding-top, padding-bottom

2007-02-07 Thread Christian Montoya
On 2/7/07, Tim [EMAIL PROTECTED] wrote: You better read up on CSS. Then in the HTML documents put a class=whitesome text/a .white{color:#00;font-size:100%;line-height:100%;} .red{color:#FF0066;font-size:100%;line-height:100%;} .black{color:#00;font-size:100%;line-height:100%;}

Re: [WSG] Noobie: Padding-top, padding-bottom

2007-02-07 Thread Philippe Wittenbergh
Dan Dorman wrote: Firefox, Opera, and IE don't seem to apply top or bottom margins or padding to inline elements Each of these browsers does apply padding to inline elements (OK, IE sometimes get it wrong... nothing new there). But applying padding to an inline element doesn't affect the