Displays strange
-
- Site Admin
- Posts: 3525
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
Displays strange
Dont change the css. Change the html as I pointed out earlier.
Board rules! No PM support
-
- BBCoder III
- Posts: 123
- Joined: 10 Aug 2011, 20:32
- BBCodes: 3
- Location: Devon UK
Displays strange
Try this
this is the edit for the index_body bit. posted one earlier but the title was too far left this is working on mine - here's a photo of what it looks like
Code: Select all
<!-- INCLUDE overall_header.html -->
<!-- IF not S_IS_BOT -->
<div class="contentwrapper">
<div class="cw2"><div class="cw3"><div class="cw4"><div class="cw5">
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt><span>{L_WELCOME_TO_MOD} {SITENAME}</span></dt>
</dl>
</li>
</ul>
<ul class="topiclist forums cfill">
<li>
<dl>
<dd style="padding:5px; text-align: center; border:none;">
<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
</dd>
<dd class="lastpost" style="padding:5px; width:40%;">
<p>{S_WELCOME}</p>
<span><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br />{CURRENT_TIME}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><br /><br />{S_JOINED_DATE}<br />{MEMBER_FOR}<!-- ENDIF --></span>
</dd>
<dd class="lastpost" style="padding:5px; width:36%;"><span>{TOTAL_POSTS} • {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
<!-- IF S_DISPLAY_ONLINE_LIST --><br /><br />{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<!-- ENDIF --></span>
</div>
<div class="clear"></div>
</div></div></div></div>
</div>
<!-- ENDIF -->
-
- BBCoder II
- Posts: 6
- Joined: 16 Nov 2012, 11:55
- BBCodes: 1
- Favourite MOD: automod
- Location: boise USA
Displays strange
yes it worked but now i dont understand how to place it properly on my page its setting over the top of other stuff