Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    <div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; style='opacity:0.5;filter:alpha(opacity=50)' ; border-color: #ffffff;">

    <div id="img-main" style="width: 88px; height: 100px;">

    &nbsp;

    </div>
    Doesnt work

  2. #12
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    Try putting the images in the same folder as your web document, then:

    <div style="width: 550px; background: url(images/trans.png); border-style: solid; border-width: 1px; border-color: #ffffff;">

    <div id="img-main" style="width: 88px; height: 100px;">

    &nbsp;

    </div>
    or

    <div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff;">

    <div id="img-main" style="width: 88px; height: 100px;">

    &nbsp;

    </div>
    Last edited by eLv; 30-05-2009 at 05:22 PM.






  3. #13
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    Yay, this worked which you did
    <div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff;">

    <div id="img-main" style="width: 88px; height: 100px;">

    &nbsp;

    </div>
    Now i have to center it and kick it down some lines, how would i do a big line by the way im clueless now
    Thanks
    Ross

  4. #14
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    Add in margin-top: 50px; into the div style=" " will do.






  5. #15
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    That hasnt done anything

  6. #16
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    I suppose you added margin: auto; to center it? Make it like this:

    <div style="margin: auto;">
    <div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff; margin-top:30px;">

    Then add another </div> at the end.






  7. #17
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    doesnt work
    it shows like this correct;
    <div style="margin: auto;">
    <div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff; margin-top:30px;">
    <div id="img-main" style="width: 88px; height: 100px;">

    &nbsp;

    </div>
    if so doesnt work.

  8. #18
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    Tried this, it's working:

    <div style="width: 550px; margin: auto;">
    <div style="background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff; margin-top:30px;">






  9. #19
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>TITLEEEE</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body {
    background-image: url(background_r2_c2.png);
    }
    .style3 {
    font-size: 38px;
    font-style: italic;
    color: #FFFFFF;
    }





    -->
    </style></head>



    <body>
    <span class="style3">TITLEEEEEE</span>
    </body>
    <center>

    <div style="width: 550px; margin: 0 auto;">
    <div style="background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff; margin-top:30px;">
    &nbsp;

    </div>
    </center>
    </html>
    tisnt working for me, well no line under the TITTLEE part.
    Ross

  10. #20
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    Change the margin-top: to a greater value then, it's working on my comp.

    EDIT: You want a solid line or just a line break?
    Last edited by eLv; 30-05-2009 at 05:55 PM.






Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

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