7
Here is the source of what I enter into FCKEditor.
Obviously this is just a snippet of the code, but it shows my table statement. <table width="325" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td><span style="font-weight: bold;">Juniorsspan><br/>
1) Aircraft - ASAT*<br/>
2) Military Vehicles - ASAT*<br/>
3) Civilian Vehicles - ASAT*<br/>
4) Miscellaneous<br/>
<br/>
Here is what I see if I view the page source
<td id="centercolumn">
<div id="content"> <div class="blockContent">
<table width="325" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td><span style="font-weight: bold;">Juniorsspan><br/>
1) Aircraft - ASAT*<br/>
2) Military Vehicles - ASAT*<br/>
3) Civilian Vehicles - ASAT*<br/>
4) Miscellaneous<br/>
<br/>
Here is the CSS for the CENTERCOLUMN
td#centercolumn
{
font-size: 12px;
color: #464646;
padding-left: 2px;
width: 100%;
padding-right: 2px;
background-color: #E7E9EB;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}
td#centercolumn th
{
color: #42474F;
background-color: #D8DBDE;
}
td#centerCcolumn div.blockTitle
{
padding: 3px;
color: #FFFFFF;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 11px;
background-color: #9299A5;
margin-bottom: 5px;
padding-left: 18px;
background-image: url('images/blue_plus.png');
background-repeat: no-repeat;
background-position: left;
border-bottom: 1px solid #3D5656;
}
td#centerCcolumn div.blockContent
{
margin-right: 0px;
margin-left: 0px;
margin-bottom: 8px;
line-height: 120%;