HTML table not handled cleanly. - Joomla! Forum - community, help and support
i created table in html looks fine when previewed in safari , looks fine after insert html new article on our joomla site. when save article, borders not show up. suggestions?
here's html, dummied bit. middle borders -- above heading 2 , heading 3 -- not showing up.
here's html, dummied bit. middle borders -- above heading 2 , heading 3 -- not showing up.
code: select all
<html>
<head>
<meta http-equiv="content-type" content="text/html; ">
</head>
<body lang="en-us" link="blue" vlink="purple">
<table cellspacing="0" cellpadding="2" border="1" style=" width:100%; border-collapse:collapse; border:none; font-family:'arial','sans-serif'; font-size:12px; vertical-align:top;">
<tr style=" border:none; border-top:solid 1px; background:#f1f1f1; font-weight:bold; height:24px; ">
<td style=" border:none; " colspan="3">
heading 1
</td>
</tr>
<tr style=" height:24px; ">
<td width="5%" style=" border:none; " />
<td colspan="2" style=" border:none; background:#dbe5f1; ">
some text
</td>
</tr>
<tr style=" height:24px; ">
<td width="5%" style=" border:none; " />
<td colspan="2" style=" border:none; background:#f1f1f1; ">
some text
</td>
</tr>
<tr style=" height:24px; ">
<td style=" border:none; " colspan="2" width="10%" />
<td style=" border:none; background:#f1f1f1; " >
some text
</td>
</tr>
<tr style=" border-top:solid 1px; height:24px; ">
<td style=" border:none; background:#f1f1f1; font-weight:bold; " colspan="3">
heading 2
</td>
</tr>
<tr style=" height:24px; ">
<td style=" border:none; " width="5%" />
<td style=" border:none; background:#dbe5f1; " colspan="2">
some text
</td>
</tr>
<tr style=" height:24px; ">
<td style=" border:none; " width="5%" />
<td style=" border:none; background:#f1f1f1; " colspan="2">
some text
</td>
</tr>
<tr style=" border-top:solid 1px; border-bottom:solid 1px; height:24px;">
<td style=" border:none; background:#f1f1f1; font-weight:bold; " colspan="3">
heading 3
</td>
</tr>
</table>
drjackbo wrote:... middle borders -- above heading 2 , heading 3 -- not showing up.
...
methinks "border:none;" bit of clue
why use <html> tag ?
Comments
Post a Comment