I Need a source code to change the button Height | Width |Top |Left
Ive got how to do the ones in bold but i need to combine it with...
PHP Code:
<INPUT type="Image: SRC="Login.jpg" BORDER="0" ALT="Submit Form">
I Need those to be combined pronto as you know im making a new flp lolPHP Code:
LEFT: 316px; WIDTH: 190px; POSITION: absolute; TOP: 337px; HEIGHT: 21px
Results 1 to 3 of 3
Thread: Need Source Code Pronto
- 06 Feb. 2011 03:03am #1
- Join Date
- Nov. 2010
- Location
- California
- Posts
- 346
- Reputation
- 105
- LCash
- 0.00
Need Source Code Pronto
- 07 Feb. 2011 07:39am #2PHP Code:
<INPUT type="Image" SRC="Login.jpg" BORDER="0" ALT="Submit Form" style="width: 190px; left: 316px; position: absolute; top: 337px; height: 21px;" />
- 08 Feb. 2011 07:50pm #3
- Join Date
- Nov. 2010
- Location
- California
- Posts
- 346
- Reputation
- 105
- LCash
- 0.00
Omg Arti thanks so much! i needed this ^^