The St Louis Agent Team of RE/MAX Properties West
Article from: http://www.stlagent.com

Click for Larger Font | Click for Smaller Font

Making HTML Look Right on Craigslist.

By: Darin "Sid" Cameron, CRS
Sat, Sep 22nd, 2007 10:02 am


Was helping an agent in Colorado create his own HTML Craigslist template.  He was using Dreamweaver to make it and it wasn't posting right.

Well, one of the things to know about Craigslist postings is that they're not a full webpage- it's just the center of a webpage.  So you can't have a webpage header or closing statement in the posting because it screws up the webpage (because it's basically a web page within a web page).

So, the first thing you need to do when you create a blank page in your HTML editor is delete the opening/closing code it automatically puts in -AND- before you go to post make sure it didn't recreate it.  The stuff you need to delete looks something like this-

BEGINNING:

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body>

AT THE END:

</body>

</html>

© Copyright by www.stlagent.com