Hi Flynn,
I seem to be having a terrible time getting my logo centered just right. I appreciate the time and help you've given me to get this right. It's very close but not quite there. I've followed the steps you've given and here is the result... Not in the center above the center area)
The above was accomplished with
Quote:
$logo_area = '<table id="logoarea" cellpadding="0" cellspacing="0" border="0" width="100%"><tr>';
$logo_area .= '<td rowspan="2" id="logoarea-left" valign="middle">
<img src="/path/to/image.gif" alt="put image here" /></td>';
|
in my bfa_header_config.php.
I thought I could figure out, from what you've given me, how to get my page to display how I want. So I changed rowspan to = 1 like so...
Quote:
$logo_area = '<table id="logoarea" cellpadding="0" cellspacing="0" border="0" width="100%"><tr>';
$logo_area .= '<td rowspan="1" id="logoarea-left" valign="middle">
<img src="/path/to/image.gif" alt="put image here" /></td>';
|
My logo gets centered correctly, but the search box moves to the left side. (which I don't want)
This is what's in my HTML/CSS INSERTS > CSS...
Quote:
td.logoarea-left {
width: 200px;
}
td.logoarea-logo {
width: 100%; /* to make this cell get all available width */
}
td.feed-icons,
td.search-box {
width: 200px; /* to limit these cells to the width of the right sidebar*/
}
img.logo {
margin: 0 auto; /* center image */
}
|
I'm afraid I might have other code somewhere that is conflicting with what you've posted, making it very difficult to center this.
Thanks
http://www.tracyandcarol.com/