Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Pre-Sales > Web Hosting Pre-Sales

Notices

Web Hosting Pre-Sales Do you have a question or two you would like to ask us before you join VodaHost? (Includes - Service, Policy, Features, Network, Support, etc...)

Reply
 
LinkBack Thread Tools
  #1  
Old 04-07-2008, 11:45 PM
Corporal
 
Join Date: Mar 2008
Posts: 15
Default Text Area Tab

I used the Text Area Tab to enter in information on one of my pages. When I went to preview it I was able to change the text. I am hoping this won't happen when I publish it, don't want my visitors able to change my text I created.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 04-08-2008, 05:39 AM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,295
Default Re: Text Area Tab

Hi, the text area is really for email forms. Was there any reason for needing to use this for your text & not the normal text button for inserting text ?
__________________
From Chris,

www.collectors-info.com
View sites in FF & IE, with res @ 1024 x 768 on 19” screens.

How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 04-08-2008, 12:27 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,035
Default Re: Text Area Tab

The text only changes in the user's screen, when the page is reloaded, the original text will appear.

However, if you want to make it not editable, right click the text area, select HTML, and in the "Inside tag" paste the word readonly
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 04-08-2008, 03:28 PM
Corporal
 
Join Date: Mar 2008
Posts: 15
Default Re: Text Area Tab

To; Collectors-info.. The reason I wish to use the text area is that some of the products I am selling have an extreme amount of information which I don't want to take up all the space on the page. The text area is perfect for people who want this info to scroll through while only using a limited amount of space. I tried using the inline frame tab but I couldn't transfer the information with cut and paste like the text-area lets me do. Do you have any other suggestions ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 04-08-2008, 03:47 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,640
Default Re: Text Area Tab

The inline frame is an idea solution.

Just make a page with all of the information you want to display in the iframe (you should be able to copy and paste and format how you like)

Set the source of the iframe to this new page you made

It should then display correctly in the iframe

Also I would put a link above or below the iframe to the source page (that page with all of the information) so people can print it out. Using just an iframe or textarea will result in just the portion of the content that is viewable to be printed
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 04-08-2008, 04:33 PM
Corporal
 
Join Date: Mar 2008
Posts: 15
Default Re: Text Area Tab

Ok, so then I need to make a information page for everyproduct I sell. I plan on selling over 200 products on this site. Seams like alot pages to create and publish.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 04-08-2008, 05:07 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,640
Default Re: Text Area Tab

... you wanted suggestions... (you should really give as much info as possible in the future).

If you just want to copy and paste the code and be done with it, either do what naval suggested in the third post of this thread.... you can set the textarea to read only.

Or, just use this css code
overflow:auto; And then make the text box small (it should cut off a lot of the text).

That code will basically just add a scroll bar if the text is longer then what can be displayed in the defined area.

I can't really say how to do this with BV (I don't use BV), I know BV uses div tags for its element placement, and this code needs to be placed inside that div tag, and BV will set the width and height of the div tag, but I don't know if it will let you make the text box smaller then the amount of text present. It will probably define the style attribute, which is where the css code needs to be, so I don't know if this method will even work at all with BV.

Basically it should look like
<div style="overflow: auto; width: 300px; height: 200px;">Text</div>

where the numbers are arbitrary ones I picked.

Sorry this might not make sense, its kind of hard to explain, especially when trying to explain how to do it in BV without being able to tell you exactly what to do.

I hope it made sense
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 04-08-2008, 05:20 PM
Corporal
 
Join Date: Mar 2008
Posts: 15
Default Re: Text Area Tab

Sorry; I am still extremely new to this. I didn't mean to come off abrasive. There are so many things to absorb at once it can become overwelming. I truly appreciate the advice and will try include more information next time.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 04-08-2008, 07:02 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,295
Default Re: Text Area Tab

Hi, i see what you are trying to do & if you want to do this, the in line frame would be best. Personally in this situation, i would have a link to a more detailed page, or a popup with extended info about the product. This can be done with either click for more info or can be set as a mouse over action.
Either way it will involve more pages.
__________________
From Chris,

www.collectors-info.com
View sites in FF & IE, with res @ 1024 x 768 on 19” screens.

How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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


All times are GMT +1. The time now is 12:06 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55