Thinkproperty marketing

Thinkproperty.com has invested in a multi-million pound marketing campaign to ensure that house-hunters across the UK are visiting the site, viewing your properties.

What's more, we've designed a number of tools for you to tell your local market that they can find your properties on thinkproperty.com. At the bottom of the page are links to a number of items to help you promote the extra marketing that you are undertaking on behalf of your clients.

  • A4 poster
  • A3 poster
  • 2 sided, A5 leaflet
  • A selection of adverts suitable for use in your local property press advertising
  • The thinkproperty.com logo in a number of formats, for use on your own property particulars, website or local advertising

How to use these items:

  1. Choose a document, logo or ad design you wish to use from the list
  2. Right click on the document or image name
  3. Select either 'Save target as...' or 'Save page as...'
  4. Select the folder into which you would like to save the item
  5. Click 'Save'

If you have any questions about the use of these items, please do not hesitate to contact the thinkproperty.com marketing team on 0845 073 0061 or email info@thinkproperty.com.

Local press release

Simply download the press release, save it to your PC, insert your logo and company details where indicated and send it to your local newspaper.

Logos

Thinkproperty logos
blue thinkproperty logo
 JPEGTIFFEPS
CMYK DownloadDownloadDownload
SPOT DownloadDownloadDownload
grey thinkproperty logo
 JPEGTIFFEPS
CMYK DownloadDownloadDownload

Leaflet

Download the thinkproperty.com in-branch leaflet.

Posters

Download the thinkproperty.com in-branch posters.

Broadsheet Adverts

Download adverts in a number of sizes for broadsheet papers.

Tabloid Adverts

Download adverts in a number of sizes for tabloid papers.

Quicksearch banners for your website

You can add one of our quick search banners to your site, so that thinkproperty.com results can be returned with minimal effort. Click on the HTML code and copy & paste it into your website's code.

Buying & Renting search banner

Thinkproperty.com

Search for UK homes for sale

