Posted By: pwzeus | Jul 11th, 2007 @ 9:34 AM
page 1 of 1
Comments: 4 | Views: 2028
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...

ScanIAm
ScanIAm
On a scale of 1 to 10, people are stupid.
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.
page 1 of 1
Comments: 4 | Views: 2028
Microsoft Communities