navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

asp submit button too big

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> asp submit button too big
Page: [1]
 
Haskin

 

Posts: 4
Joined: 8/14/2006
Status: offline

 
asp submit button too big - 8/15/2006 15:37:31   
Hi there

I need to change the asp submit button ---something that goes with the webiste --- text would be fine ...can this be done ?
<form action="thisfile.asp" method="get">
<input name="fVal" type="text" size="7" />
<input type="submit" value="Go to dealer" />
</form> [
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: asp submit button too big - 8/15/2006 16:48:08   
You can use an image

<button type="submit" name="submit" value="submit" />
<img src="image.jpg" />
</button>

or you can style it with css

<input type="submit" id="submit" name="submit" value="Go to dealer" />

in the css

#submit {color:#cc9900;
background-color:#ffffff;
font-size:0.5em;}

AFAIA the only way you can make it smaller is to use an image or make the text small. I don't think you can wrap the text onto two lines.

You could have a hunt round Google to see if anyone has come up with another method but don't go searching for asp. You need to look for HTML Forms or forms.

< Message edited by jaybee -- 8/15/2006 16:54:39 >


_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Haskin)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> asp submit button too big
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts