PDA

View Full Version : integration help



Richy-G
01-16-10, 01:25 PM
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

thehost5968
01-16-10, 03:13 PM
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.

Richy-G
01-16-10, 03:58 PM
thanks for your reply but im stuggling to see where u found that 9px I cant see that in my code

Richy-G
01-18-10, 06:09 PM
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