Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you know how to edit CSS?

    If so, go into your stylesheet and enter something like this:

    #content table tr td {
            border-bottom: 1px solid #000000;
        }

    This will set the bottom border of all your table cells to a 1 pixel width with black coloring.

    I’m sure there will have to be more code than this, but that’s a good start.

    Thread Starter Molly

    (@polimath2001)

    not familiar with CSS. Can I add something in the HTML code for the page? I tried changing the border=”0″ to larger number but didn’t really notice much difference…

    <table width="581" border="0" cellspacing="0" cellpadding="0">
    <tbody>
    <tr>
    <td colspan="2" nowrap="nowrap" width="127">
    <p align="center"><strong>Date</strong></p>
    </td>
    <td nowrap="nowrap" width="109">
    <p align="center"><strong>Time</strong></p>
    </td>
    <td nowrap="nowrap" width="143">
    ...
    ...
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thickness of Lines in Table’ is closed to new replies.