Previous Message
Next Message

format a <p> within a <td>

Sent by Chris W. Parker on 23 January 2004 20:08


Andrew Peterson [EMAIL-REMOVED]>
    on Friday, January 23, 2004 11:58 AM said:

> <TD id="meetingDates" class="meetingDates">
> 	<DIV id="meetingDates">
> 		<p>I can feel you running through me.</p>
> 	</DIV>
> </TD>

First of all you've got two id's and a class with the same name. That's
a no no.

[snip]

> Here's my css - it's equally entertaining:

[snip]

(I'd keep the id on the div.)

td div#meetingDates p { }

or just the following should do it:

div#meetingDates p { }



HTH,
Chris.
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: