Jump to content

How do I fix the spacing displayed for Location?

Featured Replies

Posted

I am displaying Location and for some users there isn't a colon, nor a space after the word Location, it's all bunched together.

Here you can see the first user is OK, but the second user isn't.

 

Is this in the topic post screen where you see posts, custom fields, etc...?

A lot of those custom fields have a span with a class for the title and then a different one for the data. What I did was just put a margin-left on the data class.

  • Author

Yes, it's the topic, I posted an image, but while it's in the editor, it doesn't always post.  Errr.

You can see these are all different.

image.thumb.png.615490c7499cd2ecfaf83002

That's interesting, was not expecting that...

Is this a custom profile field that you just added to show up or did you edit the template?

Are things the same in ver 4 as they are in ver 3? I'm not running ver 4 yet. In 3 it's just a matter of adding a space. Here's the code I use for the custom field:

<span class='ft'>{title}: </span><span class='fc'>{content}</span><br /><br />

 

location.png

  • Author

Are things the same in ver 4 as they are in ver 3? I'm not running ver 4 yet. In 3 it's just a matter of adding a space. Here's the code I use for the custom field:

<span class='ft'>{title}: </span><span class='fc'>{content}</span><br /><br />

​Thank you, it seems that the people it looked correct fo had corrected it manually by adding the colon and the space.

​Thank you, it seems that the people it looked correct fo had corrected it manually by adding the colon and the space.

​Ah, end users make everything confusing :P lol

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.