Results 1 to 4 of 4

Thread: Skinning help

  1. #1
    Join Date
    Oct 2007
    Posts
    702
    Tokens
    0

    Default Skinning help

    HTML Code:
    <center><td width="900px" "border-left: 3px solid #000000; border-right: 3px solid #000000;" width="900" border="0" cellpadding="0" cellspacing="0" height="100%"></td>
    <td style="padding: 0px 0px 0px 0px;" bgcolor="transparent">
    <a name="top"></a>
    <center><a href="index.php"><img src="images/files/banner.png" border="0"></a></center>
    This is located in the header of the skin, now I changed something to try something else out and I forgot what I changed?

    Basically what this does is add two black borders around the skin, now it doesn't because of said problem.

    Also feel free to fix my coding if theres something wrong ^^.
    Last edited by Alexz0r; 05-02-2009 at 08:37 PM.

  2. #2
    Join Date
    Apr 2008
    Location
    Derby
    Posts
    4,668
    Tokens
    262

    Latest Awards:

    Default

    I usually put:

    HTML Code:
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    In style manager: in the xtra CSS options for 'Page'

    Hope it helps =D!
    Back for a while

  3. #3
    Join Date
    Oct 2007
    Posts
    702
    Tokens
    0

    Default

    Quote Originally Posted by Obulus View Post
    I usually put:

    HTML Code:
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    In style manager: in the xtra CSS options for 'Page'

    Hope it helps =D!
    I prefer using it the way I have it as I don't need to use the border in the banner, plus it's easier for the nav I'm making..

  4. #4
    Join Date
    Oct 2007
    Posts
    702
    Tokens
    0

    Default

    Ok I got it fixed NVM.

Posting Permissions

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