Welcome, Guest. Please Login or Register.
May 17, 2024, 01:41:40 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  yes, its me again lol, need some help « previous next »
Pages: [1] Reply Ignore Print
Author Topic: yes, its me again lol, need some help  (Read 3069 times)
Nightfall
Jr. Member
**
Posts: 62


U're a llama!

yes, its me again lol, need some help
« on: September 25, 2003, 07:25:19 PM »
Reply with quote

YaBB SE Version: 1.5.4
PHP Version: 4.1.2
MySQL Version: 3.23.x
Server Platform: Unix, Linux, or BSD
Link to Forum: www.likwitcrew-forum.com

Problem Description:
overseer ( www.igangsta.com ) helped me wit it before.. but it didnt really work

im tryen' to make the section of my board wider like overseer did... check out: www.igangsta.com to see what i mean

he told me i should change it in this part of the template
what should i change about it?




<!-- <table class="bordercolor" cellspacing="0" cellpadding="0" width="98%" align="center" bgcolor="#6394bd" border="0"> -->
<table class="bordercolor" cellspacing="0" cellpadding="0" width="98%" align="center" bgcolor="#6394bd" border="0">
 <tr>
   <td>
     <table class="bordercolor" cellspacing="1" cellpadding="0" width="100%"  align="center" bgcolor="#6394bd" border="0">
       <tr>
         <td>
           <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0" class="windowbg2">
             <tr>
               <td valign="middle" align="left" bgcolor="#ffffff"><div align="center"><img alt="logo" src="YaBBImages/logo.jpg" /><br />
                   <font size="2"><yabb uname><yabb im>                                                 <yabb time>
</font></div></td>
             </tr>
           </table>
         </td>
       </tr><tr valign="middle" align="center" bgcolor="#b7bbda">
         <td bgcolor="#afc6db" class="windowbg2"><font size="1"><yabb menu></font></td>
       </tr>
       <tr>
         <td width="100%" bgcolor="#ffffff" height="24" class="windowbg3"> <yabb news></td>
       </tr>
     </table>
   </td>
 </tr>
</table>
<br />

<!-- <table class="bordercolor" cellspacing="0" cellpadding="0" width="90%" align="center" bgcolor="#6394bd" border="0">  -->
<table class="bordercolor" cellspacing="0" cellpadding="0" width="98%" align="center" bgcolor="#6394bd" border="0">
 <tr>
   <td>
     <table class="bordercolor" cellspacing="1" cellpadding="0" width="100%" align="center" bgcolor="#6394bd" border="0">
       <tr>
         <td>
           <table cellspacing="0" cellpadding="10" width="100%" align="center" bgcolor="#ffffff" border="0">
             <tr>
               <td valign="top" width="100%">
                 <yabb main>
               </td>
             </tr>
           </table>
         </td>
       </tr>
     </table>
   </td>
 </tr>
</table>
<table cellspacing="0" cellpadding="0" width="90%" align="center" border="0">
 <tr>
   <td nowrap="nowrap" align="right"><yabb VBStyleLogin></td>
 </tr>
</table>
<br>

<!-- <table class="bordercolor" cellspacing="0" cellpadding="0" width="100%" align="center" bgcolor="#6394bd" border="0"> -->
<table class="bordercolor" cellspacing="0" cellpadding="0" width="100%" align="center" bgcolor="#6394bd" border="0">
 <tr>
   <td>
     <table class="bordercolor" cellspacing="1" cellpadding="0" width="100%" align="center" bgcolor="#6394bd" border="0">
       <tr>
         <td>
           <table cellspacing="0" cellpadding="3" width="100%" bgcolor="#ffffff" border="0">
             <tr>
               <td valign="middle" align="right" width="25%" bgcolor="#ffffff">
                                 </td>
               <td valign="middle" align="center" width="50%" bgcolor="#ffffff"><yabb copyright></td>
               <td valign="middle" align="left" width="25%" bgcolor="#ffffff">
               </td>
             </tr>
           </table>
         </td>
       </tr>
     </table>
   </td>
 </tr>
</table>
</body>
</html>
Logged

the pic was to big, so now i have a smaller sig
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:yes, its me again lol, need some help
« Reply #1 on: September 25, 2003, 09:29:11 PM »
Reply with quote

You need to remove some of the tables that are used purely for decorative effect. For example, your <yabb main> section looks like this:

<table class="bordercolor" cellspacing="0" cellpadding="0" width="98%" align="center" bgcolor="#6394bd" border="0">
 <tr>
   <td>
     <table class="bordercolor" cellspacing="1" cellpadding="0" width="100%" align="center" bgcolor="#6394bd" border="0">
       <tr>
         <td>
           <table cellspacing="0" cellpadding="10" width="100%" align="center" bgcolor="#ffffff" border="0">
             <tr>
               <td valign="top" width="100%">
                 <yabb main>
               </td>
             </tr>
           </table>
         </td>
       </tr>
     </table>
   </td>
 </tr>
</table>


But the equivalent section from my Flypaper board looks like this:

<table border="0" width="100%" cellspacing="0" cellpadding="0" class="bordercolor" align="center">
 <tr>
   <td valign="top" width="100%">
     <yabb main>
   </td>
 </tr>
</table>


Haven't got time at the moment to go through your whole template and do it for you, but hopefully that should give you the idea! :)

PS My board has 5% left and right margins, otherwise it would be as wide as Overseer's.
« Last Edit: September 25, 2003, 09:50:41 PM by Peter Duggan » Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  yes, its me again lol, need some help « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.085 seconds with 18 queries.