Options

move slide show to the left of the screen???

wowhotwowhot Registered Users Posts: 256 Major grins
edited March 21, 2009 in SmugMug Support
i want to move my slide show to the far left of the screen and the wrighting at the bottm to the far right so thay are side by side is this possible???

and make the grey back ground black???
Architectural and Interior Photography
http://www.whanphoto.com

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited March 21, 2009
    wowhot wrote:
    i want to move my slide show to the far left of the screen and the wrighting at the bottm to the far right so thay are side by side is this possible???

    and make the grey back ground black???
    See if this looks ok. Flipped the three entities around and think this looks best.

    Change the bio box to this.
    <html>
    <div id="bioImage" style="float: left;">
    <img src="/photos/320323825_kZ5U9-S.png">
    <br>
    <center>
    <a href="/galleries"><h1>Enter</h1></a>
    </center>
    </div>
    
    <div id="bioShow">
    <[B]s[/B]cript>
    var ssConfig = {
       borderThickness: '4',
        borderColor: '000000',
        AlbumID: '7672323',
        newWindow: 'false',
        transparent: 'true',
        splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
        showLogo: 'false',
        clickUrl: '/galleries',
        showThumbs: 'false',
        showButtons: 'false',
        crossFadeSpeed: '300',
        randomStart: 'true',
        borderCornerStyle: 'rounded',
        randomize: 'true'
    };
    SM.flash.insertSlideshow(400, 400, ssConfig, 'transparent');
    </[B]s[/B]cript>
    </div>
    
    <div id="bioText">
    <p>Since 1990 Edwin has been traveling around the world as a Travel Photographer.</p>
    
    <p>He has spent more than 10 years following the seasons capturing many memorable images.</p>
    
    <p>His interest in adventures, exotic cultures and
    historic locations has lead him to embark on various assignments.</p>
    
    <p>From the historic depths of Europe to the French Islands of the South Pacific as well as numerous travels throughout North to South America, Australia and New Zealand before moving to where he lives in Paris.</p>
    
    <p>If you would like to discuss an arrangement through which you can purchase his time or a particular image direct from Whan Photography</p>
    <br>
    Feel free to email him at the above email link.
    <br><br>
    Calling with in UK Tel: 07.80.69.38.558<br>
    Calling outside UK Tel: 0044 (0)78.06.93.85.58<br>
    </div>
    </html>
    



    Remove this
    #userBio {
    text-align: center !important
    #bioText {display: none;}
    }
    #userBio {text-align: center !important;}
    
    Add to CSS
    #homepage, #bioBox {
       margin: 0 auto;
       width: 1060px;
    }
    
    #bioImage {float: left;}
    
    #bioShow {float: left;}
    
    #bioText {
    float: right;
    width: 280px;
    text-align: left;
    padding: 10px 0;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    wowhotwowhot Registered Users Posts: 256 Major grins
    edited March 21, 2009
    lose my enter button
    this is great im so happy thank,,,
    last thing please can you tell me how to get rid of my enter button
    Architectural and Interior Photography
    http://www.whanphoto.com
  • Options
    wowhotwowhot Registered Users Posts: 256 Major grins
    edited March 21, 2009
    thanks
    do worrie i did it by my self thanks for all your help/////
    Architectural and Interior Photography
    http://www.whanphoto.com
  • Options
    wowhotwowhot Registered Users Posts: 256 Major grins
    edited March 21, 2009
    oh one last question
    http://bigwebguy.smugmug.com/

    How do thay make a dule layer home pageeek7.gif.. it seems to have the slid show behind the forground??
    Architectural and Interior Photography
    http://www.whanphoto.com
Sign In or Register to comment.