How do I place a border around the header and content?

Discussion in 'HTML & Website Design' started by antithesis_98, Oct 23, 2006.

  1. #1
    Look at the Flavor of love 2 blog in my sig...if I wanted a design like that but with a border around it that touches the sides of the header and goes entirely around...what would be my options?

    A link to a site with a tutorial if you can't place the code itself will be much appreciated
     
    antithesis_98, Oct 23, 2006 IP
  2. dead0eye

    dead0eye Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use CSS or apply the border directly to the table you're using.

    Table example
    <table border="1"></table>
    Code (markup):
    Or just use some style within the table itself
    <table style="border: 1px solid #000000;"></table>
    Code (markup):
    http://www.w3.org/TR/html4/struct/tables.html
    http://www.somacon.com/p141.php
     
    dead0eye, Oct 23, 2006 IP
  3. ILoveAdBrite

    ILoveAdBrite Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    In google, type in 'html tutorial border table' ...
     
    ILoveAdBrite, Oct 24, 2006 IP