inherit
149300
0
Jun 14, 2017 15:01:19 GMT -8
Crayola
171
November 2009
risingsunset
|
Post by Crayola on May 26, 2013 13:40:54 GMT -8
I know, I keep having problems. This should be the last one, though! Unless it's not. But it should be. Anyway. Um. My site that I am having problems on is Here and the problem now is that my subboards seem to be messing up the page. Here's the screenshot of what exactly is going on. I have three threads in that specific board, but it seems that my subboards is making the Create thread thing smush against the board name and the threads are not clickable, even though it says they're there. Now this is just speculation. I'm like 80% sure that it's the code for the subboard that I made that is messing stuff up, but so far as I can tell all of my divs and table tags are closed, so I'm not sure if I'm just missing something, I'm just inept, or this is a totally different problem caused by something else I did. Thanks in advance for putting up with me again!
|
|
inherit
149300
0
Jun 14, 2017 15:01:19 GMT -8
Crayola
171
November 2009
risingsunset
|
Post by Crayola on May 28, 2013 13:51:24 GMT -8
Bump. Any speculation is appreciated.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 28, 2013 14:02:14 GMT -8
Definitely a problem with the Board > Board List template. When editing the Layout Templates, I recommend putting each opening and closing tag on each line to check for errors. This also indents the opening and closing tags equally so you can tell that each of them starts and ends. You can also press Ctrl+A to highlight all the code and press Ctrl+Shift+Tab to automatically indent everything accordingly. The table that starts right after <div class="boardlink">$[board]</div> is missing its first <tr> tag, and one of the tables isn't closing, which is causing the issue with the rest of the page going out of wack. Since the table didn't close, the rest of the page after the sub-boards is now a part of the first table that makes the first sub-board. I've corrected one more table after that. Can you check to see if anything else is broken?
|
|
inherit
149300
0
Jun 14, 2017 15:01:19 GMT -8
Crayola
171
November 2009
risingsunset
|
Post by Crayola on May 31, 2013 17:05:14 GMT -8
No it looks a lot better! Thank you I'll remember all of that the next time I try to edit that stuff. :/ I definitely didn't know about the ctrl+shift+tab shortcut so that'll come in great handy! Thank you for taking the time to fix my silly mistakes again!
|
|