/    Sign up×
Community /Pin to ProfileBookmark

Hi
I am new to css.I created a table and put a video in one cell .The description
of video is in the second cell.I wold like to have a common header for hoth of them.Please help me guys.Thanks in advance?
My code snippet is as follows
<p class=”note”>header1</p>
<p>

<object style=”width: 369px; height: 190px”>
<param name=”movie” value=”http://www.youtube.com“>
<param name=”allowFullScreen” value=”true”>

<param name=”allowscriptaccess” value=”always”>
<embed src=”http://www.youtube.com/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″>

</object>

&nbsp;<td>

<p > &nbsp;</p>
<p class=”note”>header1</p>
<p >description of video goes here </p>
&nbsp;</td>
<tr>
I need to have only one header for both description and video.But the description shold be right side of video and header shold be top of the both.

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@FangDec 11.2009 — colspan&lt;table border="1" cellpadding="0" cellspacing="0" summary=""&gt;
&lt;thead&gt;
&lt;tr&gt;&lt;th colspan="2"&gt;common header&lt;/th&gt;&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;video 1&lt;/td&gt;&lt;td&gt;video 2&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
×

Success!

Help @xmlstarter1 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.5,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...