Richy-G Posted January 16, 2010 Share Posted January 16, 2010 currently working on integrating this into my website this is how far im up to http://www.actionhostuk.com/billing/ theres a v.small gap at the top of the nav bar that I cant seem to get rid of, im no expert in css or web building but i do know a little , cant seem to pinpoint how to get rid . the nav bar has also changed a little after adding my code to the header.tpl . As you can see if you flick through other pages of the site. any help appreciated thanks 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted January 16, 2010 Share Posted January 16, 2010 I think your problem is that you have this on the linked page above: div .tail-bottom Attributes class = tail-bottom Position Left: 0px Top: 9px Width: 1263px Height: 937px Other Font Family: Lucida Sans Unicode,Lucida Grande,sans-serif Font Size: 12px and the other unlinked pages you have: div .tail-bottom Attributes class = tail-bottom Position Left: 0px Top: 0px Width: 1263px Height: 1003px Other Font Family: Arial,Helvetica,sans-serif Font Size: 16px so as you can see from above you have this 9px line due to having Top: 9px within the linked page from above. 0 Quote Link to comment Share on other sites More sharing options...
Richy-G Posted January 16, 2010 Author Share Posted January 16, 2010 thanks for your reply but im stuggling to see where u found that 9px I cant see that in my code 0 Quote Link to comment Share on other sites More sharing options...
Richy-G Posted January 18, 2010 Author Share Posted January 18, 2010 this is now fixed i zero'd out the margins in css * { margin:0; padding:0;} but that now makes the whmcs links more cramped together 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.