Re[3]: CSS dead?

by Gerhard Schoening <g.sch(at)onlinehome.de>

 Date:  Thu, 20 Dec 2001 13:06:33 +0100
 To:  Andrew McFarland <andrew.mcfarland(at)unite.net>,
Kynn Bartlett <kynn(at)idyllmtn.com>
 Cc:  "Hwg style" <hwg-style(at)hwg.org>
 References:  mac mac2 craftedsolutions 0
  todo: View Thread, Original
Hi Kynn and Andrew,

On Thursday, December 20, 2001 at 10:53 you wrote:

Andrew> At 08:49 20/12/2001 +0100, Gerhard Schoening wrote:
>>... <.td><.p>content<./p><./td> ...
>>
>>IE (4-5.x) doesn't care much about the paragraph tags but NN 6.x DOES
>>and adds additional line breaks!

Andrew> Would a rule like:

Andrew> td p {
Andrew>          margin: 0px;
Andrew> }

Andrew> help?

Andrew> I'm at work at the moment, so I haven't had time to try that, but I _hope_ 
Andrew> it would have the required effect.

Andrew> Andrew

Andrew> --
Andrew> Andrew McFarland
Andrew> UNITE Solutions
Andrew> http://www.unite.net/


Kynn> TD > P { margin-top: 0px; margin-bottom: 0px; }


"Slap" - "Ouch"... yes OF COURSE: so simple... works perfect. Thanx to
both of you ;-)

German saying: "Can't find the forest - too many trees around here..."


Kynn: one of the pages that showed the effect I mentioned (at least in
NN 6.1 and 6.2, both German versions) had the following code:

<tr>
<td align="right" width="25%">
<p><strong>*Vorname:</strong></p>
</td>
<td>
<p><input type="text" name="req_text_3_Vorname" size="25" maxlength="30" alt="Formularelement." /></p>
</td>
</tr>

whereas this code did not show the effect:

<tr>
<td align="right" width="25%">
<strong>*Vorname:</strong>
</td>
<td>
<input type="text" name="req_text_3_Vorname" size="25" maxlength="30" alt="Formularelement." />
</td>
</tr>


Gerhard


---------------------------
Gerhard Schoening
g.sch(at)onlinehome.de
www.gerhard.purespace.de

HWG hwg-style mailing list archives, maintained by Webmasters @ IWA