Table Problem
Posted: Tue Jan 29, 2008 5:15 pm
Im confused adding one another table in my current table,
below are my information how i want.
I dont know where to add the colspan, at the begin of table i have add <TD ROWSPAN=4></TD> but at the end im havin a problem.
and i want to have like this
___________
| |______| |
| |______| |
|_|______|_|
|__________|
Screenshot: http://img212.imageshack.us/img212/8730/samplemn6.jpg
below are my information how i want.
I dont know where to add the colspan, at the begin of table i have add <TD ROWSPAN=4></TD> but at the end im havin a problem.
Code: Select all
<table align="center" valign="middle"><tr>
<td align="center">
Image<p>
<form method="GET" action="index.php">
<font color="#800000"><b><h3><font color="#800000">Logo text</font></b></h3></font></p>
<table><tr><td>
<input type="text" name="search" value="Search" size="20" onblur="if(this.value=='') this.value='Search';" onfocus="if(this.value=='Search') this.value='';" /></td><td>
<INPUT type=submit value="Search"></td></tr></table>
</form><br>
<b>My Text</b><br>
<?php echo "<center><br><b>Mp3 te Shkarkuar: </b>" . file_get_contents("data.txt") . "</center>"; ?>
</td></tr><br>
<tr><td align="center">
<br>ADS1</td></tr>
<tr><td>
<div id="wrapper" class="wrapper">
Last Search:<br />
<?php print tag_cloud(); ?>
</div>
</td>
</tr>
</table>___________
| |______| |
| |______| |
|_|______|_|
|__________|
Screenshot: http://img212.imageshack.us/img212/8730/samplemn6.jpg