keitatheprince
New Member
I find living to be the hardest challenge of all.
Posts: 63
inherit
169436
0
Jun 20, 2016 22:36:41 GMT -8
keitatheprince
I find living to be the hardest challenge of all.
63
July 2011
keitatheprince
|
Post by keitatheprince on Apr 5, 2013 15:36:31 GMT -8
So I've been working on bringing over all the side bar coding I have currently on my site [ aizrp.proboards.com/ ] over to this temp site [ aizrptestzone.freemessageboards.com/ ] So I can get all the bugs worked out... and so far I'm having a issue with the word count. It's working perfectly on my other site, as for V5 for proboards it's giving me a bit of a fight, I think the main issues is down where the triangle is, as the open white space isn't next to it like it usually is, I've tried messing with the percentage coding to try and fix it and I'm literally at wits end on what to do about it, despite the fact I'm trying to get use to all of the new stuff as their is I also seem to be having trouble with bringing in my head announcements from my old board. As you can tell the backgrounds are completely see through [these areas are the "message to the members & survival rumors" ] On the original site we can see a white background but on the temp site It's completely clear and I'm not quite sure what to do with it honestly, despite the fact I'd like to center it and I'm not entirely sure how.... Though, I will appreciate any help to get this little coding issue fixed~~~
|
|
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 0:30:15 GMT -8
I don't have a V5 site currently using the side table plugin so I can't test this but you could try adding this css above the word count: <style> .my_word_count input{ width: 100px; } </style> And then put a div around your word count: <div class="my_word_count"> Your word count code and table here </div> And then in the code itself you'll need to set the columns to a smaller number because the textarea is definitely underlapping the forum(in Chrome, anyway). <td width="100%"><textarea rows="10" name="wordcount2" cols="32" wrap="virtual"></textarea></td>
|
|
keitatheprince
New Member
I find living to be the hardest challenge of all.
Posts: 63
inherit
169436
0
Jun 20, 2016 22:36:41 GMT -8
keitatheprince
I find living to be the hardest challenge of all.
63
July 2011
keitatheprince
|
Post by keitatheprince on Apr 6, 2013 6:50:35 GMT -8
Thank you so much, that worked out perfectly fine & I brought down the Cols like you said and it fit perfectly thank you so much!!!!
|
|
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 7:44:45 GMT -8
You're welcome.
|
|