/    Sign up×
Community /Pin to ProfileBookmark

Help with tables borders in FF?

It works fine in IE but not FF.
What I did have in the code in that part is:
<table height=”100%” width=”60%” border=”1″ cellpadding=”0″ cellspacing=”0″ frame=”vsides” bordercolor=”#FFCCFF”>
<tr>
<td height=”100%” width=”60%” bgcolor=”white” border=”0″ valign=”top”><?php mosMainBody () ?></td>
</tr>
</table>

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@Major_PayneMay 06.2007 — Try using this:

<table style="width: 60%; border: 1px solid #ffccff; padding: 0; margin: 0;" summary="">

<tr>

<td style="height: 100%; width: 60%; background-color: #ffffff; border: 0 solid #ffccff; vertical-align: top;"><?php mosMainBody () ?></td>

</tr>

</table>

This on frames="vsides".

Ron
Copy linkTweet thisAlerts:
@FangMay 06.2007 — &lt;table [COLOR="DarkGreen"]style="border-collapse:collapse;"[/COLOR] height="100%" width="60%" border="1" cellpadding="0" cellspacing="0" frame="vsides" bordercolor="#FFCCFF"&gt;
&lt;tr&gt;
&lt;td height="100%" width="60%" bgcolor="white" border="0" valign="top"&gt;&lt;?php mosMainBody () ?&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
Copy linkTweet thisAlerts:
@raxxiauthorMay 06.2007 — Thankies! I'll go try these..
×

Success!

Help @raxxi spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...