|
|
Thread Tools | Display Modes |
|
#1
|
|
|
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 |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
.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;}
Code:
.gallery_3100067 #albumDescription {
margin: 0 auto;
margin-left: -80px;
}
.gallery_3097116 #albumDescription {
margin: 0 auto;
margin-left: -110px;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
||
|
Big grins
|
AMAZING! thank you so much :)
![]() Quote:
|
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|