Adding an image

Discussion in 'HTML & Website Design' started by av0id, May 3, 2011.

  1. #1
    Hey guys, im looking for a way to add images to the side of my wordpress site.
    i have looked around and i think the best example of what i want to achieve can be visited here propaintball.com
    How do i get images to appear on each side of my blog like that?
    any help would be GREAT

    *edit* I think i should of put this in 'CSS' my bad
     
    Last edited: May 3, 2011
    av0id, May 3, 2011 IP
  2. VIBGYORtel

    VIBGYORtel Member

    Messages:
    243
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #2
    Widgets>>Arbitrary text or HTML >>put HTML code
     
    VIBGYORtel, May 3, 2011 IP
  3. avinashkhozseo

    avinashkhozseo Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Simple. You use the Blogger Picture Gadget. It allows you to add a link to your picture. First make your pictures the size you are going to want them by using any photo editing program. Then use a new Picture gadget for each picture. I hope this helps.

    or second method:

    You need a fixed body width for that. I used the Lonely Tree template, then adjusted the wrapper width. This is the CSS for the background:

    body {
    background: url(images/bg2.png) repeat-y center;
    background-color:#a4a4a4;
    }

    The background PNG is has a solid body in the middle (800px = wrapper), then shadow on the sides with opacity set to 20-40%. The shadow was done in Fireworks, with a linear gradient from right to left.

    Does any of this make sense?
     
    avinashkhozseo, May 4, 2011 IP
  4. bhavana12

    bhavana12 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi,

    It can be done through the admin section by adding widgets,option is there that for adding an image.The Quicktag buttons feature an image link, makes easy to link to images from within your post as you write it
     
    bhavana12, May 4, 2011 IP