Jump to content

Increase height of domain box


sammybotz

Recommended Posts

This integration code is in whmcs:

 

<form action="https://********.biz/clients/cart.php?a=add&domain=register" method="post">

Find your Domain: <input type="text" name="query" size="40" />

<input type="submit" value="Go" />

</form>

 

I want to increase the height of the box from where they enter their domain name. Please let me know how to add code to above.

 

 

Thank you very much

Link to comment
Share on other sites

ideally, you should add a class to your CSS code and do it that way - but if you wanted to use inline-CSS, you could do...

 

<form action="https://********.biz/clients/cart.php?a=add&domain=register" method="post">
Find your Domain: <input type="text" name="query" size="40" style="height:100px;"/>
<input type="submit" value="Go" />
</form>

though you'll probably want something less than 100px! :idea:

Link to comment
Share on other sites

That worked perfectly, thank you very much

 

I noticed when typing inside the box the text is still small though. Anyway to increase that also please?

 

Thanks again:

 

<form action="https://********.biz/clients/cart.php?a=add&domain=register" method="post">

Find your Domain: <input type="text" name="query" size="40" style="height:40px;"/>

<input type="submit" value="Go" />

</form>

Link to comment
Share on other sites

I noticed when typing inside the box the text is still small though. Anyway to increase that also please?

<form action="https://********.biz/clients/cart.php?a=add&domain=register" method="post">
Find your Domain: <input type="text" name="query" size="40" style="height:40px;font-size:20px"/>
<input type="submit" value="Go" />
</form>

Link to comment
Share on other sites

back again, sorry

 

The submit button labeled "ENTER" needs to be alot bigger please.

 

<form action="https://*******.biz/clients/cart.php?a=add&domain=register" method="post">

<input type="text" name="query" size="40" style="height:40px;font-size:20px"/>

<input type="submit" value="ENTER" />

</form>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated