Stylesheet linked in body

conor

New Member
I made a site http://www.todhchai.org

i am having a slight display problem. The two header images are not in-line with the background header image. Does anyone know how to fix this?

I have been stuck for ages.... the only weird solution that I can come up with is... The site (when viewed through firebug) show bot the stylesheet and the icon links to be in the body. This is not right, they are actually in the head (as they should be). any suggestions?

Cheers
 

jnjc

New Member
It's a strange one alright. I initially thought it was a margin issue, but you have the margins set to 0 so it's not that. The only thing I can think that would work (it's a bit of a hack) is in the #title set:

position:relative;
top:-21px;

It will get it looking right until you can figure out exactly what is wrong.

HTH,
JC
 
Top