dutchbb
Thu 5th Jan '06, 9:41am
I removed the table and cells, I want to use absolute positioned <div>'s to contain my logo and banner. But this doesn't seem to work as the table from forumhome is pushed against the left side and changes width.
This is the html in the header template, I removed the links so it can be read easier:
<a name="top"></a>
<!-- logo -->
<div style="position:absolute; top:10px; left:10px; background-image:url(/images/misc/logo.gif); background-repeat:no-repeat;"><h1 style="display:inline;">my h1 title</h1></div>
<!-- /logo -->
<!-- Start Banner -->
<div style="position:absolute; right:15px; top:15px; width:468px; clear: both;"><ad ... /></div>
<!-- /End Banner -->
<!-- Begin Normal Header Navigation -->
<div style="position:absolute; top:80px; right:15px; width:auto;"></div>
<!-- End Header Navigation -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Any clue?
This is the html in the header template, I removed the links so it can be read easier:
<a name="top"></a>
<!-- logo -->
<div style="position:absolute; top:10px; left:10px; background-image:url(/images/misc/logo.gif); background-repeat:no-repeat;"><h1 style="display:inline;">my h1 title</h1></div>
<!-- /logo -->
<!-- Start Banner -->
<div style="position:absolute; right:15px; top:15px; width:468px; clear: both;"><ad ... /></div>
<!-- /End Banner -->
<!-- Begin Normal Header Navigation -->
<div style="position:absolute; top:80px; right:15px; width:auto;"></div>
<!-- End Header Navigation -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Any clue?