Our event, wedding, and party planning directory could use your site.
Add your link at
http://www.MyAffair.com/~/AddLink.asp , and it will appear in the appropriate directory page under
http://www.myaffairs.com/ . More options are available to you if you provide party planning or other event services.
We look forward to exchanging links with you.
Comments
Event and Wedding Planning
http://www.myaffair.com/~/AddLink.asp
On your main site, there's no apparent end to the code, which seems to make Firefox 1.x display everything other than the Google ad twice over.
The directory list is completely invalid with such obvious errors as poor code structure (meta tags go in the <head> section, which goes in the <html> section).
While proper code is structured like this:
[html]
<html>
<head>
<meta name="decription" content="This is my homepage" />
<title>This is my site</title>
</head>
<body>
My content goes here.
</body>
</html>
[/html]
Your code looks more like:
[html]
<META HTTP-EQUIV="EXPIRES" CONTENT="0"><HTML><HEAD><TITLE>My title</TITLE><META NAME="description" CONTENT="My description">
[/html]
Since the first meta tag is outside the head section, it won't, in most cases, have any effect at all since the browser won't recognise it if the browser follows W3C to any extent.
The link submission page is also highly invalid in terms of coding, which means it may not display correctly in all browsers (I'm in no doubt that the company who did this for you use Explorer 99% of the time).
Current project: CMS Object.
Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
Release date: NEVER!!!
Event and Wedding Planning
http://www.myaffair.com/~/AddLink.asp