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
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