Hello, In my form I have a multi-line text field. It is set to Character Width=40 and 2 lines. I have tried the wrap setting at all four settings (default,...
welcome, hope it helps Ann ... From: WDT@yahoogroups.com Date: 07/02/04 00:05:06 To: WDT@yahoogroups.com Subject: [WDT] Re: Form text field problem Wow! Thanks...
Hello! I am working on a website review website idea and I want to know what you guys think about it. I want to start a website rewiew website that rates how...
In your CSS you are trying to do something that will not work. table.dark { table-layout: auto; background-color: #CED9E7; color: #FFFFFF; border: 0px; width:...
<snip>I would assume spam harvesters could see the html coding for the hyperlink also?</snip> Yes, that is correct. <snip>what is the best way to provide an...
Hi all, I heard the words formmail and couldn't resist ... I've been trying to set this up, and it is working, but I can't get the user redirected to the...
... In your formmail you are already sending some html stuff before the header() is being invoked. Call the header() function before any content is sent to the...
And it would be easier for us to help point out the problem if you sent along the PHP code. This type of header problem can be really simple. C! "if we can't...
if you put ob_start() on top this will start output buffering so that if you need to send a header then you can call ob_clean() and it will delete all output...
I just kind of glanced at it but I think that the 2 lines: header("Location: $sendpage"); exit(); Can't have anything kind of output before them or it'll spit...
Thanks for all your advice and as I have a cgi-bin I will set up form mail and go with that. ... Outgoing mail is certified Virus Free. Checked by AVG...
Thanks again for your time and answers guys. This is above my head - looks like this is one of those things I either have to pay someone to do, learn to do...
I recently had the same problem. I ended up using the same formmail as I do for another form on our site (because it's working), but changed the form fields to...
I have been trying to add title attribute tags to the links in my web site. I added 18 to this page and now have 18 browser errors. Does anyone know how to...
Tanya you need to be using W3C to validate your pages. When I checked the page you indicated this is the report it gave me. http://validator.w3.org/ The...
Sorry did not read this right the first time. Even if the page is valid, it still tells me that I have 18 browser errors everytime I open the page. That just...
If you are using the title attribute tag correctly I have never heard of this being a problem. Perhaps it is simply telling you that Netscape does not support...
... All DWMX2004 is telling you, is that for those two browsers, the HTML doesn't validate. Since those browsers aren't standards compliant, don't worry about...
Thanks Cricket. It sounds like that is it. I am relieved. I can finally add all those to my pages now. :) ... problem. Perhaps it is simply telling you that...
Use a div with a fixed width then use a <br> after the image to put the text below as a caption or put the text on top and <br> before the image. Using ...
I'm jumping in way to late on this, but I would operate on the rule of thumb that if the e-mail address is discernable in any file that would be downloaded to...
Hi folks, I'm just learning about 'SEO' and was wondering if a dynamic javascript menu and an include file will damage my chances with the search engines. I...
Some javascript menus will hide the content from search engines. The work around that I use is a sitemap link not inside an external javascript file but in the...