|
Post by Michael on Dec 28, 2005 17:23:56 GMT
|
|
|
Post by BobbyKat LittleCub on Jan 2, 2006 17:56:04 GMT
Sorry I'm late Michael! Even though you're in maintance mode, I love the banner, headers & footers, and backdrop. You're doing a great job!
|
|
|
Post by Michael on Jan 21, 2006 1:14:07 GMT
Okay, so after a while of being on Maintenance Mode, and a little more modifying, Delusional Minds is now open for rates. Rates are very much appreciated. Thanks a lot Bobby.
|
|
|
Post by deadlyassassin on Jan 21, 2006 11:23:58 GMT
First and foremost, the board looks superb. From the banner to the color scheme, everything looks good and slick. On/Off button i would suggest to improve, the button looks good, but why dont you put a logo of "DM" with a circle around it on top of the background so that it gives just an extra touch up to the button. One small thing is that there is a head/base image together, between the info center and affiliate (i am viewing the board on firefox), might just want to remove that because it serves no purpose there with no cotent in between it. Other than that, another fine piece of work. Good job .
|
|
|
Post by Michael on Jan 21, 2006 15:52:57 GMT
First and foremost, the board looks superb. From the banner to the color scheme, everything looks good and slick. Thanks! :) On/Off button i would suggest to improve, the button looks good, but why dont you put a logo of "DM" with a circle around it on top of the background so that it gives just an extra touch up to the button. As for the 'DM', do you mean I should put a little 'DM' on the on/off icons? If so, I'll try that. One small thing is that there is a head/base image together, between the info center and affiliate (i am viewing the board on firefox), might just want to remove that because it serves no purpose there with no cotent in between it. As for the combined head and base image above the affiliates and the info center, I used a code to remove the main page login table, and so, in Firefox the head and base images still appear. It's been like that for a long time and I haven't really beened bothered about it. But I'll see if I can fix it. EDIT: I just changed my on/off icons and they now have a little 'DM' in the corner.
|
|
|
Post by deadlyassassin on Jan 21, 2006 18:53:35 GMT
On/Off button i would suggest to improve, the button looks good, but why dont you put a logo of "DM" with a circle around it on top of the background so that it gives just an extra touch up to the button. As for the 'DM', do you mean I should put a little 'DM' on the on/off icons? If so, I'll try that. Yes i did. One small thing is that there is a head/base image together, between the info center and affiliate (i am viewing the board on firefox), might just want to remove that because it serves no purpose there with no cotent in between it. As for the combined head and base image above the affiliates and the info center, I used a code to remove the main page login table, and so, in Firefox the head and base images still appear. It's been like that for a long time and I haven't really beened bothered about it. But I'll see if I can fix it. I can see what i can do for that too. EDIT: I just changed my on/off icons and they now have a little 'DM' in the corner. Perfect, looks great and now your board looks amazing.
|
|
|
Post by deadlyassassin on Jan 21, 2006 19:19:13 GMT
Sorry for double posting but this deserves a post on its own: One small thing is that there is a head/base image together, between the info center and affiliate (i am viewing the board on firefox), might just want to remove that because it serves no purpose there with no cotent in between it. As for the combined head and base image above the affiliates and the info center, I used a code to remove the main page login table, and so, in Firefox the head and base images still appear. It's been like that for a long time and I haven't really beened bothered about it. But I'll see if I can fix it. Here it is, replace with the one you have now, hope that works for you: <script type="text/javascript"> <!-- /* Remove Main Page Login Table, By {XF}Äs$@§sîñ™ */ var table = document.getElementsByTagName('table'); if(location.href.match(/com\/?((index\.cgi)?\??(action=(home|logout))?(#\w+)?)?$/)) { for(i=table.length-1; i>0; i--) { if(table.item(i).width == "100%" && table.item(i).cellPadding == "0" && table.item(i).innerHTML.match(/Stay logged in for:/i) && !table.item(i).innerHTML.match(/<b>Error:/i)) { table.item(i).removeChild(table.item(i).firstChild); break; } } } //--> </script>
|
|
|
Post by Michael on Jan 21, 2006 19:54:00 GMT
Sorry for double posting but this deserves a post on its own: As for the combined head and base image above the affiliates and the info center, I used a code to remove the main page login table, and so, in Firefox the head and base images still appear. It's been like that for a long time and I haven't really beened bothered about it. But I'll see if I can fix it. Here it is, replace with the one you have now, hope that works for you: <script type="text/javascript"> <!-- /* Remove Main Page Login Table, By {XF}Äs$@§sîñ™ */ var table = document.getElementsByTagName('table'); if(location.href.match(/com\/?((index\.cgi)?\??(action=(home|logout))?(#\w+)?)?$/)) { for(i=table.length-1; i>0; i--) { if(table.item(i).width == "100%" && table.item(i).cellPadding == "0" && table.item(i).innerHTML.match(/Stay logged in for:/i) && !table.item(i).innerHTML.match(/<b>Error:/i)) { table.item(i).removeChild(table.item(i).firstChild); break; } } } //--> </script>Thanks for the code, but it doesn't work. The head and base images are stilll there. But either way, thanks for helping. The head and base images don't bother me that much.
|
|
|
Post by deadlyassassin on Jan 21, 2006 19:55:48 GMT
Ah nevermind, i just thought that way of coding would work but nevertheless, it only shows if you are a guest and so its all good. like i said you have done a great job and keep up the good work .
|
|
|
Post by Michael on Jan 22, 2006 0:29:53 GMT
like i said you have done a great job and keep up the good work :). Thanks. :)
|
|