MyBB Community Forums

Full Version: My site looks weird AGAIN.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! Im back again with my problem :P
My site looks totaly weird. I don't know whats wrong. I can try take some pictures of my config & what it looks like.
[Image: Fy8FZ0a.png]
[Image: 6gx1jiQ.png]
Your board url should not end with a slash.
(2014-07-30, 10:01 PM)dragonexpert Wrote: [ -> ]Your board url should not end with a slash.
Hello! I just removed the / at the end and it's still not working now it looks like this [Image: MFlw4qN.png]
Try re importing your theme. You may have accidentally broken something.
The last thing i did, i changed the background, which didn't work and then this white screen happend.
body {
color: #7C7C7C;
{background: url("http://i.imgur.com/h4XWJXi.jpg") repeat scroll 0 0 #FFFFFF;
text-align: center;
line-height: 1.4;

font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;

I don't know what i did wrong
Try to change the url in inc ==> settings.php
URL Board to the website with out /
also the cookie domain suppose to be dot.yourdomain .yourdomain
(2014-07-30, 10:45 PM)MuhammedSuleiman Wrote: [ -> ]Try to change the url in inc ==> settings.php
URL Board to the website with out /
also the cookie domain suppose to be dot.yourdomain .yourdomain
Not working :/
lol why're you using imgur to host your image.....
(2014-07-30, 10:37 PM)AstroPer Wrote: [ -> ]The last thing i did, i changed the background, which didn't work and then this white screen happend.
body {
color: #7C7C7C;
{background: url("http://i.imgur.com/h4XWJXi.jpg") repeat scroll 0 0 #FFFFFF;
text-align: center;
line-height: 1.4;

font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;

I don't know what i did wrong

Check that CSS over. Notice the extra { at the start of the background line? Remove it, its probably breaking everything.

Also, as lumi mentioned, you shouldn't be using imgur to host images used in places like that: http://imgur.com/tos
Quote:don't use Imgur as a content delivery network.