Hey Guys,
I've started using CSS and DIV's over tables lately, but a good ol' fashioned Outlook Stationery has insisted I use Tables for it to work correctly. The reason for the post is that I have 3 columns of table cells I want the leftmost one to be left aligned, the rightmost one right aligned, and the middle one to be all of the remaining width, any ideas?
Thanks
Table Width question
Moderator: General Moderators
- iknownothing
- Forum Contributor
- Posts: 337
- Joined: Sun Dec 17, 2006 11:53 pm
- Location: Sunshine Coast, Australia
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Code: Select all
<table width="100%">
<td></td>
<td width="100%"></td>
<td align="right"></td>
</table>- iknownothing
- Forum Contributor
- Posts: 337
- Joined: Sun Dec 17, 2006 11:53 pm
- Location: Sunshine Coast, Australia
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- iknownothing
- Forum Contributor
- Posts: 337
- Joined: Sun Dec 17, 2006 11:53 pm
- Location: Sunshine Coast, Australia
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA