|
You can accomplish this by creating one table inside the other one and then setting the vertical and horizontal alignment to "Center".
Example:
<table height="100%" width="100%">
<td valign="center" align="center">
<table height="400" width="600">
<td valign="center" align="center">
YOU PUT YOUR WEBSITE CONTENT IN HERE
</td>
</table>
</td>
</table>
This should center the table in the middle both horizontally and vertically in any browser. You should be able to take the content of your website and place it in that table.
Good Luck.
|
|
Expert:
|
john2
|
|
Date:
|
Jun 14, 2006
|
|
Time:
|
11:52
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
This answer above is correct if you want to do it with simple HTML. There are other ways with JavaScript that this can be accomplished.
|
|
Expert:
|
James1
|
|
Date:
|
Jun 15, 2006
|
|
Time:
|
11:45
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Thanks, these are both great answers. Do you know how this is accomplished in JavaScript?
|
|
Expert:
|
james.arnold1
|
|
Date:
|
Jun 15, 2006
|
|
Time:
|
11:47
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|