• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization html pages created but not center...

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Sep-11-2007, 05:11 AM
#1
theartinme is offline theartinme OP
Big grins
html pages created but not center...
Could someone tell me how to remove the words "gallery 1" (that are on their twice) from my guestbook? Its the first thing you see and its pretty unattractive.

2) how an I center my html pages (my pricing and about me sections). Ive put in the centering code:

.gallery_3164755 #albumDescription {
padding: 0;
text-align: center;}

and it doesnt do anything. If the html was just center, it would look amazing.

thanks so much.
-Stacey
http://yourlifephoto.smugmug.com
Old Sep-11-2007, 06:05 AM
#2
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by theartinme
Could someone tell me how to remove the words "gallery 1" (that are on their twice) from my guestbook? Its the first thing you see and its pretty unattractive.

2) how an I center my html pages (my pricing and about me sections). Ive put in the centering code:

.gallery_3164755 #albumDescription {
padding: 0;
text-align: center;}

and it doesnt do anything. If the html was just center, it would look amazing.

thanks so much.
-Stacey
http://yourlifephoto.smugmug.com
Add this to your CSS clean up your guestbook gallery.

.gallery_3094421 #albumNav_top,
.gallery_3094421 #albumNav_bottom,
.gallery_3094421 #breadcrumb {display: none;}



To center the other two galleries
remove these from CSS
Code:
.gallery_3100067 #albumDescription {
padding: 0;
text-align: center;}

.gallery_3097116/1/169303406 #albumDescription {
padding: 0;
text-align: center;}

.gallery_3100067 #albumDescription {
padding: 25;
text-align: center;}
Add these
Code:
.gallery_3100067 #albumDescription {
   margin: 0 auto;
   margin-left: -80px;
}

.gallery_3097116 #albumDescription {
   margin: 0 auto;
   margin-left: -110px;}
Holler back if you have any more questions.
Old Sep-11-2007, 01:26 PM
#3
theartinme is offline theartinme OP
Big grins
AMAZING! thank you so much :)



Quote:
Originally Posted by Allen
Add this to your CSS clean up your guestbook gallery.

.gallery_3094421 #albumNav_top,
.gallery_3094421 #albumNav_bottom,
.gallery_3094421 #breadcrumb {display: none;}



To center the other two galleries
remove these from CSS
Code:
.gallery_3100067 #albumDescription {
padding: 0;
text-align: center;}

.gallery_3097116/1/169303406 #albumDescription {
padding: 0;
text-align: center;}

.gallery_3100067 #albumDescription {
padding: 25;
text-align: center;}
Add these
Code:
.gallery_3100067 #albumDescription {
   margin: 0 auto;
   margin-left: -80px;
}

.gallery_3097116 #albumDescription {
   margin: 0 auto;
   margin-left: -110px;}
Holler back if you have any more questions.
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump