|
-
Nov 1st, 2006, 01:26 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Web Page Design
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
Last edited by ARPRINCE; Nov 2nd, 2006 at 03:14 PM.
-
Nov 1st, 2006, 02:44 PM
#2
Lively Member
Re: Web Page Design
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
-
Nov 1st, 2006, 02:54 PM
#3
Thread Starter
Hyperactive Member
Re: Web Page Design
Yes. A simple one (example) would be much appreciated. TIA
-
Nov 1st, 2006, 03:00 PM
#4
Lively Member
Re: Web Page Design
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.
-
Nov 1st, 2006, 03:18 PM
#5
Thread Starter
Hyperactive Member
Re: Web Page Design
Thanks.
-
Nov 1st, 2006, 03:21 PM
#6
Lively Member
Re: Web Page Design
yep
let me know if you need anything else
please mark resolved if this is the case
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|