Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Don't know what's wrong here..
#1
Quote: <div id="logo">
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

Don't know what the problem is with this Tongue
My logo is acting up, not staying in place though, so I got it validated.



Any ideas on fixing this?
A bit more of the code:
PHP Code:
<body>
<
div id="wrapper">
<
div id="header">

        <
a href="index.php<?php echo $referral_string?>">
        <
div id="logo">
        </
div></a>
        <
div id="updates">
        <
span>&nbsp;</span>
        </
div>
        <
div id="login">
         <
div id="loginwelcome"
Reply


Messages In This Thread
Don't know what's wrong here.. - by Camgaertner - 07-24-2010, 11:37 PM
RE: Don't know what's wrong here.. - by DAMINK™ - 07-24-2010, 11:39 PM
RE: Don't know what's wrong here.. - by DAMINK™ - 07-24-2010, 11:52 PM
RE: Don't know what's wrong here.. - by Grizzly - 07-25-2010, 06:37 AM
RE: Don't know what's wrong here.. - by Ambitious - 08-28-2011, 01:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)