[Pro] Strange html display

Why do two different heads display differently (format-wise) when one’s a ‘copy’ of the other? The headline combo ‘Loading Platform…’ is identical to the headline combo ‘Making an Entrance’… matter of fact, I copied the ‘Making…’ header & part of the text below it when inputting copy for new product in the left column… then just edited it with new copy. BUT… they display differently. The one on the right is the correct display and looks good; the one on the left is bunched together with little line spacing. I compared the two specs in the inspector and they’re identical.

???

http://gtrainbuildings.com/grmarticlepage.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Why do two different heads display differently (format-wise) when one’s a ‘copy’ of the other?

Differing line-heights for one.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Say what? Splain? When I highlight & compare specs, they’re identical (at least to me that is). ???


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Style135 which is applied to the header in the LH container (item2) has the following properties

.style135 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 150%;
    line-height: 0.8;
}

You can see exactly what styles are applied to each item of text by selecting the text and look in the nspector

D


freewaytalk mailing list
email@hidden
Update your subscriptions at: