d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Simple Css Question
Add Reply New Topic New Poll
Member
Posts: 9,919
Joined: Mar 23 2008
Gold: 10.00
Sep 28 2012 07:13pm
http://mostdope.net/booking

real blank right? I don't know what dimensions to make a background that I could design to wrap around that middle content area..and how to do that.

I'm paying well if somebody could set it up for me to where all I have to do is design around a certain area . I don't know if we'll have to use a fixed bg or what but however we need to do it.

paying 500-1000fg
Member
Posts: 31,806
Joined: Jan 22 2008
Gold: 2,235.56
Sep 28 2012 11:31pm
if you have the background in .ai or any vector program maybe make it like 1024 width nad make a .jpg. Then put a color background to it, for people with bigger screen. Im not sure I answered your question correctly because im french but you can pm me more information ill gladly help ya :)
Member
Posts: 1,628
Joined: Aug 11 2012
Gold: 628.00
Sep 29 2012 07:47pm
looks like you have some php issues too (header:location)

anyways just make a wrap around your content

width:928px
background-color:#fff;

and you should be fine.
Member
Posts: 1,945
Joined: Apr 19 2007
Gold: 1,978.90
Oct 2 2012 07:53am
in the 'bs-admin.css' file

replace all the '#index' css with:

#index {
background-color: black;
margin: 0 auto;
padding: 30px;
width: 600px;
}
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll