• This is a modified baltimore-phototheme. Whenever i put text in a table . something doesnt add up :-). There’s this wierd spacing between words. And i cant figure out what it is.

    it kinda looks like this :

    This is my example of what i mean

    What piece of the css should i fix in order to get it working ? i never ever seen this problem before.

    i added a screeny :
    screeny

Viewing 1 replies (of 1 total)
  • It seems your div/paragraph/etc. is set to justify. Set text-align property to left.
    E.g.

    selector { text-align: left; }

Viewing 1 replies (of 1 total)
  • The topic ‘My text is showing up wierd when i put it in a table :(’ is closed to new replies.