Taco wrote:
>> my suggestion was to put between
>> the tag, and then set its style to not
>> display so it does not take up any space,
>> something like <a name="c44" class="anchor"></a>
If you set display:none on the links opera and mozilla wont recognize them to be on the page and therefore the links *to* them dont work.
you might be better off making font-size: 1px with a colour to match the backgound so they are still there, just invisible.
or doing this as was suggested earlier i think can avoid all this...
<a name="c44" class="anchor" />
pete
