Hi All,
In the attached file you can see I can't align the button to the text field... Any ideas? I want them to be horizontally aligned... When I test it on different browsers the button sits slighlty below the box...
Hi All,
In the attached file you can see I can't align the button to the text field... Any ideas? I want them to be horizontally aligned... When I test it on different browsers the button sits slighlty below the box...
Why do you need 2.1k zipped to show a button?
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
I've changed a your HTML source code a bit, my changes are in red color and are as follows:
I've viewed the page in IE, FF, NN & Opera and looks ok. I've attached the page on which i've made the changes here.Code:<input name="textfield22" type="text" size="12" style="height:15px;" align="top" /> <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('go_but1','','images/go_but_1.gif',1)"> <img src="images/go_but_0.gif" alt="GO" name="go_but1" width="23" height="19" border="0" align="top" id="go_but1" /></a>
Last edited by codeexploiter; 09-21-2006 at 11:07 AM.
You cannot use the colors in HTML blocks in the editor. Use code blocks:Originally Posted by codeexploiter
Code:<input name="textfield22" type="text" size="12" style="height:15px;" align="top" /> <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('go_but1','','images/go_but_1.gif',1)"> <img src="images/go_but_0.gif" alt="GO" name="go_but1" width="23" height="19" border="0" align="top" id="go_but1" /></a>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks