Help needed with script please?

by 2 replies
3
My webpage has a clickbank script, but it is not centred in the frame. It's underneath the Adsense:

Weight Loss Homepage

What do I need to add to this code so it lines up with everything else?

Thanks in advance

Brian
#website design #needed #problem #script #webpage #website
  • Hi Brain,
    Buddy, Simply add this:
    margin: 0pt auto;

    In
    Code:
    <table blah blah sytle="HERE">
    tag...
    Currently it is:
    Code:
    <table blah blah sytle="border-collapse: collapse;">
    it should be then
    Code:
    <table blah blah sytle="margin: 0pt auto; border-collapse;">
    • [ 1 ] Thanks
  • I did that okay, thanks very much. But I've screwed up the Adsense code, on the total page.

    Should I remove the newest script?

    Thanks again

    Brian

    Ps I'm having a problem even when I remove the clickbank script

Next Topics on Trending Feed