IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#24973 - 11/20/08 04:05 AM Telephone spacing
Esge Offline
Junior Member

Registered: 11/20/08
Posts: 5
Loc: Zaandam
I am building a template for businesscards. When i get to Printshopweb But when i use the basic expression, the spacing is far too big. For example: ###_####### Gives a big space between the numbers. The underscore is 1,5 size of a normal font. Does anybody know how to solve this?

Top
#24974 - 11/24/08 12:25 PM Re: Telephone spacing
Anonymous
Unregistered


Normally, the font size is the same for an entire variable. If you know the pre-format, you can use a work-around.

Create 2 variables, looking for the same datafield. e.g.:
@leftside@ @rightside@

The space in between can now manually be formatted by selecting and changing font size / type.

Then, create expressions for the variables:

@leftside@:
LEFT([datafield],3)

@rightside@:
RIGHT([datafield],6)

Kind regards,

Floris Dansen

Top