/    Sign up×
Community /Pin to ProfileBookmark

Creating Tables

Hi Guys,

It’s been awhile since I’ve created a table..

I’m trying to create one that looks like this:

[ATTACH]15679[/ATTACH]

My code is

[code=html]<body>

<h1><p class=”header”>Saturday</</h1>

<table>
<p class=”text”>
<tr>
<th>Network</th>
<th>8:00 PM</th>
<th>8:30 PM</th>
<th>9:00 PM</th>
<th>9:30 PM</th>
<th>10:30 PM</th>
<th>10:30 PM</th>
</tr>
<tr>
<td>ABC</td>
<td>The partridge family</td>
<td colspan=”3″>ABC Suspense Movie</td>
<td colspan=”3″>Griff</td>
</tr>
<tr>
<td>CBS</td>
<td>All in the Family</td>
<td>M*A*S*H</td>
<td>The Mary Tyler <br />Moore Show</td>
<td>The Bob Newhart Show</td>
<td colspan=”3″>The Carol Burnett Show</td>
</tr>
<td>NBC</td>
<td colspan=”2″>Emergency!</td>
<td colspan=”5″>NBC Saturday Night at the Movies</td>
</tr>
<p>
</table>
</body>
</html>[/code]

My CSS is

[code=html]table,td,th
{
color: white;
background-color: gray;
border:1px solid black;
size: 50%;
text-align:center;
}
td
{[/code]

but in a browser its huge! what can I do to fix this?

[canned-message]attachments-removed-during-migration[/canned-message]

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@leev18Jul 23.2013 — simply change the font size. Try adding this to the css:


[CODE]table {
font-size: 10pt;
}

th, td {
padding: 5px;
}

[/CODE]
×

Success!

Help @D1Lu5IoN 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.28,
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,
)...