When enlarging the text on the screen via the button 'Change Text Size', the menu which is in a table requires
the user to scroll left to right to view it and this is something that i do not want. Is there a way around this?
Thanks in advance
This is the code that i am using
the user to scroll left to right to view it and this is something that i do not want. Is there a way around this?
Thanks in advance
This is the code that i am using
Code:
<% Session.LCID = 2057 %>
<!-- #include file = "clock.inc" -->
<div id="content">
<font face="Arial">
<input type="button" onClick="document.all.content.style.zoom=(document.all.content.style.zoom==1?2:1);" value="Change Text Size">
<body onload="StartClock()" onunload="KillClock()" bgcolor="#99CCFF">
</font>
<form name="theClock">
<font face="Arial">
<input type=text name="theTime" size=6><% Response.Write Date %>
<html>
<head>
<title>Welcome to my website</title>
</head>
<body bgcolor="#99CCFF">
</font>
<p align="left"><u>
<p align="center"><b><font size="7" face="Arial">Welcome</font></b></p>
<p align="center">
<align="center"><font face="Arial"> <b><i>Please note that you
will not be able to take any part in any activities unless you <a href="Registration.asp">register</a>
or <a href="login.asp">login</a></i></b></font>
<BR>
<table align="center" cellspacing="5" border="6">
<tr>
<td><font face="Arial"><a href="login.asp">Login</a></font></td>
<td><font face="Arial"><a href="Registration.asp">Register</a></font></td>
<td><font face="Arial"><a href="Events.asp">Events</a></font></td>
<td><font face="Arial"><a href="DiscussionBoard.asp">Discussion</a></font></td>
<td><font face="Arial"><a href="Feedback.asp">Feedback</a></font></td>
<td><font face="Arial"><a href="Donations.asp">Donation</a></font></td>
<td><font face="Arial"><a href="NewsLetter.asp">Newsletter</a></font></td>
<td><font face="Arial"><a href="SiteMap.asp">Site Map</a></font></td>
<td><font face="Arial"><a href="AboutUs.asp">About Us</a></font></td>
<td><font face="Arial"><a href="Links.asp">Other Links</a></font></td>
</table>
<p align="left">
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<font face="Comic Sans MS"><i>Registered Charity - 00006257</i></font><BR>
<% set pageCount = Server.CreateObject("MSWC.PageCounter") %> </u>
<font face="Comic Sans MS">This page has been accessed <%= pageCount.pageHit %> times.
</font>
</p>
</div>
</body>
</html>