How To Post Your Single Property Website To Craigslist – Part 4

This is the final part in our series explaining how to post your AgencyLogic single property Website to Craigslist. The previous parts can be found here: one, two, three.

Craigslist HTML Guide:

As mentioned in previous posts, while almost all HTML tags are not allowed, there are still a few useful HTML elements and attributes that are supported by Craigslist. We recommend the following tags – use them sparingly for best results.

single property websites

Bold:

Use bolding to highlight your single property Website address or the most important features. Bolding should be used sparingly:

<B>

</B>

E.g. Text between <b>and</b> is bolded.

Lists:

Lists are easy to read and are a great way to highlight best features. We recommend limiting your list to about 8 or 10 items:

<UL></UL> – Unordered list, this uses bullets not numbers

<OL></OL> – Ordered list, this uses numbers

<LI></LI> – Actual item(s) placed inside of <UL> or <OL> tags

E.g.

  • This is first list item
  • This is second list item
  • This is third list item

Headers:

Header tags are an excellent way to make a headline in the body of your ad. Be careful not to put too much text in your header or your text will wrap awkwardly.

<H1>

</H1>

E.g. Text between <H1>and</H1> is bolded and larger.

Note: <H2> thru <H6> is also supported but we recommend using <H1> to avoid too many sizes/variations.

Other Supported Tags:

<U></U> – Underline
<I></I> – Italics
<BIG></BIG> – Increase font size
<SMALLl></SMALL> – Decreases font size
<HR></HR> – Horizontal line
<P /> – New paragraph
<BR /> – New line