Your Rightmove listing description is able to be customised using simple HTML code, it may sound daunting, but it’s very easy to learn.

To put it simply, any text style other than standard text needs to be ‘wrapped’ in between two pieces of code called tags, each time you these there is an opening tag and a closing tag. Tags are shown in green below, simply copy, paste and replace the text in between the tags with your own.

Text Styling:

Normal: Welcome to Rightmove

Bold Text: <b>Welcome to Rightmove</b>

Italics: <i>Welcome to Rightmove</i>

Underlined: <u>Welcome to Rightmove</u>


Bullet Points:

<ul>
<li>Welcome to Rightmove</li>
<li>Welcome to Rightmove</li>
<li>Welcome to Rightmove</li>
</ul>


Numbered List

<ol>
<li>Welcome to Rightmove</li>
<li>Welcome to Rightmove</li>
<li>Welcome to Rightmove</li>
</ol>


Please Note: These styles can only be made to the main description. The summary text shown within search results is not able to be styled. These are the only HTML formatting elements supported within listings on Rightmove.