Iframes ? Panels ? ...i m using asp.net 2.0
-
-
View/Source MSDN and have a look for yourself?
Be prepared though: things like this will make any self-respecting HTML designer weep in frustration.
<table>
<tr>
<td class="alt">
<p>
<a onclick="javascript:..." href="...">...</a>
<br />
Lorem ipsum...
</p>
</td>
</tr>
</table>Tsk, tsk, one-row, one-cell tables...
-
JChung2006 wrote:
View/Source MSDN and have a look for yourself?
Be prepared though: things like this will make any self-respecting HTML designer weep in frustration.
<table>
<tr>
<td class="alt">
<p>
<a onclick="javascript:..." href="...">...</a>
<br />
Lorem ipsum...
</p>
</td>
</tr>
</table>Tsk, tsk, one-row, one-cell tables...
I'm going to have to find a decent book on design. I'm a table monkey at the moment and I'm sure people like you and W3bbo have a much better grasp on layout.
-
Tables are fine for tabular data and for grid layouts, because HTML and CSS is all forked up when you have to deal with cross-browser compatibility.
Please though, no more one-row, one-cell tables. -
40 CSS Layouts
This is an excellent starting point that explain how to achieve 40 of the most popular web page layouts. Two and Three column fixed, liquid, etc.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.