Is it possible to reproduce this table:

<table>
   <tr>
      <td align="right">Username</td>
      <td align="left"><input type="text" name="username" /></td>
   </tr>
   <tr>
      <td align="right">Password</td>
      <td align="left"><input type="password" name="password" /></td>
   </tr>
   <tr>
      <td colspan="2"><input type="submit" value="Login" /></td>
   </tr>
</table>

Using <div> and CSS? I *am* looking for a cross-browser, cross-platform solution! I have come up with some, but they aren't perfect.

Paul

PS Maybe this should be a competition?

PPS Didn't England play well?  Unlucky I thought!

--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
     *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
          *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



Reply via email to