amdRocks
06-03-2003, 10:09 AM
Hello Guys,
Can some one pleae take a look at the html code below
<br/>So far so good <br/>
<table style="border:2px red solid;" align="left" width="100%">
<tr>
<td width="50%">
Table1 - Cell 1</td>
<td>Table1 - Cell 2</td>
</tr>
</table>
<br/>This line should honor the line break and should appear below(NS shows intended result)
Break here - 1<br/>
<table width="100%" cellspacing="2" cellpadding="2" border="1">
<tr>
<td>Table 1 - Cell 1</td>
<td>Table 1 - Cell 2</td>
</tr>
</table><br/>
Break here<br/>
<table width="100%" style="height:400pt;"cellspacing="2" cellpadding="2" border="1">
<tr>
<td>Table 2 - Cell 1</td>
<td>Table 2 - Cell 2</td>
</tr>
</table><br/>
Break here<br/>
<table width="100%" cellspacing="2" cellpadding="2" border="1">
<tr>
<td>Table 3 - Cell 1</td>
<td>Table 3 - Cell 2</td>
</tr>
</table>
If you see it in your NS6+/IE6+ and Opera 7+ browsers,it dsiplays completely strangely.
In NS6+ plus only the results are as intended all others crap out on me..
What I want is simply once a table end tag is reached and I add any text next to it something like
</table>
<br>Some Text
I want "Some Text" to appear on the line below or next line where as if you cut and paste the html code above and view it in IE you will see that it actually starts painting "some Text" towards the right end of the table block and then wraps the line to next line..in other words it does not honor <br/> tag..Can some one please shed some light..
Oh btw I do have my reasons to use tables so please help rather suggesting CSS..:-)
Can some one pleae take a look at the html code below
<br/>So far so good <br/>
<table style="border:2px red solid;" align="left" width="100%">
<tr>
<td width="50%">
Table1 - Cell 1</td>
<td>Table1 - Cell 2</td>
</tr>
</table>
<br/>This line should honor the line break and should appear below(NS shows intended result)
Break here - 1<br/>
<table width="100%" cellspacing="2" cellpadding="2" border="1">
<tr>
<td>Table 1 - Cell 1</td>
<td>Table 1 - Cell 2</td>
</tr>
</table><br/>
Break here<br/>
<table width="100%" style="height:400pt;"cellspacing="2" cellpadding="2" border="1">
<tr>
<td>Table 2 - Cell 1</td>
<td>Table 2 - Cell 2</td>
</tr>
</table><br/>
Break here<br/>
<table width="100%" cellspacing="2" cellpadding="2" border="1">
<tr>
<td>Table 3 - Cell 1</td>
<td>Table 3 - Cell 2</td>
</tr>
</table>
If you see it in your NS6+/IE6+ and Opera 7+ browsers,it dsiplays completely strangely.
In NS6+ plus only the results are as intended all others crap out on me..
What I want is simply once a table end tag is reached and I add any text next to it something like
</table>
<br>Some Text
I want "Some Text" to appear on the line below or next line where as if you cut and paste the html code above and view it in IE you will see that it actually starts painting "some Text" towards the right end of the table block and then wraps the line to next line..in other words it does not honor <br/> tag..Can some one please shed some light..
Oh btw I do have my reasons to use tables so please help rather suggesting CSS..:-)