Kevin,
I need to change the line breaks because the information is stored with the information from 210 other students in a mass, unformated text file, and must be editable by each user until the deadline... then from the admin account there will be a button to generate the printable text...
ok, one more quick question... if i want to save the data containing the fixed line brakes to a text file it is going to save the line breaks with <br> instead of showing the line breaks.
What i am wondering is if i can also use that code to find the <br> and replace it with /n... would that...
You are so AMAZING... you just made my day... i've been trying to figure this out all day. I knew that i needed to replace the line break with <br>, but for the life of me, i couldn't think of how to do it.
Thanks a lot
Brian
Back to it again. You have all been helpful in the past so i'm hoping that you can help me once more...
In the past i had a problem with commas and was given code how to fix it so it would replace the comma with the code for a comma...
$dob =~ s/,/,/g;
$best =~ s/,/,/g;
$worst =~...
also, this is the code that i would like to use for the image buttons
/* =Main Navigation
----------------------------------------------- */
#nav-a { left: 15px; list-style-type: none; position: absolute; top: 15px; }
#nav-a li { float: left; margin: 0 1px 0 0; width: 104px; }
#nav-a li a {...
i am working on my fist website using css. i am doing ok so far but i am having some trouble on the navigation bars. There are two horizontal bars. The bottom should be blank until i put my mouse over something on the top. then i want the bottom bar to show the sub pages of the top button.
I am...
High School seniors have very busy schedules. The way that they are doing the will and indexes now is by a simple form, there is a written word limit but nothing to check it. If somebody wants to waste their time trying to crack my code then for all means, go right ahead.
I have decided that the system that i am using now will work fine. If i was writing a program that was requesting any personal information then i would want a secure login system but i have changed my mind on this one. Thanks for all your help.
I can't assign a time limit because the students would be spending a lot of time typing the information into the form and they would be very mad if it was all lost because the server timed out. Thanks anyways.
Thanks kevin, you've been a great help today. I'm just about done with the project. In the process of this project, it being my first, i have learned a tremendouse amount of informatoin.
Is there a way to limit the number of words allowed? I am able to limit the number of characters but not sure how (or if it is possible) to limit the number of words.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.