PDA

View Full Version : To clear Letter D of the calendar....


Goyo
10-21-2005, 09:53 PM
as I put in the calendar the day abbreviations and to clear the letter D that appears upon the days?


You pardon that it writes so badly in ingles. I am Spanish and I use a translator to write this text

Brian
10-21-2005, 11:52 PM
Can you post the URL of the page this is happening to?

Goyo
10-22-2005, 07:29 AM
my Web it is www.trobadesmigjorn.org (http://www.trobadesmigjorn.org)


in the font Code of the pagina appears the D in a table with the identifier dayNamesText:

<tr class="dayNamesText">
<td class="dayNamesRow" WIDTH="14%">d</td>
<td class="dayNamesRow" WIDTH="14%">d</td>
<td class="dayNamesRow" WIDTH="14%">d</td>
<td class="dayNamesRow" WIDTH="14%">d</td>
<td class="dayNamesRow" WIDTH="14%">d</td>
<td class="dayNamesRow" WIDTH="14%">d</td>
<td class="dayNamesRow" WIDTH="14%">d</td>
</tr>


and we want that asi is put

<tr class="dayNamesText">
<td class="dayNamesRow" WIDTH="14%">dl</td>
<td class="dayNamesRow" WIDTH="14%">dm</td>
<td class="dayNamesRow" WIDTH="14%">dc</td>
<td class="dayNamesRow" WIDTH="14%">dj</td>
<td class="dayNamesRow" WIDTH="14%">dv</td>
<td class="dayNamesRow" WIDTH="14%">ds</td>
<td class="dayNamesRow" WIDTH="14%">dg</td>
</tr>



Please Brian, This very urgent. Thanks

Again pardon to write so badly in ingles

Brian
10-22-2005, 11:27 AM
Please open a support ticket (http://escal.com/support/) with the link and login to your Setup Manager.

Brian
10-22-2005, 02:03 PM
Should be working now.

You had the number of letters for the day names set too low.

:)

Goyo
10-22-2005, 04:26 PM
thank you very much friend