Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hunter13605

  1. hunter13605

    Enter

    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...
  2. hunter13605

    Enter

    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...
  3. hunter13605

    Enter

    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
  4. hunter13605

    Enter

    i'll give it a try... thanks paul Brian
  5. hunter13605

    Enter

    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/,/&#44;/g; $best =~ s/,/&#44;/g; $worst =~...
  6. hunter13605

    mose over menu

    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 {...
  7. hunter13605

    mose over menu

    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...
  8. hunter13605

    Replacing A Character

    this code from kevin worked great. $text =~ s/,/&#44;/g;
  9. hunter13605

    Word limit in text box

    what i'm saying is that it isn't something that is really needed. they weren't totally worried about it before and i'm sure they won't be now.
  10. hunter13605

    Word limit in text box

    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.
  11. hunter13605

    Word limit in text box

    that way seens a lot easier and more straight forward. Thanks.
  12. hunter13605

    Secure Logoff

    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.
  13. hunter13605

    Secure Logoff

    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.
  14. hunter13605

    Word limit in text box

    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.
  15. hunter13605

    Word limit in text box

    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.

Part and Inventory Search

Back
Top