|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #789 goes here! |
Everything about design #789 goes here! |
Hello all,
I have searched in forum but there is no thread discuss about the design 789. Could you help me to expand the the forum to the edge of the brower. Take a look at this pic. The default design has a column at the right side but I remove it in order make the forum wider but it doesn't. Please help me to modify the design. Thanks in advance. Attachments:
0305804.jpg
(92.7 Kb)
|
Good, you can use the following code, however it won't be displayed correctly as it requires the system images to be redrawn:
Code <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>$MODULE_NAME$</title> <?$META_DESCRIPTION$?> <style>.content {width: 660px !important;}</style> <link href="/.s/src/css/789.css" rel="stylesheet" type="text/css"/> </head> <body> $ADMIN_BAR$ <div id="wrap"> <div id="container"> $GLOBAL_AHEADER$ <div class="content-bottom"> <div class="content-mid"> <div class="content"> <div class="content-inside"> <div class="forumContent"><table border="0" cellpadding="0" height="30" cellspacing="0" width="100%"> <tr> <td align="right">[<?if($USER_LOGGED_IN$)?> <a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>-->Private messages<!--</s>-->($UNREAD_PM$)</a> · <?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s52.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0"> <?endif?><?endif?> <a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->New messages<!--</s>--></a> · <a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Members<!--</s>--></a> · <a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Forum rules<!--</s>--></a> · <a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Search<!--</s>--></a> · <a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td> </tr> </table> $BODY$</div><br /> </div> </div> <div class="clear"></div> </div> </div> $GLOBAL_BFOOTER$ </div> </div> </body> </html> I'm not active on the forum anymore. Please contact other forum staff.
|
| |||
| |||