insideorkut.com

iContact email marketing:I am seeking a software to get the email address of the websites automatica

Try iContact email marketing for free for 30 days. Click here to use coupon...

Get a free trial of iContact here. Click here for this special deal...
First of all iContact email marketing:I am seeking a software to get the email address of the websites automatica Thanks for any answer. Second question of mine... Hi,.

I’m currently working on a iContact site (non profit) and everything is working fine in all major browsers however when I use the Validator service it still returns a lot of errors. (~30).

Here's the link:.

Http://validator.w3.org/check?uri=http%3A%2F%2Fwww.carnivorousplantsuk.co.uk%2Fcpsite%2Fdionaea%2Foverview.php&charset=%28de tect+automatically%29&doctype=%28detect+automatically%29&ss=1.

Is this normal or should I really try and fix them all? Even Microsoft.com has 178 errors (maybe not important but still...)..

Anyway, please take a look at the code and tell me what I should really fix. Code might be a little sloppy by the way. In the final documents I use a space & line (and comment) remover (Reduces size by over 20%)..

- I’m not quite sure what to do with the doctype error... I think a lot of the errors are caused by this. (Like the "no attribute" errors).

- It says: “end tag for element "HEAD" which is not open” however there is clearly one opening head and a close tag. So whats the deal?.

- Some errors are caused by a script. I didn’t create these myself but they are free to use. I assume these errors or neglect able?.

- 10 of the 29 errors on this page are because I don’t use ALT for images (unless important for mouse over). Don’t really mind about this one..

Hope some of you can help me..

Any extra related information will be appreciated..

Thanks!..

Comments (7)

I would like to know the answer too. Anyone here know what is the answer. I'll do some research in Google and get back to you if I bump into an anything. You should email the people at iContact as they probably could assist you..

Comment #1

Thanks John,.

It might indeed be a good idea to have more cell attributes in css instead of in the page itself..

But is there anyone who can answer my questions and give comments on the iContact site in general perhaps? (Any flaws?)..

Comment #2

On the first two errors listed try removing the / from the end of the tag and see if that doesn't clean up a bunch of issues..

As far as alt tgs, another good reason for meaningful alt tags is in the event that you have visitors that have images turned off for whatever reason on their browsers! It happens... especially older machines, people will turn off images to make them run a bit faster when surfing the web..

Definately go with the suggestion of using css to handle as much of the formatting and attri8butes for the tables as possible... and actually you could probably achive the same look using pure css.. however I know that might be really ambicious..

I did go look at the page... very pretty... like the colors and layout..

Oh, and for the record... I have gotten pages to validate both html and css and still have them look nice..

So it can be done...

Comment #3

You can't use /> for html 4.01 transistional. it is intended for xhtml/xml only. delete all those and more than half the errors will go away..

You can please the validator if you write valid code. it is possible to do almost anything you want and be validated..

Read the valdation thread in this forum to get an idea of what errors come up and how to fix them...

Comment #4

Ah ok..

Do I have to end the link with </link> than or just leave it open like meta tags?..

Comment #5

Link doesn't have a closing tag, so yeah, leave it open like the meta's...

Comment #6

Well I have removed the “/”s at the end tags where they shouldn’t be..

But the validator still says it’s not a valid doctype. :/..

Comment #7

It doesn't say "not a valid doctype" it still shows errros that are very fixable. did you read tha tvalidation thread I have in this forum?.

Http://www.htmlforums.com/showthread...threadid=39337.

It will show you the errors you are getting and how to fix them...

Comment #8


This question was taken from a support group/message board and re-posted here so others can learn from it.