PDA

View Full Version : Trying to Duplicate Gallery Style.


kriyababaji
Jul-11-2008, 08:06 PM
I just created this gallery with Allens help:

http://www.wildearthilluminations.com/gallery/5376259_dCp2j

Now I am trying to duplicate the introductory paragraph without the intake form in this gallery:

http://www.wildearthilluminations.com/gallery/5389667_2mZBW

I just tried to duplicate the html in gallery description and copy the same CSS, and just change the gallery number, but it doesn't seem to be working.

Help please.

Thanks, Shane

Allen
Jul-11-2008, 08:20 PM
I just created this gallery with Allens help:

http://www.wildearthilluminations.com/gallery/5376259_dCp2j

Now I am trying to duplicate the introductory paragraph without the intake form in this gallery:

http://www.wildearthilluminations.com/gallery/5389667_2mZBW

I just tried to duplicate the html in gallery description and copy the same CSS, and just change the gallery number, but it doesn't seem to be working.

Help please.

Thanks, Shane
How's this? And change the gallery to journal style.

<html>
<div id="PortfolioReviews">
<div class="PortfolioReviewsTitle">Portfolio Reviews</div>
<br><br>
<p>
Have you ever wondered what makes some of your images absolutely brilliant, while others just flat out fail to hold your attention and imagination? Having your images professional critiqued can be one on the fastest ways to drastically improve your photography.<br>
Learn what the key elements are in making "your" images consistently sparkle, completely mesmerizing viewers and illiciting the "wow, thats amazing" reaction</p><br>
Shane McDermott<br>
</div>
</html>
#PortfolioReviews {
margin: 0 auto;
margin-top: 40px;
width: 600px;
padding: 10px 20px;
}

.PortfolioReviewsTitle { /*title only*/
text-align: center;
font-size: 150%;
font-family: Comic Sans MS, verdana;
color: #D1D590;
}

#PortfolioReviews p {
text-align: justify; /* or left or right */
font-size: 120%;
font-family: Comic Sans MS, verdana;
color: #D1D590;
}