This would involve a lot of changes -- OCS was written before CSS was a commonly-used standard, and uses fixed-size HTML tables for layout. Making OCS use a more modern approach (CSS) would be very complicated; my suggestion is that you change the fixed table measurements, i.e.:
- Code: Select all
<table border="0" width="400" cellpadding="2" cellspacing="0" border="0" cols="2">
...
to use relative measurements, i.e.
- Code: Select all
<table border="0" width="90%" cellpadding="2" cellspacing="0" border="0" cols="2">
...
This will still involve a lot of fine-tuning, unfortunately. I haven't tested this with OCS to see what side-effects it causes, so please report your experiences here if you can.
Happy new year!
Alec Smecher
Open Journal Systems Team
