
Re: Width for hole forum by pixel
The main table in Aphrodite is this one:
You can either change the width in the overall header or in the CSS where #forum is declared.
Unfortunately some pages have so many things that the width is stretched... you should also change the layout or remove some graphics.
I forgot to say that if you specify WIDTH in HTML you don't have to use PX at the end, because it is not W3C compliant:
WRONG:
WIDTH="800px"
CORRECT:
WIDTH="800"
In the CSS you should always use PX to avoid confusion with PT.