Re: [WSG] Accessible Antispam technique for form

2006-04-23 Thread Stuart Colville
Better than that if you are using php just use a token approach. This prevents submissions that aren't sent from your form. This should end all bot submissions without adding any extra grief for your users.Details of this method are listed towards the end of this post. http://muffinresearch.co.uk/a

Re: [WSG] different way than using the BR tags

2006-04-21 Thread Stuart Colville
As part of a link it's no problem and the URL will still function as expected.On 4/21/06, Germ <[EMAIL PROTECTED] > wrote:i forgot about the amp; bitwat about when its part of the link tho??? that paragraph is the copyright info to save my bum from getting burntOn 4/21/06, Stua

Re: [WSG] different way than using the BR tags

2006-04-21 Thread Stuart Colville
In your first problem you need to clear the paragraph under the image. (clear: right;)For the ampersand errors just replace & with the entity & and all will be well. On 4/21/06, Germ <[EMAIL PROTECTED]> wrote: Ok another thing that im a lil confused abouton the page (http://www.germworks.net/Phanto

Re: [WSG] Site Check Please: www.re-entity.com

2006-04-07 Thread Stuart Colville
I would take the clear:left off the paragraphs within your post.FRom this: .post p, .post ul {    margin-bottom:10px; clear:left;    }to .post p, .post ul {    margin-bottom:10px;     }That way the text will wrap around the "Roulette" image that you've floated left rather than clearing it.On 4/7/06