Forum border problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sem
    Member
    • Mar 2003
    • 38

    Forum border problem

    i want to add a border around my forum and i added this to the extra css box in page background

    border: 1px solid #000000;

    but i get afew errors
    first it doesnt cover the whole forum (the banner doesnt have a border around it)

    the footer is to aligned properly
    and i get a black bar around a users post

    how do i get rid of these errors

    thanks
    Attached Files
    Last edited by Sem; Wed 18 Feb '04, 4:40pm.
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    * Open the header template

    * Find this code:
    <!-- logo -->

    * Below this code add:
    <table bgcolor="#000000" class="mypageborder" border="0" width="98%" cellpadding="0" cellspacing="0" align="center">
    <tr><td>

    * Change the bgcolor to the page color you have already set for that style.

    * Change the 98% width to the width in % or just pixels that you have currently set for that style.

    * Save the header template

    * Open the footer template

    * Find this code:
    </script>

    * After this code, add:
    </td></tr>
    </table>

    * Save the footer template

    * Goto the style manager 'additional CSS definitions' and after all that is already there, add this code:
    .bordert {
    BORDER: 1px solid #000000;
    }

    * Change the color to what you want to use as border color.

    * Finally in the style manager go to the Sizes and Dimensions section and for the Main Table Width (pixels or percentage) I changed the number there to 100%.


    Done!



    (credits goto HexOnxOnx who posted this in my forum for a style I created)

    Comment

    • Marula
      Senior Member
      • Nov 2002
      • 329
      • 3.0.0 Gamma

      #3
      I'm not sure this is the same as what F man has just mention, but here's an alternative:



      Originally posted by floris
      * Open the header template

      * Find this code:
      <!-- logo -->

      * Below this code add:
      <table bgcolor="#000000" class="mypageborder" border="0" width="98%" cellpadding="0" cellspacing="0" align="center">
      <tr><td>

      * Change the bgcolor to the page color you have already set for that style.

      * Change the 98% width to the width in % or just pixels that you have currently set for that style.

      * Save the header template

      * Open the footer template

      * Find this code:
      </script>

      * After this code, add:
      </td></tr>
      </table>

      * Save the footer template

      * Goto the style manager 'additional CSS definitions' and after all that is already there, add this code:
      .bordert {
      BORDER: 1px solid #000000;
      }

      * Change the color to what you want to use as border color.

      * Finally in the style manager go to the Sizes and Dimensions section and for the Main Table Width (pixels or percentage) I changed the number there to 100%.


      Done!



      (credits goto HexOnxOnx who posted this in my forum for a style I created)

      Comment

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