Displays strange

Download and support for PhpBB3 Welcome On Index
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Displays strange

Post by Stoker »

Dont change the css. Change the html as I pointed out earlier.
Board rules! No PM support
User avatar
themission
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 22:32
BBCodes: 3
Location: Devon UK
Contact:

Displays strange

Post 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
User avatar
dnfdarkness
BBCoder II
BBCoder II
Posts: 6
Joined: 16 Nov 2012, 13:55
BBCodes: 1
Favourite MOD: automod
Location: boise USA
Contact:

Displays strange

Post 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
Locked