1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Coding question

Discussion in 'HTML & Website Design' started by rboesen1, Mar 8, 2012.

  1. #1
    Hello,

    I am trying to figure out how to center the ssl badge on my site below the footer logo? I pasted the code in the footer but don't like it positioning. I have know idea what to do. Check and please give me a suggestion.

    city4ums.com

    Thanks,
     
    rboesen1, Mar 8, 2012 IP
  2. PISG

    PISG Member

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #2
    Just use margin: auto; in CSS for div
     
    PISG, Mar 8, 2012 IP
  3. LedZepplinsGhost

    LedZepplinsGhost Greenhorn

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #3
    You can try wrapping the siteseal in a wrapper div:
    
    
    HTML:
    
    
    <div id="sslwrapper">
    <span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?    sealID=aKJFn8ZGP19bJRXBThcJxqgLlE7m5nzNZpT85DXEGs65KcDbiAJk"></script><br/><a style="font-family: arial; font-size: 9px" href="https://www.godaddy.com/ssl/ssl-certificates.aspx" target="_blank">secure websites</a></span>
    </div>
    
    
    CSS:
    
    
    #sslwrapper{
    display:block; 
    margin:0px auto; 
    width:1000px; 
    height:80px;}
    
    Code (markup):
    Note: change width to the width of the body in pixels and height to the height of your ssl picture. (I just took a rough guess) I think that should work.


    Cheers
     
    LedZepplinsGhost, Mar 8, 2012 IP
  4. eydesign

    eydesign Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    not enough content, and don't use those istock photos which all around the internet.
     
    eydesign, Mar 12, 2012 IP