Trying to Delete a Table

Started by adamspt2, February 05, 2006, 05:37:43 PM

Previous topic - Next topic

adamspt2

I have no idea why this is so difficult for me. On http://www.ukhoopsfans.com/forums/index.php I want to delete the top row where it says "University of Kentucky Women's basketball Forum" - the row above where it says Hey, Member!

The code I think I should be working with is in the index template:
Quote
</head>
<body>';
include('../modules/boardmenu1.php');


   echo '
   <div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
         <tr>
            <td class="catbg" height="32">';

   if (empty($settings['header_logo_url']))
      echo '
               <span style="font-family: Verdana, sans-serif; font-size: 140%; ">', $context['forum_name'], '</span>';
   else
      echo '
               <img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';

   echo '
            </td>
            <td align="right" class="catbg">
               <img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" />
            </td>
         </tr>
      </table>';

I feel like I should just be able to delete the code in red, but that throws off the whole page. Any suggestions? Im going to use a graphic across the top and that info is going to be redundant...

TheChicken

Which part are you trying to delete?

adamspt2

The section I've so elegantly outlined in this pic! Let's just say Photoshop ain't my strong suit.

Advertisement: