Making Text Area For Blogspot
What is text area? It is an area or place to save the text or writing with a new area. Text area is usually used to save HTML code or the other texts so that the can be copied by the visitors.
In order to make a text are, you can copy the following code.
<p align=”left”>
<textarea name=”code” rows=”6″ cols=”20″>
Save Your code here
</textarea>
</p>
for example;
Remarks;
Rows =”6″, shows the height of the text area. If you want to have a high text area, you just change “6” with higher number.
Cols=”20″, shows the width of text area. If you want to have a wider text area, just change “20” with the other higher number.
Text Area with Highlight
There is another variation to make a text area, that is by using highlight button. With this highlight button, it will ease visitors to copy the whole text or codes given. If we click highlight button, it will automatically be highlighted and finally, just copy the highlighted codes or texts.
This facility is very useful, especially when the text or codes are a lot. To make text area with highlight, please copy the HTML below .
<div>
<form name=”copy”>
<div align=”left”>
<input onclick=”javascript:this.form.txt.focus();this.form.txt.select();” type=”button” value=”Highlight All”>
</div>
<div align=”left”> </div>
<p align=”left”>
<textarea style=”WIDTH: 300px; HEIGHT: 144px” name=”txt” rows=”100″ wrap=”VIRTUAL” cols=”55″>
Save Your code here
</textarea></p>
</form>
</div>
Popularity: 1% [?]
Most Popular Posts
This entry was posted
on Wednesday, June 24th, 2009 and is filed under
HTML & CSS.
You can follow any responses to this entry through the
RSS 2.0 feed.
You can
leave a response, or
trackback from your own site.
Sponsors
Features
Categories
Blogroll
March 2010
| M |
T |
W |
T |
F |
S |
S |
| « Oct |
|
|
| 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 |
|
Recent Posts
Recent Comments
Others
Teen drug education also helps curb risky sexual behavior, study finds
School-based drug education programs for adolescents can have a long-term positive impact on sexual behavior in addition to curbing substance abuse, according to a new RAND Corporation study.
Researchers found that young adults who had been exposed to a popular drug abuse prevention program as adolescents were less likely to engage in risky sexual behavior five to seven years later, according to the findings published online by the Journal of Adolescent Health. The study provides the strongest evidence to date that drug abuse prevention programs can also curb risky sexual practices in young adulthood.
“The lessons these young people learned about how to avoid drug and alcohol abuse appears to have had a positive impact on their sexual behavior as well,” said Phyllis Ellickson, the lead author of the study and a researcher at RAND, a nonprofit research organization.
The study found that youth exposed to a drug abuse education program were significantly less likely as young adults to either engage in sex with multiple partners or to have unprotected sex because of drug and alcohol use than their peers who had not received the training.
However, researchers found that those who received drug prevention training were no more likely to use condoms consistently than their peers who did not receive the training.
The RAND Health study tracked the experiences of 1,901 unmarried 21-year-olds who took part in a randomized controlled trial of Project ALERT, a drug use prevention program for middle school students developed by RAND. Study participants were exposed to Project ALERT while they attended middle school in South Dakota.
Among the participants, 631 attended schools that received 14 Project ALERT lessons during middle school, 499 attended schools that received 10 additional lessons during high school and 771 attended schools that did not offer the Project ALERT program.
While risky sexual behavior was common among the study participants, such behavior was less prevalent among those exposed to Project ALERT.
Young adults exposed to Project ALERT were both less likely to have sex with multiple partners (44 percent versus 50 percent) and to have unprotected sex because of drug use (27 percent versus 32 percent) than their peers who had not been exposed to the program.
About 71 percent of study participants reported inconsistent use of condoms, regardless of whether they had been exposed to Project ALERT.
Researchers say that part of the differences between the two groups may be due to the lower use of drugs and alcohol among those exposed to Project ALERT since the behavior is linked to risky sexual practices. But the differences in sexual behavior between the two groups were not entirely explained by the lower substance use levels.
“Although the effects we found are somewhat modest, these findings show that the benefits of drug abuse prevention programs are not confined to drug use alone and can continue for many years after young people receive the instruction,” Ellickson said.
The study found no significant difference in risky sexual behavior between study participants who received the basic Project ALERT lessons in middle school and those who also received extended Project ALERT lessons during ninth and 10th grades.
Ellickson said the study findings are particularly relevant for school officials across the nation who are facing significant budget cuts in the months ahead.
“The findings support the case for the cost-effectiveness of the basic Project ALERT program by showing it provides benefits for two different types of risky behaviors and by showing that those benefits are long lasting,” Ellickson said.
Source: RAND Corporation
Popularity: 1% [?]
gr8 resrch bro?