Help closing HTML template border, please

3 replies
  • WEB DESIGN
  • |
Hi,


This revised website is missing some code at the very end of the template, I believe...:

BillBarnum.com


Any help would be appreciated - and thanks in advance!



If this helps, here's the original where the bottom is correct:

BillBarnum.com (this shows the left and right red line borders going all the way to the bottom of the template)
#border #closing #html #template
  • Profile picture of the author Istvan Horvath
    There is no missing code...

    Simply, you need to fill the "sidebars" with all kind of stuff to get them as long as the middle portion is.

    Here is the clue: http://movingaheadcommunications.com...ion_answer.jpg
    http://movingaheadcommunications.com...cess_story.jpg

    The border is part of those images (quite a bad solution, if you ask me...)
    Signature

    {{ DiscussionBoard.errors[5504026].message }}
  • Profile picture of the author kidino
    I don't get what you want here...
    Signature

    DIPPEC - PHP Script for Selling Digital Products with Paypal. No more monthly SaaS fees. No more commission fees. Keep it all for yourself (except for Paypal fees).

    Free Pricing Table Builder

    {{ DiscussionBoard.errors[5512643].message }}
  • Profile picture of the author kokopelli
    Or, try making your sidebars "taller" by adding a minimum height style, either to the stylesheet, or inline.

    So instead, for example, of having this for the left sidebar:
    Code:
    <table border="0" cellpadding="0" cellspacing="0" width="220">
    try this instead:
    Code:
    <table border="0" cellpadding="0" cellspacing="0" width="220" style="min-height:740px;">
    Alternatively, add "filler images" in the sidebars to make them taller.

    Caveat: I just saw that Istvan pointed out that the sidebar borders are actually part of the images, not CSS, so my solution might not work. In that case, I suggest adding blank filler images that contain those borders.
    Signature
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {{ DiscussionBoard.errors[5513202].message }}

Trending Topics