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
for phone browsers the best view is achieved with thisHTML Code:<body style="font-family: Verdana; display: inline-block; margin: auto auto auto 25%; ">
basically I want my page content to appear at the center of the screen horizontally.HTML Code:<body style="font-family: Verdana; display: inline-block; ">
Thank You




Reply With Quote