how can I make a table with only inside borders?
how can I make a table with only inside borders?
Well, do you mean you only want borders around the cells inside the table, or just around the outer <table> portion?
If the former, just you border attributes on your <td> or <tr> as needed. If they become jumbles you can also use the border-collapse: collapse; attribute. This will make touching borders into a single one.
If the latter, set each border (top, left, right, bottom) with a negative off set.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks