How do I set up my pages so that it is always in the middle (for example: http://www.xbox.com)? When I copy the page source and run it, it's totally different.
TIA
Printable View
How do I set up my pages so that it is always in the middle (for example: http://www.xbox.com)? When I copy the page source and run it, it's totally different.
TIA
if you wondering how you setup your webforms so that they are centered in the page. I would just use a table and center the table in the middle of the page and use the width attribute to determine how wide i wanted the page. let me know if you need an example
Yes. A simple one (example) would be much appreciated. TIA
Well it would be fairly easy. I would put a table in the html code and just center the table. This could be done by either using a css or just using html.
See Below:
<table align="center" valign="top" cellpadding="0" cellspacing="0" width="850">
put content in here
</table>
That should give you a decent start.
:)
Thanks. :thumb:
yep
let me know if you need anything else
please mark resolved if this is the case