MyBB Community Forums

Full Version: cant get same width as rest of forum :( ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys Smile

UPDATE: all sorted except i cant get it the same width as rest of forum... look at my screenshot in post #3 please Sad ?

heres code of my table:

<div class="sidebar" style="float:center; width: 100%">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div align=center>
 Quick Links
</div>
</td>
</tr>
<tr>
<td class="trow2">
<div align=center>
<img src="http://www.carpinmad.co.uk/forum/images/icons/profile.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/member.php?action=profile">My Profile</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/mypics.png" style="vertical-align:middle;">&nbsp;<a href="ezgallery.php?action=myimages&u={$mybb->user['uid']}">My Album</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/addpic.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/ezgallery.php?action=add&cat=1">Add Photo</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/resize.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/showthread.php?tid=33">Image Converter</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/whoonline.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/online.php">Who's Online</a>
</td>
</tr>
</table>

thanks
put that table at the bottom of header_welcomeblock_member template
thanks Smile

will give it a shot now
its not letting me post a normal reply, keep getting internal error Sad ?
hi Smile

ok ive done it but it looks a tad wider compared to rest of the forum & also has a larger gap at bottom of it compared to the forums below? the red outline box is the table ive just put in..

[attachment=24079]

heres code:

<span class="welcome">{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
	</div>
</div>
<div class="lower">
	<div class="wrapper">
		<ul class="menu panel_links">
			<li><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a></li>
			{$modcplink}
			{$admincplink}
		</ul>
		<ul class="menu user_links">
			<li><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a></li>
			<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
			<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>
			<li><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</li>
		</ul>
</div>
</div>
<div class="wrapper">
</br>
<div class="sidebar" style="float:center; width: 100%">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div align=center>
 Quick Links
</div>
</td>
</tr>
<tr>
<td class="trow2">
<div align=center>
<img src="http://www.carpinmad.co.uk/forum/images/icons/cpanel.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/usercp.php">Control Panel</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/profile.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/member.php?action=profile">My Profile</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/mypics.png" style="vertical-align:middle;">&nbsp;<a href="ezgallery.php?action=myimages&u={$mybb->user['uid']}">My Album</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/addpic.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/ezgallery.php?action=add&cat=1">Add Photo</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/resize.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/showthread.php?tid=33">Image Converter</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/whoonline.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/online.php">Who's Online</a>
</td>
</tr>
</table>
</div>
</div>

any ideas Smile ?
^ may be adjusted by using margin & padding for class wrapper & class sidebar in global.css
dont think its that because the wrapper is same for the rest of forum Sad ?

ive also taken away the class sidebar but still same prob Sad
(2011-09-13, 04:57 AM)tizdaz Wrote: [ -> ]dont think its that because the wrapper is same for the rest of forum Sad ?

ive also taken away the class sidebar but still same prob Sad


heres my table code now after the changes i made:

<div class="wrapper">
</br>
<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%" class="tborder" >
<td class="thead">
<div align=center>
 Quick Links
</div>
</td>
</tr>
<tr>
<td class="trow2">
<div align=center>
<img src="http://www.carpinmad.co.uk/forum/images/icons/cpanel.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/usercp.php">Control Panel</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/profile.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/member.php?action=profile">My Profile</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/mypics.png" style="vertical-align:middle;">&nbsp;<a href="ezgallery.php?action=myimages&u={$mybb->user['uid']}">My Album</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/addpic.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/ezgallery.php?action=add&cat=1">Add Photo</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/resize.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/showthread.php?tid=33">Image Converter</a>&nbsp;&nbsp;
<img src="http://www.carpinmad.co.uk/forum/images/icons/whoonline.png" style="vertical-align:middle;">&nbsp;<a href="http://www.carpinmad.co.uk/forum/online.php">Who's Online</a>
</table>
</div>
</div>

anyone know how i can fix this little prob please Sad ?
no ones knows :s ?
in post#3 the screenshot shows my problem... i cant get it same width as rest of my forum & its annoying Sad ?
I still need help with this if anyone knows how to fix it?

ta