noobstar
10-31-2006, 12:23 AM
Hi everyone :)
I hit this odd problem I never encountered before. My questions is, is there a way to get rid of these anoying blank lines underneath my links when they are placed in a form code for example:
<form name="text" action="test.html">
<a href="javascript.document.test.submit()">Test</a>
</form>
<form name="text2" action="test2.html">
<a href="javascript.document.test2.submit()">Test2</a>
</form>
The output would be exactly as it is shown below:
<blank line>
Test
<blank line>
Test2
<blank line>
The output i would like to have goes something like this:
| Test | Test2 |
The reason i need this is to submit a hidden textfield value to another form but i'd like a normal text link then a submit button(cause they look ugly :P).
And just to be sure everyone gets what im saying here is a link to a screenshot i made: http://img150.imageshack.us/img150/3959/formproblemoo6.jpg
Thank You very much for any help what so ever :)
I hit this odd problem I never encountered before. My questions is, is there a way to get rid of these anoying blank lines underneath my links when they are placed in a form code for example:
<form name="text" action="test.html">
<a href="javascript.document.test.submit()">Test</a>
</form>
<form name="text2" action="test2.html">
<a href="javascript.document.test2.submit()">Test2</a>
</form>
The output would be exactly as it is shown below:
<blank line>
Test
<blank line>
Test2
<blank line>
The output i would like to have goes something like this:
| Test | Test2 |
The reason i need this is to submit a hidden textfield value to another form but i'd like a normal text link then a submit button(cause they look ugly :P).
And just to be sure everyone gets what im saying here is a link to a screenshot i made: http://img150.imageshack.us/img150/3959/formproblemoo6.jpg
Thank You very much for any help what so ever :)