|
|
#1 |
|
Moderator
Join Date: Mar 2008
Posts: 787
Rep Power: 21 ![]() |
What would be the best way to restrict the size of the text area on the contact forms so it will not oversize across the page if pulled out manually? Presently the text area can be pulled greater than the page width. I cannot find anyone who has fixed this on their site.
|
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,779
Rep Power: 110 ![]() |
I might not be understanding this one. But can't you just alter the html and add in whatever cols and rows you want to the text area?
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,335
Rep Power: 40 ![]() ![]() |
Are you referring to the built in functionality in the Safari browser that allows you to resize a text area in a form?
-Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#4 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,779
Rep Power: 110 ![]() |
I totally forgot about Safari allowing that. If that is what he is talking about is their any way to prevent it? I would think no because that is a very useful feature.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#5 |
|
Moderator
Join Date: Mar 2008
Posts: 787
Rep Power: 21 ![]() |
Correct and correct.
It was rather late for me but Mike is spot on. The problem comes in Safari. You can just pull the whole box across the page which you cannot do in Firefox. Not sure if there is a browser independent solution for this one. |
|
|
|
|
|
#6 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,779
Rep Power: 110 ![]() |
I just did a quick search and found this:
Stop the resize in Safari textarea - SitePoint Forums So it does seem possible.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#7 |
|
Moderator
Join Date: Mar 2008
Posts: 787
Rep Power: 21 ![]() |
Yup - I put this in the CSS. somebody is bound to ask.
textarea{ resize:none;} |
|
|
|
|
|
#8 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,335
Rep Power: 40 ![]() ![]() |
Excellent!
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contact Owner/Seller if Guest | a68designer | v4 Questions & Support | 1 | 07-31-2008 05:46 PM |
| Changing Contact Owner to Contact Us | GSP | v3.1 Modules & Modifications | 7 | 02-20-2007 12:53 PM |
| Direct link to user listing in contact email | SkGold | v3.1 Questions & Support | 2 | 07-10-2006 02:42 PM |
| maybe a new issue in 'contact us' form | frommarcq | v3.1 Questions & Support | 2 | 06-27-2006 10:15 AM |
| Contact Us form not sending e-mail after 3.1.1 upgrade | fjarabeck | v3.1 Questions & Support | 4 | 05-24-2006 08:29 PM |