Reducing the overall width of the forum. [message #29153] |
Fri, 02 December 2005 03:57 |
gwarren
Messages: 6 Registered: December 2005 Location: Washington
Karma: 0
|
Junior Member |
|
|
I would like to simply reduce the overall width of the forum borders. I am unable to find the are of the forum.css temp where I can reduce the width?
thanks
|
|
|
|
|
|
|
|
|
|
|
Re: Reducing the overall width of the forum. [message #29401 is a reply to message #29396] |
Sun, 18 December 2005 14:14 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
you need to put the forum's main table inside <div align="center"> (put that into the header.tmpl before the <table> tag. And then add </div> after </table> inside the footer.tmpl template. That should do the trick.
FUDforum Core Developer
|
|
|
Re: Reducing the overall width of the forum. [message #29407 is a reply to message #29401] |
Sun, 18 December 2005 20:23 |
Zeppelin
Messages: 3 Registered: December 2005
Karma: 0
|
Junior Member |
|
|
Header
<BASE HREF="{FULL_ROOT}">
<script language="javascript" src="lib.js" type="text/javascript"></script>
<link rel="StyleSheet" href="{THEME_ROOT}/forum.css" type="text/css" media="screen" title="FnR Theme">
</head>
<p align="center"><a target="_self" href="http://www.fragginrockers.net"><img border="0" src="theme/FnR/images/BANNER3.jpg" width="800" height="150"></p>
<body>
<div align="center">
<table class="wa" border="0" cellspacing="3" cellpadding="5" class="ForumBackground"
<tr><td width="760">
Footer
</td></tr></table></div><div class="ForumBackground ac foot"
<b>.::</b> <a href="mailto:{GVAR: ADMIN_EMAIL}">{MSG: forum_contact}</a> <b>::</b> <a href="{TEMPLATE: footer_lnk}">{MSG: forum_home}</a> <b>::.</b>
<p>
<span class="SmallText">Powered by: FUDforum {GVAR: FORUM_VERSION}.<br />Copyright ©2001-2004 <a href="http://fudforum.org/">FUD Forum Bulletin Board Software</a></span>
</div></body></html>
still not centered what else do i have thats wrong
thanks for your help
fragginrockers
|
|
|
|
Re: Reducing the overall width of the forum. [message #29420 is a reply to message #29153] |
Mon, 19 December 2005 23:00 |
Zeppelin
Messages: 3 Registered: December 2005
Karma: 0
|
Junior Member |
|
|
<div align="center">
<table> <class="wa" border="0" cellspacing="3" cellpadding="5" class="ForumBackground"> <tr><td width="760"
that fixed it along with a few other error's thank you for your help
love the fudforum
thanks again
|
|
|