Quote:
Originally Posted by slipkot
I have the following alligment problem only to threads i use thread description with the phrase "Started by shooterg24, Today 13:44" As you can see in the image i have attached it isn't centered and excactly down from the description. At threads that doesn't use description it's ok. Please provide a fix. Thanks
|
Trả lời hộ ?ng bạn VN :">
@ slipkot: search in template "ewt_forumdisplay_threaddesc"
Code:
<span class="lable" style="color:gray; font-size:12px; font-style:italic"><img class="inlineimg" src="images/strela_w.gif" border="0" alt="">{vb:raw thread.threaddesc}</span><br>
You can add "align" value to control the image location, it's BASIC HTML. My advice: Learn HTML (at least) before having a forum.
After
Add this
Or you can try
Do a research to find some other values.
Quote:
Originally Posted by fly
Is there any way to make the description show up on SHOWTHREAD?
edit: And when editing a thread?
|
If you wanna the description show on SHOWTHREAD, please Edit SHOWTHREAD template. Put:
Code:
{vb:raw thread.thread_description}
To anywhere you want. I don't know where you want, so do it yourself