Hahaha.
Thanks for your help, I really appreciate it! I should be able to work this out now!
User Profile
Collapse
-
If I'm understanding you correctly..
This may not be the best method, and please correct me if I am wrong. However it may get you what you're looking for.
Instead of applying the style to the entire id in your stylesheet, perhaps add the style to your <li> (or possibly the <a href>) in the HTML? So you would have something like...
Code:<ul> <li style="white-space:no-wrap"><a
Leave a comment:
-
Thank you for the welcome medicineworker!
So, what I did was take that code and placed it onto an .asp page (called test.asp). I changed my form action to action="test.as p", and set method to post (which it already was). I am not too sure what is going on with the script, but I wanted to see if I could at least get some kind of positive response . What happened is the same thing with the PHP actually. Here is what happens...Leave a comment:
-
Also, I forgot to mention the form is already validated through JavaScript. Plus if it helps, I also tried doing this send through PHP which I later found out isn't supported by the web host.Leave a comment:
-
Forum email send with ASP
Hi guys,
I'm a pretty basic coder with very limited skills. I've been researching this question everywhere and I can't find anything that works.
What I'm trying to do is simply send a form which is filled out on their webpage, to their email address. Currently I am using a mailto: function which I desperately want to avoid. Also, if it helps this site is hosted through godaddy (windows package), if that makes any difference.... -
Just HTML, and just a mailto: action? Then just like this:
Code:<form action="mailto:youremail@someplace.com" enctype="text/plain" method="post"> <label for="Email@mail.com">Email1@mail.com</label><input type="checkbox" name="Email@mail.com" /><br /> <label for="Email2@mail.com">Email2@mail.com</label><input
Leave a comment:
No activity results to display
Show More
Leave a comment: