by pagetailors » Thu Nov 05, 2009 8:51 am
Hey.
1. There are several errors in your html/css code.
1.1. The h1 closing tag is wrong: <h1>Text</h1>
1.2. There is no url: attribute in css, and the ; is missing!!! css-content behind the missing ; gets dropped!
1.3. width and height need at least a measuring unit. Common browsers can't handle "width: 63;" use "width: 63px;"
2. If you want the logo to be displayed before the h1, there are differnet ways to do this.
2.1. Set the Logo as an background-image in the h1 tag.
2.2. Put the logo before the h1 tag.
2.3. or use absolute-positioning.
i am not a aware of what your planning, so its kinda difficult to help you.