Hi everyone, this is my first time posting. I am creating a web site that calls for a “boarder inside a cell” with "no" boarder around the Table (just in one cell).
It's been a long time since I worked with html and I am the first to admit that I am a wee-bit rusty.
Any help you can give would be greatly appreciated.
Then put this style sheet in the head section of your document. In this example I put the border around the last cell in the third row, but obviously you can move it where you want.
<style type="text/css">
.aborder {border: solid black 1px;}
</style>
So this will place a 1 pixel black solid border around the cell that uses the aborder class.
Bookmarks