fix this small black line....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TaP
    Member
    • Aug 2001
    • 42

    fix this small black line....

    Attached is a black line that is annoying me...i cant get rid of it at all, I took away the first category on my welcome panel, to accomodate my images....is there any way I can get rid of this black line? Below is my welcome panel code from forumhome, and an image of it....

    PHP Code:
    <!-- welcomepanel -->
    <
    table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextrawidth="{contenttablewidth}" align="center">
    <
    tr>
        <
    td>
         <
    table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextrawidth="100%">
    <
    tr id="cat">
    </
    tr>
    <
    tr>
        <
    td bgcolor="{secondaltcolor}" align="center" valign="top" width="100">$avatarimage</td>
        <
    td bgcolor="{firstaltcolor}">
         <
    smallfont>
          
    $unregwelcomemessage 
          $welcometext
    <br>
          
    The time now is $timenow.<br>
          
    You last visited$bbuserinfo[lastvisitdate].<br>
          <
    b>$newposts</b>
    <
    td bgcolor="{secondaltcolor}"><smallfont>
        
    Members$numbermembersThreads$totalthreadsPosts$totalposts<br>
        
    Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
         </
    smallfont>
        </
    td>
        <
    td bgcolor="{secondaltcolor}" align="center" valign="middle" width="300">
         
    $logincode
        
    </td>
    </
    tr>
        
    $pminfo
    $loggedinusers
    </table>
    </
    td></tr></table>
    <!-- /
    welcomepanel --> 
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    you have an empty row:

    <!-- welcomepanel -->
    <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center">
    <tr>
    <td>
    <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
    <tr id="cat">
    </tr>


    put a cell in there, like:

    <tr id="cat">
    <td><normalfont>Welcome Box</normalfont></td>
    </tr>

    Comment

    • TaP
      Member
      • Aug 2001
      • 42

      #3
      thanks for pointing that out for me

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...