The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change Author Column Width

Go down

Change Author Column Width Empty Change Author Column Width

Post by jayjay1961 December 30th 2010, 10:26 am

I followed the advice given in: https://help.forumotion.com/t80328-width-of-author-column-which-template-do-i-use?highlight=author.

I use the code: <th style="display:block;width:200px;" align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>

to replace the code: <th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>

But still cannot change the author column width.

Please help!

avatar
jayjay1961
Forumember

Male Posts : 41
Reputation : 0
Language : English
Location : Malaysia

http://berjayagst.forumms.net/

Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by jayjay1961 January 6th 2011, 10:37 am

Anyone can help, please?

Thanks!
avatar
jayjay1961
Forumember

Male Posts : 41
Reputation : 0
Language : English
Location : Malaysia

http://berjayagst.forumms.net/

Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by Guest January 6th 2011, 3:02 pm

replace it with this:
Code:
<th style="display:block;width:200px;" align="center" nowrap="nowrap"> {topics_list_box.row.L_AUTHOR} </th>
avatar
Guest
Guest


Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by jayjay1961 January 7th 2011, 8:34 am

Thanks, Gangstar15! Still doesn't work!
avatar
jayjay1961
Forumember

Male Posts : 41
Reputation : 0
Language : English
Location : Malaysia

http://berjayagst.forumms.net/

Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by Guest January 7th 2011, 8:36 am

replace this part:
Code:
style="display:block;width:200px;"
with:
Code:
style="width:20% !importal;"
avatar
Guest
Guest


Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by jayjay1961 January 7th 2011, 10:13 am

Still the same.

I tried removing the whole codes on the Author:
<th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>

After I saved and published it, the author column is still there. Maybe the codes I should touch on is not in topics_list_box, but some other place.
avatar
jayjay1961
Forumember

Male Posts : 41
Reputation : 0
Language : English
Location : Malaysia

http://berjayagst.forumms.net/

Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by Guest January 7th 2011, 2:01 pm

there should be two of them (: one for the title and on for the posters (:
its there (:
avatar
Guest
Guest


Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by jayjay1961 January 8th 2011, 4:38 am

Gangstar15 wrote:there should be two of them (: one for the title and on for the posters (:
its there (:
Thank you so much, Gangstar15! And, thanks for your patience.

I am such an idiot. One is in topics_list_box, where is the other one in?
avatar
jayjay1961
Forumember

Male Posts : 41
Reputation : 0
Language : English
Location : Malaysia

http://berjayagst.forumms.net/

Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by Guest January 8th 2011, 5:06 am

Same place (:
Code:
<td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td>

Wait. i can still see this in your template?
Code:
<th align="center" nowrap="nowrap" width="100">

Did you published the template after saving it? ;D
by clicking the green icon?
avatar
Guest
Guest


Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by jayjay1961 January 10th 2011, 9:57 am

Yes, I did, I published it. You still see the template because I put it back to the default one, because I couldn't get the new codes to work.

I even removed totally the 3 lines of codes with the word "author" in them, published it, in the end, the author column is still the same!

So, I suspect maybe I should change the codes in some other place, instead of in topics_list_box.
avatar
jayjay1961
Forumember

Male Posts : 41
Reputation : 0
Language : English
Location : Malaysia

http://berjayagst.forumms.net/

Back to top Go down

Change Author Column Width Empty Re: Change Author Column Width

Post by Guest January 10th 2011, 2:38 pm

Nope. its there.
look:
http://test1-liqued-coding.forumotion.com/f3-banner-jumble

..
1. Restore the template to default
2. Change only this
Code:
<th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>

to this:
Code:
<th align="center" nowrap="nowrap" width="200"> {topics_list_box.row.L_AUTHOR} </th>

just change the 100 to 200 (:
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum