|
-
Nov 16th, 2002, 11:36 AM
#1
Thread Starter
Addicted Member
Whats wrong w/ this code?
Anything wrong witth this code? Cuz everytime lets say I goto View --> Text Size --> Large/largest in Internet Explorer, the first linke "My Cmich" the bullet in front of it gets off centered kinda and moves to the right. Throwing everything outta wack. If its in Medium text size, its fine though.
Screenshot is http://www.thecentralword.com/index2.html
gotta change ur text size though
PHP Code:
<table border="1" cellspacing="1" width="100%" id="AutoNumber5" height="45" bordercolorlight="#660033" bordercolordark="#FFFFFF">
<tr>
<td width="100%" height="45">
<p align="center"><b>Student Information:</b></p>
<p>
<span class="middot">
·
<a class="coolLink" target="_blank" href="http://my.cmich.edu/">
<font color="#660033" style="font-size: 11pt">My Cmich</font></a><font style="font-size: 11pt"><br />
· </font>
<a class="coolLink" target="_blank" href="http://student.csv.cmich.edu/">
<font color="#660033" style="font-size: 11pt">My Webmail</font></a><font style="font-size: 11pt"><br />
· </font>
<a class="coolLink" target="_blank" href="http://eweb.cmich.edu/">
<font style="font-size: 11pt" color="#660033">My Oasis</font></a><font style="font-size: 11pt"><br />
· </font>
<a class="coolLink" target="_blank" href="http://www.cm-life.com/">
<font style="font-size: 11pt" color="#660033">My Cmlife</font></a></font></span><p>
<span class="middot">
<font face="Times New Roman">
<font style="font-size: 11pt"> </font><b>Other Useful Links:</b></font></span><p>
<span class="middot">
<font face="Times New Roman">
·
<a class="coolLink" target="_blank" href="http://www.ratemyprofessors.com/SelectTeacher.jsp?sid=200">
<font style="font-size: 11pt" color="#660033">Rate My Professor</font></a><font style="font-size: 11pt"><br />
· </font>
<a class="coolLink" target="_blank" href="http://www.thecentralword.com/favorite.htm">
<font style="font-size: 11pt" color="#660033">Phone Numbers</font></a><font style="font-size: 11pt"><br />
· </font>
<a class="coolLink" target="_blank" href="http://www.weather.com/weather/local/48858?x=9&whatprefs=&y=11">
<font style="font-size: 11pt" color="#660033">Local Weather</font></a><font style="font-size: 11pt"><br />
· </font>
<a class="coolLink" target="_blank" href="http://www.movietickets.com/house_list.asp?ShowDate=0&SearchZip=48858&SearchCity=&SearchState=&SearchSort=0&SearchTitle=">
<font style="font-size: 11pt" color="#660033">Movie Listings</font></a><font style="font-size: 11pt"><br />
<br /></font>
</td>
</tr>
</table>
-
Nov 16th, 2002, 02:02 PM
#2
Hyperactive Member
use this:
<font color="#660033" style="font-size: 11pt"> ·</font>
instead of :
·
-
Nov 16th, 2002, 02:04 PM
#3
Hyperactive Member
oh.. the two nbsp's before the Dot .. have been converted to spaces ..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|