
![]() |

Guessing this needs to go to Gary. I am using IE8 and noticed the img looks off with a white line under the img.
viewing the source code...
<td rowspan = "2" width = "200">
<!-- topNavBrandingImage -->
<a href="/paizo"><img border="0" alt="Paizo Top Nav Branding" src="/image/navigation/branding/paizo.gif"></a>
</td>
I am thinking the image is not the right height. Padding of like 5px to the top may be a quick fix or changing the height of the row(s) since you span two with the img.
take care. Gotta make sure my Paizo peeps look professional;)

![]() |

Guessing this needs to go to Gary. I am using IE8 and noticed the img looks off with a white line under the img.
viewing the source code...
<td rowspan = "2" width = "200">
<!-- topNavBrandingImage -->
<a href="/paizo"><img border="0" alt="Paizo Top Nav Branding" src="/image/navigation/branding/paizo.gif"></a>
</td>I am thinking the image is not the right height. Padding of like 5px to the top may be a quick fix or changing the height of the row(s) since you span two with the img.
take care. Gotta make sure my Paizo peeps look professional;)
Its been like that for several years.

Ross Byers RPG Superstar 2008 Top 32 |

Could you be so kind as to email me a screenshot of what you're seeing?ross.byers@paizo.comGuessing this needs to go to Gary. I am using IE8 and noticed the img looks off with a white line under the img.
viewing the source code...
<td rowspan = "2" width = "200">
<!-- topNavBrandingImage -->
<a href="/paizo"><img border="0" alt="Paizo Top Nav Branding" src="/image/navigation/branding/paizo.gif"></a>
</td>I am thinking the image is not the right height. Padding of like 5px to the top may be a quick fix or changing the height of the row(s) since you span two with the img.
take care. Gotta make sure my Paizo peeps look professional;)
Thank you.

![]() |

Gary,
The problem is also on the pathfinder rpg page and pathfinder compatable pages.
You may have to set height and width in the img tag like...
<td rowspan = "2" width = "200">
<!-- topNavBrandingImage -->
<a href="/pathfinder"><img width="200" height="20px" border="0" alt="Pathfinder Top Nav" src="/image/navigation/branding/pathfinder.gif"></a>
</td>
If the images still do not sync with the background at that point. The images need to be resized in an editor program like photoshop or Gimp.