inherit
172873
0
Jun 5, 2018 18:35:07 GMT -8
Hoofbeats
101
October 2011
jesuslover488448
|
Post by Hoofbeats on Apr 5, 2013 23:11:46 GMT -8
Present DarknessHi, it's me again, and I'm wondering if there is a way I can fix the alignment of the columns in my sub-boards. So far, I am using the code to get rid of the posts and topics columns, and it seems to have messed up the alignment in my sub-boards. All help is appreciated. Thanks!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Apr 6, 2013 17:14:00 GMT -8
|
|
inherit
172873
0
Jun 5, 2018 18:35:07 GMT -8
Hoofbeats
101
October 2011
jesuslover488448
|
Post by Hoofbeats on Apr 6, 2013 22:59:30 GMT -8
Nope. It's still not working. I tried it in both the main and the global footer, but the code doesn't seem to like me. Any other advice? Thanks!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Apr 7, 2013 0:07:23 GMT -8
It definitely goes in your main footers so put it back there. Also this code goes in your main footers as well: <script type="text/javascript"> <!-- var TD = document.getElementsByTagName('td'); for(t=0; t<TD.length; t++) { if(TD[t].colSpan == '2' && TD[t].innerHTML.match('Forum Name')) { TD[t].colSpan = '1'; } if(TD[t].width == '8%' && TD[t].className == 'windowbg') { TD[t].style.display = "none"; } } // --> </script> And now I don't see the Remove topics and posts code. I believe you can put it in your global headers if you want it to remove the topics and posts in your sub-boards too. (Test it to be sure.) And this code is probably the biggest issue in your global headers: Change width of last post column After you do the other things remove it and see how things look.
|
|
inherit
172873
0
Jun 5, 2018 18:35:07 GMT -8
Hoofbeats
101
October 2011
jesuslover488448
|
Post by Hoofbeats on Apr 7, 2013 8:19:50 GMT -8
Yep. After a little bit of playing around I was able to find a solution that works. Thanks again for your help!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Apr 7, 2013 19:42:00 GMT -8
Glad you worked it out and you're welcome.
|
|