Results 1 to 5 of 5

Thread: Help Please!!

  1. #1
    Join Date
    Nov 2004
    Location
    herne bay
    Posts
    11,625
    Tokens
    1,023

    Latest Awards:

    Default Help Please!!

    I'm making a Blog for my band, and if anyone could help me, it would be great!
    I want the context boxes transparent, anyone know how? The blog is hosted at LiveJournal, here's a Link:
    Click Here!

    Help would be great, and +Rep to everyone who tries to help.

  2. #2
    Join Date
    Apr 2005
    Location
    England
    Posts
    3,832
    Tokens
    939

    Latest Awards:

    Default

    type tutorials on html on google...many good sites there!


    I'm here and there :8

  3. #3
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    Do you mean transparent so you can't see the white behind the textbox?

    If so you can set the background as transparent i think theres a CSS code.

    if not tell me what you mean

    - Dan

  4. #4
    Join Date
    Jun 2005
    Location
    NORF EASTZ
    Posts
    3,347
    Tokens
    0

    Latest Awards:

    Default

    Css needs editing ?

  5. #5
    Join Date
    Nov 2004
    Location
    herne bay
    Posts
    11,625
    Tokens
    1,023

    Latest Awards:

    Default

    Here's the code, all I did was edit the Background image, Table Border and the Box's width:

    Code:
    <!-- begin code provided by createblog.com -->
    GLOBAL_HEAD<=
    <style type="text/css"> 
    
    <!-- 
    body, td, font, div, p { 
    font-family: "Century Gothic", "Arial", "Helvetica", sans-serif; 
    font-size: 7.5pt; 
    } 
    --> 
    
    <!--
    body {
    scrollbar-base-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #F8AE43;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #00B5C0;
    scrollbar-arrow-color: #FF003C;
    }
    -->
    
    <!--
    /* change these numbers, make them add up to 100 or less*/ 
    table { 
    width: 30%; 
    margin-left: 27%; 
    margin-right: 20%; 
    } 
    /* don't change these numbers */ 
    table table { 
    width: 100%; 
    margin:0; 
    } 
    table table table { 
    width: 0; 
    } 
    >-->
    
    <!-- 
    table { 
    border: 7px dashed #FF003C;
    } 
    table table { 
    border: 0;
    } 
    --> 
    
    <!--
    body {
    background-color: #000000;
    background-image: url(http://images.cbimg3.com/livejournal/10/2325.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
    }
    -->
    
    </style>
    <=GLOBAL_HEAD
    <!-- end code provided by createblog.com -->

Posting Permissions

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