Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Borders

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am trying to a create a simple table with only 2 columns. I want to have a border on the right side of the first table. Does anyone know the tag or attribute that I need to use.

Thanks.
 
in the
Code:
<table>
tag, put the bold text below:

<table border=1 style=&quot;border-left:none;border-top:none;border-bottom:none;&quot;>

hope it helps The pen is mightier than the sword.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top