Announcement

Collapse
No announcement yet.

Just how does Actinic get its frame right at the top

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Just how does Actinic get its frame right at the top

    Hi there a quick question, I am building another web site, i am linking to NetBanx payment provider, i have been sent all the code over and building the templates for the payment pages which is just the same as Actinics shop page. When i build the page i cannot get the table as high as Actinics as it fits to the top of the page, i have removed the Cell Padding and spacing, i am lost. If i call the Actinic.css file it works!!!
    <LINK REL=STYLESHEET HREF="inkdealspics/actinic.css">
    but NetBanx has said that they would not let me call a .css file from their servers. Any help, thanks
    http://www.phoenixdirectuk.co.uk
    http://www.inkdeals.co.uk
    http://www.computerfairdeals.co.uk
    http://www.computerfairink.co.uk
    http://www.bestprceink.co.uk

    #2
    O)k just answered my own question if anyone else is interested put these lines in the head of the HTML web page

    <STYLE TYPE="text/css" MEDIA=screen>
    <!--
    BODY { margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px;}
    -->
    </STYLE>

    sorted
    http://www.phoenixdirectuk.co.uk
    http://www.inkdeals.co.uk
    http://www.computerfairdeals.co.uk
    http://www.computerfairink.co.uk
    http://www.bestprceink.co.uk

    Comment

    Working...
    X