Jump to content

center background image?


ohdang888

Recommended Posts

ok so to test my background problems, i took background image and css from a site: https://www.thedealist.com/

 

then i tried to center the background image, on my server, with the same css, and its not working:http://204.12.217.114/~socialap/design1.php

 

the css:

body{
text-align:center; /*center hack*/
padding:0; 
margin:0;
font-family:Lucida Grande, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif; 
font-size: 100%;
color:#666666;  
line-height: 120%;
background:#eeeae1 url(bgtest.gif) repeat left top;
}

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/192464-center-background-image/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.