Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

creaing page

Asked Modified Viewed 1,525 times
A
afaaro
A
afaaro 10
  • Senior Member, joined since
  • Contributed 295 posts on the community forums.
  • Started 68 threads in the forums
  • Started this discussions
asked
Senior Member

is there anyone help me with how to create a page contents table and this is the code, can you please some one corrects it:


<?php

require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";


echo "<table style="width: 600; border-collapse: separate; height: 70" borderColor="#cccccc" cellSpacing="3" cellPadding="0" align="center" border="1">
<tr>
<td vAlign="top" colSpan="4" width="590" height="24">
</td>
</tr>
<tr>
<td vAlign="top" width="42" height="11">
<div>
<p align="center"><strong style="font-weight: 400">
<font face="Verdana" size="2">-</font></strong></div>
</td>
<td vAlign="top" width="229" height="11">
</td>
<td vAlign="top" width="41" align="center" height="11">
<strong><font face="Verdana" size="2" color="#008000">-</font></strong></td>
<td vAlign="top" width="201" height="11">

</td>
</tr>
<tr>
<td vAlign="top" width="42" align="center" height="1">
<div>
</div>
</td>
<td vAlign="top" width="229" height="1"></td>
<td vAlign="top" width="41" align="center" height="1">
</td>
<td vAlign="top" width="201" height="1"></td>
</tr>
<tr>
<td vAlign="top" width="42" align="center" height="4">
<div>
</div>
</td>
<td vAlign="top" width="229" height="4">
</td>
<td vAlign="top" width="41" align="center" height="4">
</td>
<td vAlign="top" width="201" height="4">
</td>
</tr>
<tr>
<td vAlign="top" width="42" align="center" height="13">
<div>
</div>
</td>
<td vAlign="top" width="229" height="13">
</td>
<td vAlign="top" width="41" align="center" height="13">
</td>
<td vAlign="top" width="201" height="13">
</td>
</tr>
</table>";


require_once "side_right.php";
require_once "footer.php";
?>
0 replies
There are no post found.

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet