can someone tell me how to make a pricing page like this?

alixmilesalixmiles Registered Users Posts: 56 Big grins
edited August 30, 2007 in SmugMug Pro Sales Support
I would like to have several pages like this that I can update frequently without having to upload a new picture.
Any thoughts?

http://e-heasley.smugmug.com/gallery/3250651


Thanks,
Barry
www.lawsonimages.com
www.lawsonimages.com

Will trade 2 crisp examples of the "Kit Lens" for a 400mm 2.8

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited August 26, 2007
    alixmiles wrote:
    I would like to have several pages like this that I can update frequently without having to upload a new picture.
    Any thoughts?

    http://e-heasley.smugmug.com/gallery/3250651


    Thanks,
    Barry
    www.lawsonimages.com
    All that is in the gallery description.

    Try adding this to the gallery description of a new gallery set to private
    and journal style.
    <html>
    <div id="myText">
    <p1>title 1</p1>
    <p>blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab </p>
    <p1>title 1</p1>
    <p>blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab </p>
    <p1>title 1</p1>
    <p>blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab </p>
    <p1>title 2</p1>
    <p>blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab </p>
    <p1>title 3</p1>
    <p>blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab blab </p>
    </div>
    </html>
    
    Add this to your CSS, put in your gallery number for xxxxxxx.

    .gallery_xxxxxxx #myText {
    margin: 0 auto;
    width: 400px;
    }

    .gallery_xxxxxxx #myText p {
    color: red;
    font-family: Comic Sans MS, verdana, tahoma;
    font-size: 110%;
    text-align: justify;
    }
    .gallery_xxxxxxx #myText p1 {
    color: blue;
    font-family: Comic Sans MS, verdana, tahoma;
    font-size: 130%;
    }

    /* hide things not needed on page */
    .gallery_xxxxxxxx .nophotos {display: none;}
    .gallery_xxxxxxxx #breadcrumb {display: none;}
    .gallery_xxxxxxxx .journal_entry {display:none;}
    .gallery_xxxxxxxx #albumNav_top {display: none;}
    .gallery_xxxxxxxx #albumNav_bottom {display: none;}

    Edit: See this page.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • alixmilesalixmiles Registered Users Posts: 56 Big grins
    edited August 26, 2007
    Thanks Allen...this is perfect...playing with it right now.
    Barry
    www.lawsonimages.com

    Will trade 2 crisp examples of the "Kit Lens" for a 400mm 2.8
  • UhlandUhland Registered Users Posts: 7 Beginner grinner
    edited August 27, 2007
    Thank you from me also.
    booked marked your site.
  • ElaineElaine Registered Users Posts: 3,532 Major grins
    edited August 27, 2007
    alixmiles wrote:
    I would like to have several pages like this that I can update frequently without having to upload a new picture.
    Any thoughts?

    http://e-heasley.smugmug.com/gallery/3250651


    Thanks,
    Barry
    www.lawsonimages.com


    Hey! That's my site! :D I'm flattered! :D
    Elaine

    Comments and constructive critique always welcome!

    Elaine Heasley Photography
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited August 27, 2007
    alixmiles wrote:
    Thanks Allen...this is perfect...playing with it right now.
    Barry
    Might want to remove this from your footer code.

    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • alixmilesalixmiles Registered Users Posts: 56 Big grins
    edited August 27, 2007
    Allen wrote:
    Might want to remove this from your footer code.

    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    Thanks Allen...I saw that and didnt know why it was there. What was it doing.
    www.lawsonimages.com

    Will trade 2 crisp examples of the "Kit Lens" for a 400mm 2.8
  • GJMPhotoGJMPhoto Registered Users Posts: 372 Major grins
    edited August 30, 2007
    Nvu
    If you're not an HTML coder, you can use a very nice composition tool called NVU (www.nvu.com). I've been using it on my site www.garymorgenphotography.com for all my descriptions on all my pages.

    It provides a graphical interface to format a page. Then you switch to the source tab, copy the generated HTML and paste it into your gallery description...done. Very nice.

    You can even put Google Merchant 'buy now' buttons and 3rd party forms on your pages (see: www.garymorgenphotography.com/bpamember)

    - Gary.
Sign In or Register to comment.