how do i do this?

Discussion in 'HTML & Website Design' started by mohamedd, Apr 11, 2008.

  1. #1
    Ok so i am making a sales page for my product. I have a few testimonials. and want to position them they way they have there on this site. notice the lined paper. I guessing thats through css but dont know for sure. Can someone explain how to do this.

    http://www.getgoogleadsfree.com/#proof it may take a few seconds to load
     
    mohamedd, Apr 11, 2008 IP
  2. od3n

    od3n Active Member

    Messages:
    715
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #2
    pm me if u interested to get my online support.
     
    od3n, Apr 11, 2008 IP
  3. :Master:

    :Master: Guest

    Messages:
    158
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    mee too I have da skillz
     
    :Master:, Apr 11, 2008 IP
  4. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hey, I don't know if these guys have helped you out yet, but as far as I can see all this site is doing is taking the following image:http://www.getgoogleadsfree.com/images/testimonialbg.jpg, and they are repeating horizontal and vertical as a background image behind the text. So if you would want to do this you'd put the text inside a div, and set the div background to the image. Here is an example of code you could use:

    This is the HTML and would go inside the body of your page You would just copy and paste the same thing for a 2nd testimonial.:

    <div class="paper">
    YOUR TESTEMONIAL HERE THAT YOU WANT ON THE LINED PAPER
    </div>
    Code (markup):
    This is the CSS you would use which could either go in your external stylesheet if you have one, or if not you could define it inside the head of your page:
    
    .paper { background-image: url (www.LINKTOYOURLINEDPAPERIMAGEHERE.gif) ; }
    Code (markup):
     
    wd_2k6, Apr 11, 2008 IP
    mohamedd likes this.
  5. mohamedd

    mohamedd Active Member

    Messages:
    245
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #5
    thank you for that rep added
     
    mohamedd, Apr 11, 2008 IP