what am I missing?

Discussion in 'HTML & Website Design' started by quatto, Nov 27, 2010.

  1. #1
    the site is http://webhostmaven.com

    Scroll, down in the sidebar/widget, I am trying to center the ad. I am able to pad the actual image to the right...but there is this purple border which is not in the affiliate link code...it seems to be part of the template...where can I find that and either move it or get rid of it?
     
    quatto, Nov 27, 2010 IP
  2. deutsched

    deutsched Active Member

    Messages:
    159
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    85
    #2
    I couldn't find any purple borders there
     
    deutsched, Nov 27, 2010 IP
  3. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #3
    Step 1. Remove inline style "padding-left: 40px"
    
    <img alt="affiliate_link" src="http://www.ipage.com/affiliate/banners/549" [COLOR="red"]style="padding-left: 40px;[/COLOR]">
    
    Code (markup):
    Step 2. add below to style.css
    
    .textwidget{
    	text-align:center; /* centering the image */
    }
    .textwidget img{
    	border:0; /* removes the border from the image */
    }
    
    Code (markup):
     
    radiant_luv, Nov 27, 2010 IP
  4. suzyjews

    suzyjews Member

    Messages:
    55
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    43
    #4
    Im viewing the site in Firefox 3.6 and I cant see any purple border can you check again and let me know if its still there?
     
    suzyjews, Nov 28, 2010 IP
  5. khadimnaby

    khadimnaby Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    which browser you are using?
     
    khadimnaby, Nov 28, 2010 IP
  6. v3t0

    v3t0 Member

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    there is no purple border around the ads (viewing from ie8)

    thanks,
     
    v3t0, Nov 28, 2010 IP
  7. bobwillz

    bobwillz Active Member

    Messages:
    685
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    61
    #7
    Its look good yes there id purple shadow around the add look different but over all good work nothing to need change
     
    bobwillz, Nov 29, 2010 IP
  8. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #8
    Purple border is no more visible as the issue is resolved (I received a rep from "quatto", so assuming he did the changes as I suggested). Request to "quatto" to update the thread as well when issue is resolved so that no more trail of posts starts.
     
    radiant_luv, Nov 29, 2010 IP
  9. quatto

    quatto Peon

    Messages:
    196
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Sorry, yes, thanks radiant...Issue Resolved...
     
    quatto, Nov 29, 2010 IP
  10. yanaveis

    yanaveis Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    for auto scroll you use style css overflow: auto;
     
    yanaveis, Aug 27, 2011 IP