Applying a style border to ONE side of a cell

liunx

Guest
I'm creating a table where I want the table to look "divided" by a line. Originally I created a 1px X 100px line to create the look of division, but in some browsers at high resolutions it becomes separated from the table.

Since that doesn't work, is it possible for me to apply a style, such as <style="border: solid #000000 1px"> to only one side of a table cell to achieve the desired result?

Thanks in advance,

Brianborder-left: solid 1px #000;

<!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_reference.asp#borderThank">http://www.w3schools.com/css/css_refere ... orderThank</a><!-- m --> you!

Brian
 
Back
Top