HTML code
<div id="badge-1" style="background:#fff; width:296px; height:156px; border:solid 1px #ccc; margin:0; padding:2px; font-size:small; font-family:Verdana, Arial, Helvetica, sans-serif;"> <h1 style="margin:0 0 15px 0; padding:0; height:36px; width:150px; position:relative; top:5px; left:0px; background:url(http://www.thinkproperty.com/images/marketing/banners/tp_logo_blue_150.jpg) no-repeat; text-indent:-5000px;"><em>Think</em>property.com</h1> <ul id="navigation" style="border-bottom:solid 1px #ccc; height:20px; margin:-25px -2px 5px -2px; padding:0; position:relative;"> <li id="uk-sales" style="display:inline;"><span style="background:url(http://www.thinkproperty.com/images/marketing/banners/tab_buying_small.gif) no-repeat 0 -42px; position:absolute; right:64px; top:0; display:block; margin:0 2px 0 0; padding:0 0 0 0; width:63px; text-indent:-5000px; height:21px;">Search for UK property for sale</span></li> <li id="uk-rentals" style="display:inline;"><a href="#" title="Search for property to let" style="width:63px; text-indent:-5000px; height:21px; background:url(http://www.thinkproperty.com/images/marketing/banners/tab_renting_small.gif) no-repeat 0 0px; position:absolute; right:2px; top:0; display:block; margin:0 0 0 0; padding:0 0 0 0; text-indent:-5000px;">Search for UK property to let</a></li> </ul> <form method="post" action="http://www.thinkproperty.com/property/search" id="searchform-1"> <fieldset style="border:none; margin:0 10px; padding:0;"> <legend style="margin:0 0 .5em 0; padding:0; font-weight:bold; color:#0072ce; font-size:12px; display:block;">Search for UK homes for sale</legend> <p id="hlocality-1" style="margin:0 0 .6em 0; padding:0;"> <label for="geo" style="display:block; font-size:11px; font-weight:normal;">Enter a town, locality or postcode</label> <input name="geo" id="geo" tabindex="5" type="text" style="width:98%; color:#000;" /> <input name="aliasid" id="alias" value="0" type="hidden" /> </p> <p id="hbuttons-1" style="margin:0 0 .6em 0; padding:0;"> <input name="submit" id="searchnow-1" title="Search for properties" value="Search now!" type="submit" style="width:9em; padding: .1em .2em; margin: 0 0 0 0; background:#0072CE; border-right:1px solid #004E8C; border-bottom:1px solid #004E8C; border-left:1px solid #249CFF; border-top:1px solid #249CFF; color:#fff; font-weight:bold; font-size:11px;"/> <input name="firmid" value="0" type="hidden" /> <input name="branchid" value="2" type="hidden" /> <input name="dbtype" value="1" type="hidden" /> <input name="action" value="search" type="hidden" /> </p> </fieldset> </form> <script type="text/javascript"> var form = document.getElementById("searchform-1"); var sales = document.getElementById("uk-sales"); var rentals = document.getElementById("uk-rentals"); rentals.onclick = function () { var spanTag = document.createElement("span"); spanTag.style.cssText = 'background:url(http://www.thinkproperty.com/images/marketing/banners/tab_renting_small.gif) no-repeat 0 -42px; position:absolute; right:2px; top:0; display:block; margin:0 0 0 0; padding:0 0 0 0; width:63px; text-indent:-5000px; height:21px;'; var spanText = document.createTextNode("Search for UK property to let"); spanTag.appendChild(spanText); rentals.replaceChild(spanTag,rentals.childNodes[0]); var anchorTag = document.createElement("a"); anchorTag.style.cssText = 'background:url(http://www.thinkproperty.com/images/marketing/banners/tab_buying_small.gif) no-repeat 0 0px; position:absolute; right:64px; top:0; display:block; margin:0 2px 0 0; padding:0 0 0 0; text-indent:-5000px; height:21px; width:63px;'; var anchorTagText = document.createTextNode("Search for UK property for sale"); var anchorTagTitleText = "Search for property for sale"; anchorTag.setAttribute("title",anchorTagTitleText); anchorTag.setAttribute("href",'#'); anchorTag.appendChild(anchorTagText); sales.replaceChild(anchorTag,sales.firstChild); var legendText = document.createTextNode("Search for UK property to let"); var legend = form.getElementsByTagName("legend")[0]; legend.replaceChild(legendText,legend.firstChild); var inputs = document.getElementById("hbuttons-1").getElementsByTagName("input"); for(var i=0; i < inputs.length; i++) { var ci = inputs[i]; if (ci.getAttribute("name") == 'dbtype' ) { ci.setAttribute("value", '2'); return false; } } return false; }; sales.onclick = function () { var spanTag = document.createElement("span"); spanTag.style.cssText = 'background:url(http://www.thinkproperty.com/images/marketing/banners/tab_buying_small.gif) no-repeat 0 -42px; position:absolute; right:64px; top:0; display:block; margin:0 2px 0 0; padding:0 0 0 0; width:63px; text-indent:-5000px; height:21px;'; var spanText = document.createTextNode("Search for UK property for sale"); spanTag.appendChild(spanText); sales.replaceChild(spanTag,sales.childNodes[0]); var anchorTag = document.createElement("a"); anchorTag.style.cssText = 'width:63px; text-indent:-5000px; height:21px; background:url(http://www.thinkproperty.com/images/marketing/banners/tab_renting_small.gif) no-repeat 0 0px; position:absolute; right:2px; top:0; display:block; margin:0 0 0 0; padding:0 0 0 0; text-indent:-5000px;'; var anchorTagText = document.createTextNode("Search for UK property to let"); var anchorTagTitleText = "Search for property to let"; anchorTag.setAttribute("title",anchorTagTitleText); anchorTag.setAttribute("href",'#'); anchorTag.appendChild(anchorTagText); rentals.replaceChild(anchorTag,rentals.firstChild); var legendText = document.createTextNode("Search for UK property for sale"); var legend = form.getElementsByTagName("legend")[0]; legend.replaceChild(legendText,legend.firstChild); var inputs = document.getElementById("hbuttons-1").getElementsByTagName("input"); for(var i=0; i < inputs.length; i++) { var ci = inputs[i]; if (ci.getAttribute("name") == 'dbtype' ) { ci.setAttribute("value", '1'); return false; } } return false; }; sales.onmouseover = function() { if (sales.getElementsByTagName("a")[0]) { var anchor = sales.getElementsByTagName("a")[0]; anchor.style.cssText = 'background:url(http://www.thinkproperty.com/images/marketing/banners/tab_buying_small.gif) no-repeat 0 -21px; position:absolute; right:64px; top:0; display:block; margin:0 2px 0 0; padding:0 0 0 0; width:63px; text-indent:-5000px; height:21px;'; } }; sales.onmouseout = function() { if (sales.getElementsByTagName("a")[0]) { var anchor = sales.getElementsByTagName("a")[0]; anchor.style.cssText = 'background:url(http://www.thinkproperty.com/images/marketing/banners/tab_buying_small.gif) no-repeat 0 0px; position:absolute; right:64px; top:0; display:block; margin:0 2px 0 0; padding:0 0 0 0; width:63px; text-indent:-5000px; height:21px;'; } }; rentals.onmouseover = function() { if (rentals.getElementsByTagName("a")[0]) { var anchor = rentals.getElementsByTagName("a")[0]; anchor.style.cssText = 'width:63px; text-indent:-5000px; height:21px; background:url(http://www.thinkproperty.com/images/marketing/banners/tab_renting_small.gif) no-repeat 0 -21px; position:absolute; right:2px; top:0; display:block; margin:0 0 0 0; padding:0 0 0 0; text-indent:-5000px;'; } }; rentals.onmouseout = function() { if (rentals.getElementsByTagName("a")[0]) { var anchor = rentals.getElementsByTagName("a")[0]; anchor.style.cssText = 'width:63px; text-indent:-5000px; height:21px; background:url(http://www.thinkproperty.com/images/marketing/banners/tab_renting_small.gif) no-repeat 0 0px; position:absolute; right:2px; top:0; display:block; margin:0 0 0 0; padding:0 0 0 0; text-indent:-5000px;'; } }; </script> </div>

