PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old April 28th, 2008, 02:33 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2008
Posts: 11
How to change text format at "Photo Details"?

How to change text format at "Photo Details"?

I have:

TEXT TEXT TEXT

TEXT TEXT

TEXT

I need:

TEXT TEXT TEXT
TEXT TEXT
TEXT

Thank you!
DANIEL2008 is offline   Reply With Quote
Old April 28th, 2008, 09:24 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Maybe possibly change line 107 of showphoto template the align to left instead of center.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old April 28th, 2008, 11:35 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2008
Posts: 11
How to remove automatic blanks between lines?
DANIEL2008 is offline   Reply With Quote
Old April 29th, 2008, 10:24 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Sorry not really sure what you mean by automatic blanks
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old April 29th, 2008, 10:43 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2008
Posts: 11
I mean an empty line between paragraphs.
Look at my picture with TEXT.
DANIEL2008 is offline   Reply With Quote
Old April 29th, 2008, 10:47 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
If your trying to post an example please post a true example url so we may respond accordingly. Thanks!
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 23rd, 2008, 04:31 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 49
Your suggestion above does not solve this problem. The HTML code that the photopost script generates contains a <div align="center"> code imbeded inside of it.

Do you have any idea where this element comes from?

EDIT: I found it:

It is in the same template as suggested above:

FIND:

Quote:
if ( $Globals['dispdesc'] == "yes" && $desc )
{
echo<<<PPPRINT
<div align="center"><span class="{$Style['small']}">$desc</span></div>
</td>
</tr>
<tr>
<td class="{$Style['tddetails']} {$Style['small']}" align="left">
PPPRINT;
}
Replace with:

Quote:
if ( $Globals['dispdesc'] == "yes" && $desc )
{
echo<<<PPPRINT
<div align="left"><span class="{$Style['small']}">$desc</span></div>
</td>
</tr>
<tr>
<td class="{$Style['tddetails']} {$Style['small']}" align="left">
PPPRINT;
}

Last edited by Quarterbore; June 23rd, 2008 at 04:45 PM.
Quarterbore is offline   Reply With Quote
Old June 24th, 2008, 07:40 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Yes we center the code
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change text in "Your image has been deleted" e-mails? digidivakathy Photopost Pro How Do I...? 1 September 25th, 2006 08:44 PM
RP 3.3: Hardcoded text IV-Sort by "most active", "zip code" etc. snoopy5 ReviewPost How do I...? 4 May 2nd, 2006 06:32 AM
Where to change "Registration to this forum is free!" text bertbrown General Discussion 1 December 2nd, 2005 04:46 PM
Centering of "Photo Details" text nbenton Photopost Pro How Do I...? 1 July 22nd, 2005 04:00 PM
Change nav text from "My Photos" sbb Photopost Pro How Do I...? 2 June 1st, 2005 08:17 AM


All times are GMT -5. The time now is 09:06 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0