Welcome, Guest. Please Login or Register.
July 26, 2025, 01:59:20 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  how do i get rid of the border around the board? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: how do i get rid of the border around the board?  (Read 332 times)
Nightfall
Jr. Member
**
Posts: 62


U're a llama!

how do i get rid of the border around the board?
« on: December 04, 2003, 05:42:25 PM »
Reply with quote

YaBB SE Version:
PHP Version:
MySQL Version:
Server Platform:
Link to Forum:

Problem Description:
i mean this



thanks in advance
Logged

the pic was to big, so now i have a smaller sig
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:how do i get rid of the border around the board?
« Reply #1 on: December 04, 2003, 06:54:34 PM »
Reply with quote

It's in the template... just remove the table around <yabb main>.

-[Unknown]
Logged
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:how do i get rid of the border around the board?
« Reply #2 on: December 04, 2003, 10:24:42 PM »
Reply with quote

Slight sense of deja vu here:

Quote from: Peter Duggan on September 25, 2003, 09:29:11 PM
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>

Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  how do i get rid of the border around the board? « 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.344 seconds with 21 queries.