Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2005
    Posts
    511
    Tokens
    0

    Default [VB] template edit

    Does anyone know how to make it so that the sides of a forum template as a border along side it?

    And how can I make it so that theres no gap from the footer to the webbrowser?



    So the browser will show at the [------] and not have a gap between it

  2. #2
    Join Date
    Jun 2005
    Posts
    511
    Tokens
    0

    Default

    bump.;;

  3. #3
    Join Date
    Nov 2006
    Location
    Narrich
    Posts
    5,687
    Tokens
    0
    Habbo
    Jamesy...

    Latest Awards:

    Default

    Usually it would be "margin-bottom:0px" or something of the like added to the footer class.

    However I may be wrong
    Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/

  4. #4
    Join Date
    May 2007
    Posts
    971
    Tokens
    1,516
    Habbo
    Jabbaboy

    Latest Awards:

    Default

    For border

    Add to Page Additional CSS
    Code:
    border-left: 1px solid #COLOR;
    border-right: 1px solid #COLOR;
    For no margin

    Edit the body Additional CSS and set the margin to 0px
    Email: [email protected] | Don't Have Skype or anything else.

  5. #5
    Join Date
    Jun 2005
    Posts
    511
    Tokens
    0

    Default

    Quote Originally Posted by Snex View Post
    For border

    Add to Page Additional CSS
    Code:
    border-left: 1px solid #COLOR;
    border-right: 1px solid #COLOR;
    For no margin

    Edit the body Additional CSS and set the margin to 0px
    what page do i add it too? (if its the additional css page where can I locate it?)

  6. #6
    Join Date
    Nov 2006
    Location
    Narrich
    Posts
    5,687
    Tokens
    0
    Habbo
    Jamesy...

    Latest Awards:

    Default

    admin cp > style manager > your style > main CSS


    Find the body section and there should be a box to the right, same to the others he's said.
    Last edited by Jamesy; 03-03-2009 at 06:34 PM.
    Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •