|
-
Nov 23rd, 2013, 10:55 PM
#1
Thread Starter
Frenzied Member
web/phone css page centering
Hi,
I have a website, but by default it's not compatible with pc/phone browsers at the same time. I'm not sure how I can easily make it use the correct one.
for the pc browser the best view is achieved with this
HTML Code:
<body style="font-family: Verdana; display: inline-block; margin: auto auto auto 25%; ">
for phone browsers the best view is achieved with this
HTML Code:
<body style="font-family: Verdana; display: inline-block; ">
basically I want my page content to appear at the center of the screen horizontally.
Thank You
Last edited by met0555; Nov 23rd, 2013 at 11:00 PM.
-
Nov 24th, 2013, 06:17 PM
#2
Re: web/phone css page centering
-
Nov 24th, 2013, 07:37 PM
#3
Thread Starter
Frenzied Member
Re: web/phone css page centering
I tried to use view-port but the outcome is the same. It's only showing up working only one of the browzers pc/phone
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
|