Need help with code

aldum

New Member
Messages
11
Reaction score
0
Points
0
Hi! im having a problem. :p I have a lot of unwanted A's and dont know how to get rid of them :p :
http://schoolnotes.elementfx.com/No...ce/Ecology/Chapters/The Phosphorus Cycle.html

Heres the code:

<div id="wrapper">
<div id="content">
<h2>Grade 10 - Science - Ecology - The Phosphorus Cycle</h2>
<font size="+1">
<p>Sorry for the inconvenience but the notes on this page are not uploaded. <br />
However, a .doc file of the notes is available for download below:</p></font>
<div align="right"><br />
** <form name="Download">
*******<input type="button" value="Download .Doc File Here" onclick="location.href='../../../../../Notes/Grade 10/Science/Ecology/Ecology/The Phosphorus Cycle/The Phosphorus Cycle.doc'" />
***</form>
</div>
<br />
<br />
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script>

</div>

Help plz :!
 

oiwio

New Member
Messages
214
Reaction score
0
Points
0
try taking out the spaces where you put the *s, if you count them, it equals the same amount of As to *s
 

websoul

New Member
Messages
39
Reaction score
0
Points
0
Hi,,,


Try spaces or put
&nbsp; for 1 space

ie 4 3 spaces "
&nbsp;&nbsp;&nbsp;" with out quots
 
Top