> From: Daniel Kessler [mailto:[EMAIL PROTECTED] 
> I reformatted question 1 and to me it looks like it's in <p> 
> tags, but it doesn't work and the way you're saying that it's 
> not in <p> tags makes me wonder what I'm misunderstanding.  
> The validator also says that I have hanging /p tags, on 
> question 1 (as well as others that I've not tried to correct) 
> and it appears to me that I have an open p so I'm confused.

Go get those Firefox extensions I mentioned - they will clear up any
misunderstandings! :-)

DOM Inspector, View Source Chart, and FireBug will all show you how the
browser actually interprets your HTML. There are also a couple of DOM
inspectors for IE mentioned here:

http://mg.to/2006/04/29/your-body-is-in-your-head

This is a section of your latest code as displayed by FireBug:

<body class="tan">
  <div class="margin_15">
    <br/>
    <p>
    </p>
    <strong>1. When something goes wrong, what is your fir...</strong>
    <br/>
    <p>
    </p>
    <div class="title">
      I really want to understand what made this happen.
    </div>
    <a target="_parent" href="../st_101.cfm?anchor=curious">Curiosity</a>
    <a target="_parent" href="../st_101.cfm?anchor=curious">curious</a>
    <a target="_parent" href="../st_101.cfm?anchor=curious">curiosity</a>

As you can see, the <a> elements are not inside a <p> element at all.

-Mike

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to