Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

I have a problem with a space between dates, What
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: I have a problem with a space between dates, What

I have a problem with a space between dates, What 10 years, 4 months ago #41643

Hello,
I have a problem with a space between dates, What can I do?
Thank you
******************************************************************************************************

Last Edit: 10 years, 4 months ago by eumedia.
The topic has been locked.

Re: I have a problem with a space between dates, What 10 years, 4 months ago #41647

The topic has been locked.

Re: I have a problem with a space between dates, What 10 years, 4 months ago #41648


The topic has been locked.

Re: I have a problem with a space between dates, What 10 years, 4 months ago #41653

  • miun
  • OFFLINE
  • A pesimist is just a well-informed realist.
  • Posts: 563
Hello,

in you code posted bellow, I can see you have there
<td align="right" width="60%">Datum vystavení: </td><td align="right" width="40%">09.11.2013</td></tr>


And it seems the whole table, which should be 50% of page width is moved to right from some reason, Probably because your left column has some too wide content.

In such case, you should edit the source and change the width ratios for the table.
You can also remove the fixed width and alignment for the 2nd td in the code above.

So you can change it to:
<td align="right" width="60%">Datum vystavení: </td><td>09.11.2013</td></tr>


That should help.
Anyway, if you want not to just fix the outcome, but fix the reason, you need to check the content of the left column to see why it is too wide.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty