Problems inserting a widget

I

iamspart

Hi

I am using MS Frontpage 2003 and I am trying to insert a widget that will
change the size of the text, to meet accessibility needs. However it won't
work with a site that has shared borders. When I took out this line:
<meta name="Microsoft Border" content="tl, default">
the widget works fine.

Anyone know how to fix this problem?

Thanks in advance!

The html code for the widget is the following:
Change Text Size<br/>
<a href="javascript:void(0);"
onclick="javascript:body.style.fontSize='.5em'"><span style="font-size:
xx-small;">Small</span></a>
<a href="javascript:void(0);"
onclick="javascript:body.style.fontSize='1em'"><span style="font-size:
x-small;">Medium</span></a>
<a href="javascript:void(0);"
onclick="javascript:body.style.fontSize='1.5em'"><span style="font-size:
small;">Large</span></a>
<a href="javascript:void(0);"
onclick="javascript:body.style.fontSize='2em'"><span style="font-size:
large;">Larger</span></a>
<a href="javascript:void(0);"
onclick="javascript:body.style.fontSize='2.5em'"><span style="font-size:
x-large;">Largest</span></a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top