Apologies if the formatting is still borked, it's very difficult to get something like this working well with the way HTML is handled here :(
The marketing person at my job uses GoLive to edit some aspects of our company webpage (blech) and it seems to add in these odd tags around various things such as dates and place names.
They are not used in any formatting fashion that I can see (certainly such a setup is not used on these particular pages, as the text in question is not being styled any differently) but because they're put in with a bunch of newlines, it causes extra spaces to show up.
So for example, we'd have something like this:
Blah blah blah New York, NY, blah blah.
The HTML in GoLive then looks like this:
Blah blah blah
<stl:City>
New York
</stl:City>
,
<stl:Place>
NY
</stl:Place>
, blah blah.
All those extra newlines between "New York" and the comma turn into a space, so it looks like:
Blah blah blah, New York , NY, blah blah.
Anyway, Google is turning up exactly zero about anything called "STL" (except for C++'s Standard Template Language, and St Louis -- removing those from the search do not turn up anything useful) and GoLove's own documentation and support forums are bare on the subject.
I've searched through as many of the preferences and features that I can find (never used the app myself, I do all my HTML/CSS in text editors) and nothing seems to deal with these tags.
Help?
posted by cyrusdogstar at 1:04 PM on January 9, 2007