View Full Version : Justify Text in Journal
wrhodes
Jul-01-2009, 07:36 AM
I have several gallerys with one photo and mostly text. I am using journal and would like to justify text without the text wrapping around the photo. New Dgrinner but have not found a thread that addresses this issue.
thanks
wrhodes
http://rhodesnottaken.smugmug.com/gallery/8742956_L23Vs
jfriend
Jul-01-2009, 09:37 AM
I have several gallerys with one photo and mostly text. I am using journal and would like to justify text without the text wrapping around the photo. New Dgrinner but have not found a thread that addresses this issue.
thanks
wrhodes Post a link to one of your galleries where you have text that goes beyond the photo and we can figure out what CSS you would need.
wrhodes
Jul-02-2009, 06:25 AM
Post a link to one of your galleries where you have text that goes beyond the photo and we can figure out what CSS you would need.
Thanks for the response. Link to problem gallery.
http://rhodesnottaken.smugmug.com/gallery/8716727_osbDr
jfriend
Jul-02-2009, 06:57 AM
Thanks for the response. Link to problem gallery.
http://rhodesnottaken.smugmug.com/gallery/8716727_osbDr
This CSS will fix up that gallery:
/* make it so the text doesn't wrap around the photo */
.gallery_8716727 .caption {margin-left:210px; text-align:justify;}
/* hide the album navigation since this is only a one page text page */
.gallery_8716727 .albumNav {display:none;}
Is that what you mean by justify the text? The text itself won't literally show as justified with even left and right margins unless you let it wordwrap rather than putting in all those hard carriage returns.
You can copy this for other galleries and just change the gallery number to match the other galleries.
wrhodes
Jul-03-2009, 02:23 PM
This CSS will fix up that gallery:
/* make it so the text doesn't wrap around the photo */
.gallery_8716727 .caption {margin-left:210px; text-align:justify;}
/* hide the album navigation since this is only a one page text page */
.gallery_8716727 .albumNav {display:none;}
Is that what you mean by justify the text? The text itself won't literally show as justified with even left and right margins unless you let it wordwrap rather than putting in all those hard carriage returns.
You can copy this for other galleries and just change the gallery number to match the other galleries.
Thanks worked just like I wanted. Can you help me with one other problem I need to solve before I go online. I would like the following link to open full screen when someone goes to my web site. I would like a button on this picture that says something like enter here. This would take you to the orginial home page.
http://rhodesnottaken.smugmug.com/gallery/8779162_e2Uym/1/581146812_VBfQy/Large
I dont want anything to show except the full scree of this picture. No other text, heading, nav bottons etc. Those would only show after you enter the web site. If I have not handled this request correctly just let me know. I think in time I will be a productive dgrinnr but just trying to get up and running on the web.
Thanks for your willingness to help a beginner.
jfriend
Jul-03-2009, 02:25 PM
Thanks worked just like I wanted. Can you help me with one other problem I need to solve before I go online. I would like the following link to open full screen when someone goes to my web site. I would like a button on this picture that says something like enter here. This would take you to the orginial home page.
http://rhodesnottaken.smugmug.com/gallery/8779162_e2Uym/1/581146812_VBfQy/Large
I dont want anything to show except the full scree of this picture. No other text, heading, nav bottons etc. Those would only show after you enter the web site. If I have not handled this request correctly just let me know. I think in time I will be a productive dgrinnr but just trying to get up and running on the web.
Thanks for your willingness to help a beginner. I have no idea how to do that and I'm not even sure it's possible due to security issues in some browsers.
L o R a C
Jan-30-2010, 07:42 AM
Hi Allen! I would like my Pricing / Info journal gallery to be left justified so that I can put bullets. I've looked everywhere in my codes and can't figure out where it's set to center right now. Can you please help?
Also, for some reason, all of the headers look italicised except for Sessions. There isn't a code in my html that would make it do that. How can I get rid of that?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.