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...)

Closed Thread
 
Thread Tools
  #1  
Old 04-08-2008, 12:45 AM
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!
  #2  
Old 04-08-2008, 06:39 AM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 7,542
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 ?
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.

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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old 04-08-2008, 01:27 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,052
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!
  #4  
Old 04-08-2008, 04: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!
  #5  
Old 04-08-2008, 04:47 PM
Watdaflip's Avatar
Major General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 2,151
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!
  #6  
Old 04-08-2008, 05: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!
  #7  
Old 04-08-2008, 06:07 PM
Watdaflip's Avatar
Major General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 2,151
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!
  #8  
Old 04-08-2008, 06: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!
  #9  
Old 04-08-2008, 08:02 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 7,542
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.
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.

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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread


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 Off



All times are GMT +1. The time now is 05:49 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - 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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203