Hello
I have downloaded a nice free-for-use template and I am in the process of customisng parts of it.
However, try as I may I cannot position my logo correctly. I have two H3 headers (one under the other and both left-aligned) as follows:
Quote:
H3 HEADER HERE
ANOTHER H3 HEADER HERE
|
Ideally, what I would like to do is place a small image to the right of these two H3 headers:
Quote:
H3 HEADER HERE
--------------------------------------------------> image (100px X 100px)
ANOTHER H3 HEADER HERE
|
In my HTML I have this:
Code:
<header>
<div id="banner">
<div id="welcome">
<h3>Name <span>Name continued</span></h3>
</div>
<div id="welcome_slogan">
<h3>Slogan here</h3>
</div>
</div>
</header>
I have tried to absolutely position the logo - to no avail.
May I attach the CSS file?
Thanks.
Steve