Page 2 of 2

Displays strange

Posted: 17 Nov 2012, 09:15
by Stoker
Dont change the css. Change the html as I pointed out earlier.

Displays strange

Posted: 17 Nov 2012, 22:23
by themission
Try this

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} &bull; {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 -->
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
Image

Displays strange

Posted: 18 Nov 2012, 09:50
by dnfdarkness
yes it worked but now i dont understand how to place it properly on my page its setting over the top of other stuff