Colored Border

 

IE Colored Table Borders

Very Classy Borders
For Internet Explorer Only

Place text or images within this cell and it will be bordered in the colors of your choice.

For Internet Explorer ONLY. Add attributes and control border color and which table borders to put into your tables.

Below you will find the table code for the table to the left. Also a list of these attributes to try in your tables. Have fun...:+)


<table width="225" height="200" border="3" cellpadding="8" cellspacing="4" frame="box" bordercolordark="red" bordercolorlight="violet">
<tr><td bordercolordark="#ffff00" bordercolorlight="lime" align="center" valign="middle" bgcolor="#eafaa2">
<font size="2" color="black" face="verdana">
<b>Very Classy Borders<br>
For Internet Explorer Only
<p>
Place text or images within this cell and it will be bordered in the colors of your choice.
</b></font>
</td></tr></table>

IE Colored Table Borders Attributes

These attributes will work in: The starting table <table> tag. Table cells <td> or table rows <tr>.

bordercolor="color-here"
bordercolorlight="color-here"
bordercolordark="color-here"
background="image.gif"
bgcolor="color-here"

Table Frames

Used in your <table> line of code. The border= attribute is required. The frame= attribute will affect the borders.

Here is a sample line of code:

<table border="3" cellpadding="5" frame="above">

frame="void" (removes external borders)
frame="above" (displays external borders on the top only)
frame="below" (displays external borders on the bottom only)
frame="hsides" (displays external borders on the top & bottom only)
frame="vsides" (displays external borders on the right & left only)
frame="rhs" (displays external borders on the right only)
frame="lhs" (displays external borders on the left only)
frame="box" (displays external borders on all sides)