Forums Index > Mewsoft Products > Auctionawy > Urgent problem please help me
ettinet First Post Posted on: 02-14-08 07:09 PM
Urgent problem please help me

as i wrote in a diffrent massage i have a problem with the catagories and i cant fix it alone it tried evrey thing but i cant

this is the problem
the catgories in the main page is not aligan it like that
* *
* * *
* * * * *
and i want to do them align to right and straight culoms
* * * *
* * * *

if someone can help me to fix the problem i would thank him advance
here is a photo



tanks for the help pls help me frown
mewsoft Reply #: 1 Posted on: 02-14-08 10:54 PM
Re: Urgent problem please help me

Please do not repeat the same post, I replied many times to your post, I also answered your email. This is a very basic html issue.

Mewsoft Support
www.mewsoft.com

ettinet Reply #: 2 Posted on: 02-15-08 02:53 AM
Re: Urgent problem please help me

html i know very good but the wat is not working i tried every thing
as we talked about the other soft pls help me if it is so simple

thank you
mewsoft Reply #: 3 Posted on: 02-15-08 08:42 AM
Re: Urgent problem please help me

copy this code to your Category_Form special class in your admin:

<table border="0" cellspacing="1" cellpadding="3" width="100%">
<tr><td>
<table border="0" cellspacing="0" cellpadding="0">
<tr><td rowspan="2" valign="top" align="right"><!--Category_Folder--> </td>
<td valign="top"><a href="<!--Category_URL-->"><font size="3"><!--Category_Name--></font></a> <!--Category_Count--></td>
</tr>
<tr><td valign="top" align="right"><!--Category_Teasers--></td></tr>
</table>
</td></tr>
</table>

and in your General clases, choose the Header class and insert this line at the top to be the first line:

<HTML dir="rtl" lang="ar">

change "ar" to your hebrew language code


and after the <HEAD> insert this line:

<meta http-equiv="Content-Language" content="ar-eg">

also change this "ar-eg" to your hebrew language code.



then also, goto language manager, edit language, select the file General and change the variable

language_direction

to rtl

instead of ltr

all these settings will ensure your page will be right aligned by default.

Mewsoft Support
www.mewsoft.com