Help - Search - Members - Calendar
Full Version: Temp All The Way To Left?
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
SwintellSoft
Ok Ive tryed all day but cant figure out whats wrong.... my template is all the way to the right...sept back ground what do i do?
Paranoid
QUOTE(SwintellSoft @ Mar 27 2008, 03:06 PM) *
Ok Ive tryed all day but cant figure out whats wrong.... my template is all the way to the right...sept back ground what do i do?

Mabye CSS problem? PM me with your site, and a link to your CSS. I might be able to help.
wozzym
yes its your css. post code here please smile.gif
SwintellSoft
CODE
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;

}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.date {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 10px;
    font-weight: bold;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FF9D00;
    font-weight: bold;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: underline;
}
.baselink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
}
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}
.sidelinks {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FF9900;
}
and thank you for help =)
wozzym
here try this link: http://webdesign.about.com/od/css/ht/htcsscenterfix.htm

(sorry i would have coded it myself usually)
SwintellSoft
ok thank you =)
wozzym
no problem. could you post the url to your site?
SwintellSoft
why? http://swintellsoft.zxq.net/index.html


its not near ready but ight
wozzym
no its just so i can see whats wrong with the css smile.gif
SwintellSoft
I followed the guide and did everything right....whats wrong now...



ive followed your guide plus many many more and none seem to work? whats wrong
wozzym
well it could just be that the template is smaller. it wont be centered on a full screen. If you wanted it to be viewed full screen id suggest making it bigger? i dont know really...sorry...
SwintellSoft
ight ill just leave it how it is =/
Andrew
After looking at your code, I definitely know it's your css. I opened your source of the index file saved it on my computer and opened it that way (none of the images show up and the css file doesn't load) and it was all on the left. So something in your css is screwing it up. But I can't see what.

edit. I don't know if you're just trying to get it to go back to the left side of the screen but you can replace
<body style="margin:0 auto;"
with
<body style="float: left;"

that made your layout sit of the left side of the screen.

And also why is you're layout SO large. It doesn't even fit on my 1024 screen. Just wondering.
wozzym
is it his background that is large? because the rest fits on my screen
Andrew
No everything is just too wide.



SwintellSoft
lol i know I was adjusting my banner yesterday and i was about to put it all back wen I had to log becuase of lighting storms "dont want my system to get fried~!"


oh and I duno ill try it but you say on the website on the web the images dont load???? hmmmcuz the back ground is an image a very small one


the reason i didnt relise it was that big is becausee I have a HUGE screen XD
Andrew
Yea I wish I had a hug screen. I get tired of this tiny 17inch. I like the flat panel but my 17 crt monitor was able to do 1280x1024, so it really sucks going to 1024x768
SwintellSoft
yeah Ill go bak to settin site up wen i get my account stuff bak to normal =P anywyas thanks for your help bro =)
Andrew
No problem, glad we could try to help, lol
SwintellSoft
lol all good Ill just have to deal with it i guess XD no biggy
Jetteh22
I don't know if you fixed it but it looks fine to me... It's all the way to the left side..
SwintellSoft
na i was trying to center my template man
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.