Reply
Old 08-08-2004, 11:40 PM Form Help
Junior Talker

Posts: 3
Hello all. Basically this is my small problem. I've already worked out the code that allows my main webpage to access the web based mail system that is provided by my server. However the button that is meant to submit the form has a background image on it. now this button is a submit button but I don't want it to say 'Submit' on the background of my image..

Here is the actual page that I am working the problem out on.
http://hiper-enterprise.com/test/passwordpage.htm

The line of code that needs to be edited is:

<input class="submito" type=submit name="Login" style="background-image:url(../image/site/layout/24.jpg); height:32; width: 201; border-style:hidden" >


Thanks for any help that you may be able to provide.
Pa|2a|)oX is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-09-2004, 02:08 AM
Ultra Talker

Posts: 377
try to set:
value=" "
__________________
andrews_john
www.softwareforhosting.com
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 08-09-2004, 06:15 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
Do you mean you want to get rid of the background? Just do this;

HTML Code:
<input class="submito" type=submit name="Login" style="height:32; width: 201; border-style:hidden" >
Or if you want the image and no text, do what andrews said.
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Old 08-09-2004, 06:16 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
Oh yeh, if you don't want the border, don't use border-style:hidden; use border:0px;
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Old 08-09-2004, 10:30 AM
Junior Talker

Posts: 3
No I mean that I wish to get rid of the Submit writing thats on the foreground, I wish to keep the image.

andrews_john!!! I love you man! That's it! YES!

Last edited by Pa|2a|)oX : 08-09-2004 at 10:42 AM.
Pa|2a|)oX is offline
Reply With Quote
View Public Profile
 
Old 08-09-2004, 10:45 AM
Junior Talker

Posts: 3
Another question, is there a way to have this page open in a seperate window instead of in the same one you're working in? I'll post the whole code.

*Edit* I worked that part out.

Another quick question though. I usually test stuff through Opera and Netscape, but now that I uploaded to the server and I opened the site in IE, the background image on the button will no show up no matter what I do. But it shows up fine in netscape and opera... any ideas?

Last edited by Pa|2a|)oX : 08-09-2004 at 11:11 AM.
Pa|2a|)oX is offline
Reply With Quote
View Public Profile
 
Old 08-09-2004, 11:55 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
shows up fine in IE, surprised to hear it shows up at all in NS... change it to;
<input type="image" src="../image/site/layout/24.jpg" name="Login" height="32px" width="201px">
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Old 08-09-2004, 11:57 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
Although, if your mail script relies on recieving 'Login', it would recieve 'Login_x' 'Login_y' instead and get confused. Instead, maybe this;

HTML Code:
<input type="submit" style="background-image:URL('../image/site/layout/24.jpg');width:201px;height:32px;border:0px;" name="Login" value="">
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources, http://www.webworrks.com

Last edited by webwoRRks : 08-09-2004 at 11:59 AM. Reason: value
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Reply     « Reply to Form Help
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.19933 seconds with 12 queries