[Pro] Odd Text Behavior

I’m using Freeway Pro in CSS and seeing some odd text behavior in HTML boxes. The first word I type is subscripted. After the first space the text returns to the correct height and remains there. I’ve cleared the text styling and done everything over again with the same result. When I view in Master or Page it is shifted. When I view in Preview it is not.

I put a screenshot at www.enerjazz.com/other/shifttext.png. Look at the second group of site links. The “TI” is shifted down. Then in the text below the subtitle, the “The” is shifted down.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

We can tell a lot more from seeing your page online - can you post a link.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I uploaded to a test site since I’m in the early build stage. http://www.enerjazz.com/test

The subscript doesn’t appear, but it shifts my second links to left justified even though they appear as centered on the master and page view in Freeway.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you are referring to

TI Jazz Band Home | Concert Schedule | Past Performances |

Then there is no alignment styling applied to these. This is what I see

<p class="ariel14 f-lp">TI Jazz Band Home  |  Concert Schedule  |  Past Performances  |</p>

Whereas the line below

<p class="style12 f-lp">The Texas Instruments Jazz Band is an 18-piece big band organzied under the Texins Assocation at Texas Instruments in Dallas, TX</p>

has this

.style12 {
font-family: Arial;
font-size: 18px;
text-align: center;

You do have a style defined on your page as

links.ariel14 { font-family:Arial; font-size:14px; text-align:center }

But this will not work on this text - did you edit/create this yourself?

If so then edit it again to tale out the ‘links’ bit.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options