Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Location
    Alaska
    Posts
    48
    Plugin Contributions
    0

    Idea or Suggestion How to add image to page with text over it

    I made my own custom about us page. I'd like to add an image and have text over top of it. I can't seem to figure out how to make it line up properly. I'm trying to get it in the center column. I tried a div absolute position and it didn't seem to center on the page. Check out the attached image below to see what I'd like. Anyone know how to get this to happen?

    Name:  test.jpg
Views: 217
Size:  61.4 KB

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How to add image to page with text over it

    Give the block of text a <div class = "smallBox">, and in your stylesheet style the class:
    Code:
    .smallbox {
       width: 150px;
       height: 250px;
       background-image: url(../images/yourimage.gif);
       etc: etc;
       }

 

 

Similar Threads

  1. how can i add add to cart with image on front page
    By chrisnasah in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Oct 2010, 04:39 PM
  2. How to add mouse over image effect?
    By znowflake in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 3 Sep 2010, 04:43 PM
  3. How to add text or image at bottom of page
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Mar 2008, 04:08 AM
  4. Product Info page - how to add additional text and image on right side?
    By tat1973 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Nov 2007, 06:20 AM
  5. Swap over the 'add to cart' text/box and the 'add to cart' image
    By budfox in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Apr 2007, 11:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg