Recent content by jjiimmyy101

  1. J

    Different Button Background and Text Colors

    Okay, thanks for the input. I will give your suggestions a go and if I have any further questions, I'll be back :wink: -jjiimmyy101
  2. J

    Different Button Background and Text Colors

    Hopefully, I can explain this better. On my website that I'm creating, I have multiple frames. In one frame I have those buttons (A1, A2, A3, B1, etc.). When I click on one of the "A" buttons I want the corresponding page from that button to load in the "A" frame. When I click on one of the...
  3. J

    Different Button Background and Text Colors

    I hope someone can help me. Here's the situation... When the page first loads, I want all the buttons to look the same (Black text and white background). When I put the mouse over "A1" I want the text to be "blue" and the background to be "orange". When I put the mouse over "A2" I want...
  4. J

    How Can I Highlight Text Background When Hovering Over Radio Buttons?

    Gee whiz. At least I knew the answer would be easy. Thank you so much :smile: -jjiimmyy101
  5. J

    How Can I Highlight Text Background When Hovering Over Radio Buttons?

    This is probably an easy solution, but I can't figure it out for the life of me. I have a bunch of radio buttons with corresponding text right next to it. What I want to happen is that when the mouse is moved over the radio button, I want the text background to get highlighted. As you can see...
  6. J

    HTML/CSS HTML - counting the number of responses from a text file

    HTML -- counting the number of responses from a text file Hello, I have an angelfire website and on one of my pages I ask a simple question. What is your shirt size? There are four options: Small, Medium, Large and Extra Large. The answer is then submitted to a text file. My problem is...
  7. J

    HTML/CSS HTML - posting from a form to a text file

    Thanks again. That works great. Just out of curiosity though, in post #8 you asked if the comments page had any html on it and because it doesn't, this method you showed me would work. What would happen if there was html in the comments page? Would this code still work? I'm assuming the...
  8. J

    HTML/CSS HTML - posting from a form to a text file

    Two more quick questions...how would I... (1) only bold the user's name, while leaving the date and ip address as is? (2) put line breaks after the name, ip address and date so that they appear on top of each other instead of next to each other in a row?
  9. J

    HTML/CSS HTML - posting from a form to a text file

    Thank you so much for all your help and time. It works great. Jimmy
  10. J

    HTML/CSS HTML - posting from a form to a text file

    I don't quite understand. The form.txt file is all the coding that appears on the comments page (it's a very simple and basic web page. I just didn't copy the <HTML> and </HTML> tags). When the person clicks on submit, the message is then added to the comments.txt file. That's it. I...
  11. J

    HTML/CSS HTML - posting from a form to a text file

    I've attached what the comments page looks like and what the actual comments text file looks like. Is this what you need to see?
  12. J

    HTML/CSS HTML - posting from a form to a text file

    Thanks for the input. I cannot set the ordering of the messages, but I can use Javascript. I have some knowledge of programming, but by no means is it extensive. I would appreciate any pointers you could give me that would get me going in the right direction. Jimmy
Back
Top