View Full Version : Keywords page help
flyingpoint
Mar-01-2008, 04:41 PM
I've been moving my site from a 800x600 format to 1024x768.
Can someone give me some guidance as to how to convert my "keywords" and HTML only page to that width?
Thanks.
denisegoldberg
Mar-01-2008, 05:56 PM
I've been moving my site to 1024x768. Can someone give me some guidance as to how to convert my "keywords" and HTML only page to that width?
This CSS pretty much lines your keywords up with your header. Adjust the margins to fine-tune it:
#content.userKeywords {
margin-left: 168px;
margin-right: 168px;
width: auto;
}
The html-only pages will take on the width of whatever style they are locked into. The widest will be assigned to smugmug style - which is going to stretch from left to right (assuming that you've enabled stretchy) unless you've constrained that style to somewhat less than full width. Critique style will show as wider than journal style. If you want to see some examples of hmtl-only galleries locked to a style, my Kaleidoscope html-only gallery is locked to critique, and my Gallery html-only page is locked to smugmug (but I also have smugmug set so it doesn't quite extend to the edges of the screen).
--- Denise
flyingpoint
Mar-02-2008, 06:50 AM
This CSS pretty much lines your keywords up with your header. Adjust the margins to fine-tune it:
#content.userKeywords {
margin-left: 168px;
margin-right: 168px;
width: auto;
}
The html-only pages will take on the width of whatever style they are locked into. The widest will be assigned to smugmug style - which is going to stretch from left to right (assuming that you've enabled stretchy) unless you've constrained that style to somewhat less than full width. Critique style will show as wider than journal style. If you want to see some examples of hmtl-only galleries locked to a style, my Kaleidoscope html-only gallery is locked to critique, and my Gallery html-only page is locked to smugmug (but I also have smugmug set so it doesn't quite extend to the edges of the screen).
--- Denise
Denise -
This worked great. Thanks. Now if I can figure out why my slide show has "variable" sizing --- I'll be all set.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.