Sold prices search banner

Thinkproperty.com

Search for sold property prices

HTML code
<div id="badge-2" style="background:#fff; width:300px; height:160px; border:solid 1px #ccc; margin:20px 0 0 0; padding:2px; font-size:small; font-family:Verdana, Arial, Helvetica, sans-serif;"> <h1 style="margin:0 0 15px 0; padding:0; height:36px; width:150px; position:relative; top:5px; left:0px; background:url(http://www.thinkproperty.com/images/marketing/banners/tp_logo_blue_150.jpg) no-repeat; text-indent:-5000px;"><em>Think</em>property.com</h1> <form class="showmap" method="post" action="http://www.thinkproperty.com/soldprices/streets" id="searchform-2"> <fieldset style="border:none; margin:0 10px; padding:0;"> <legend style="margin:0 0 .5em 0; padding:0; font-weight:bold; color:#0072ce; font-size:12px; display:block;">Search for sold property prices</legend> <p id="hlocality-2" style="margin:0 0 .6em 0; padding:0;"> <label for="postcode_or_location" style="display:block; font-size:11px; font-weight:normal;">Enter a postcode, e.g. NW1 1, AL5, HP4 3LF</label> <input name="postcode_or_location" id="postcode_or_location" tabindex="5" type="text" style="width:98%; color:#000;" /> <input name="aliasid" value="0" type="hidden" /> <input name="dates" id="dates" value="10000" type="hidden" /> </p> <p id="hbuttons-2" style="margin:0 0 .6em 0; padding:0;"> <input name="submit" id="searchnow-2" title="Search for properties" value="Search now!" type="submit" style="width:9em; padding: .1em .2em; margin: 0 0 0 0; background:#0072CE; border-right:1px solid #004E8C; border-bottom:1px solid #004E8C; border-left:1px solid #249CFF; border-top:1px solid #249CFF; color:#fff; font-weight:bold; font-size:11px;" /> </p> </fieldset> </form> </div>

Thinkproperty.com badge

Thinkproperty.com

Property to buy and let nationwide courtesy of thinkproperty.com.

HTML code
<div id="badge-3" style="background:#fff; width:250px; height:75px; border:solid 1px #ccc; margin:20px 0 0 0; padding:2px; font-size:small; font-family:Verdana, Arial, Helvetica, sans-serif;"> <h1 style="margin:0 0 5px 0; padding:0; height:36px; width:150px; position:relative; top:5px; left:0px; background:url(http://www.thinkproperty.com/images/marketing/banners/tp_logo_blue_150.jpg) no-repeat; text-indent:-5000px;"><em>Think</em>property.com</h1> <p style="margin:0 5px; padding:0; font-size:12px; line-height:1.2em;"><a href="/" title="Search for UK property for sale and to rent">Property to buy and let</a> nationwide courtesy of thinkproperty.com.</p> </div>