/    Sign up×
Community /Pin to ProfileBookmark

For the longest time I have wondered if there was a way to create a table that has 3 columns; 2 fixed widths and 1 variable. I would like to have the first and third columns of said table be 200px wide and the middle column fill up the remainder of the page.

Is there an easy way to do this? I have tried setting the width of the middle column to 100% but this just causes incosistent columns on the outside.

Thanks a million!

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@ray326Mar 28.2004 — <table border="1" width="100%">

<tr>

<td width="200"></td>

<td></td>

<td width="200"></td>

</tr>

</table>
×

Success!

Help @jasondubya spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...