Question:

In web pages, how to make a table with only the center border colored?

by Guest65885  |  earlier

0 LIKES UnLike

suppose i have 2 columns and several rows, no spacing, no other marks on the table just the center part to be colored with 1px

 Tags:

   Report

1 ANSWERS


  1. You'd probably have to use style sheets and have to apply it to the CELL (not the table).

    For example, in a 2-column table, you left cells should have a 1px right border like this:

    <td style=" border-right: 1px solid">Some stuff here</td>

    Good luck!

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.