Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 97529

Re: tables: style so that they show 2 lines

$
0
0

CSS:

 

table {

    border-collapse:collapse;

    border:none;

}

 

td.red_lines_border {

    border-top: 1px solid red;

    border-bottom: 1px solid red;

}

 

 

HTML:

 

<table>

<tr>

<td class="red_lines_border">This has borders</td>

</tr>

<tr>

<td>This has no borders</td>

</tr>

</table>

 

 

Nancy O.


Viewing all articles
Browse latest Browse all 97529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>