Banner question

  • Thread starter Thread starter Janet Costidell
  • Start date Start date
J

Janet Costidell

How do I get the logo in my banner to stay on the left, vertically central
in the banner? It looks fine on my home PC, but strays towards the middle
of the banner (which also looks narrower) on my work PC.

Help? Site in sig.
 
Your logo is a <div> that has been positioned on the right of the
browser window. Remove it from this <div>, or change the banner
layout.

<div style="float: right; height: 125px; width: 756px">
<p align="center"><font color="#D8DC23">
<img border="0" src="_borders/Logo%20blue%20and%20gold.JPG" width="91"
height="89" align="left"></font></p>
<p align="center">&nbsp;</p>
<p align="center">
<font face="Copperplate Gothic Bold" size="6" color="#D8DC23">FLINT
AND
DENBIGH RIDING CLUB</font></div>
 
Your logo is a said:
window. Remove it from this <div>, or change the banner layout.

Thanks for the help, but I can't find this piece of code. Or, were you
providing code for me to copy in?
 
The code I provided was in your page, soon after the <body... tag.
But I see you have fixed the problem now.
 
Back
Top