atsolberg
V.I.P.
Posts:
95( 0.09%) Threads: 30( 0.03%) Private Posts: 20
|
This user's posts are being ignored. Show Post?
i fucked up my site ----
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
Posted: 6746 days ago
|
Edited: 6746 days ago
|
|
Fixed your news page.
To fix your logo, edit the Layout File where it says <img src="/settings/www/logo"> and change it to <img src="/settings/darkwrath/logo"> and you should be good to go.
---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner.
-- It's all in the reflexes.
|
atsolberg
V.I.P.
Posts:
95( 0.09%) Threads: 30( 0.03%) Private Posts: 20
|
This user's posts are being ignored. Show Post?
Posted: 6745 days ago
|
Edited: 6745 days ago
|
|
Hey Chops, i was wondering if i could get a link to download my current css file as well as a new default one. If I had the current one i wouldnt have to redo the stuff i've changed in the simple layout section. ----
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
The "Default one" is actually generated from your current Simple Layout one. So if you click "Out of date? Regenerate it" it'll make a new one for you with your standard colors.
---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner.
-- It's all in the reflexes.
|
atsolberg
V.I.P.
Posts:
95( 0.09%) Threads: 30( 0.03%) Private Posts: 20
|
This user's posts are being ignored. Show Post?
Posted: 6745 days ago
|
Edited: 6745 days ago
|
|
hey chops, i need to add 1 to the row/cell spacing between the rows of the menu items. i set the cellspacing on the table in menupage.html to 1 but it didn't change it. ne ideas? also my background image isn't getting picked up anymore. ----
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
Posted: 6745 days ago
|
Edited: 6745 days ago
|
|
For the cellspacing, you can modify the <li> to include somethign to the effect of :
<li style='padding-top:1px'>
That should give you your spacing stuff.
As for your background, make sure that the background in the css is specified as
background-image:url(/settings/darkwrath/...etc..etc)
The Key part of that is the leading slash, which I've highlighted in red
---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner.
-- It's all in the reflexes.
|
atsolberg
V.I.P.
Posts:
95( 0.09%) Threads: 30( 0.03%) Private Posts: 20
|
This user's posts are being ignored. Show Post?
hmm, still can't get the spacing to happen, can you send me a copy of the pias menupage? ----
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
PiaS Menupage: http://www.dkpsystem.com/settings/www/forum/168/menupage.htmlIt's radically different from the standard layout. ---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner. -- It's all in the reflexes.
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
Try this on your css file.
The very last definition is
/* used in the default layout as any list items */ li{ list-style-image:url(settings/darkwrath/list/list.ico); list-style-type:filledcircle;}
change it to
li{ list-style-image:url(settings/darkwrath/list/list.ico); list-style-type:filledcircle; padding-top:8px}
---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner.
-- It's all in the reflexes.
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
Looking at your page, I also see that the body tag has the background url specified to a file that doesn't exists.
I suggest changing it from:
background-image: url(/settings/darkwrath/background/background.gif);
to
background-image: url(/settings/darkwrath/background);
---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner.
-- It's all in the reflexes.
|
atsolberg
V.I.P.
Posts:
95( 0.09%) Threads: 30( 0.03%) Private Posts: 20
|
This user's posts are being ignored. Show Post?
can i get a the copy of the layout.html file my site is currently using? the one i have and have been uploading and testing is seriously fucked up but the one the site is actually using is good, if the "Layout File" link on that page is actually doing that instead of giving you the last uploaded version, then i have broke it. everytime i upload and test my layout file i have giant chunks of garbage text on both sides. ----
|
Chops
Administrator
Posts:
7607( 7.27%) Threads: 218( 0.25%) Private Posts: 1160
Guild(s):PiaS
|
This user's posts are being ignored. Show Post?
umm...no, the layout file you're uploading and stuff is the one that was uploaded. I don't actually have a mechanism for recovery, but oddly enough, I was thinking about that just last night, and added it to the list.
I'll rip apart your current "behind-the-scenes" layout file and get it straightened out for ya.
---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner.
-- It's all in the reflexes.
|
atsolberg
V.I.P.
Posts:
95( 0.09%) Threads: 30( 0.03%) Private Posts: 20
|
This user's posts are being ignored. Show Post?
thx, with this version i have i'd like to make some more changes and move stuff around but i can't cuz i musta f'ed it up enough to look like shit when i test it. lol so as long as i don't go live i'm fine, but now i can't make any more layout changes. lol i'm so bad at this stuff, but it's fun learning and i know you got nothing to do beside fixing my shitty coding ----
|