Sign Up!

Features
MLS Coverage
Pricing
FAQ
News
Signup

Search the Knowledgebase

Loading
Getting Started Guide
Email Support
Modify the Printable Page Subheader
Article Details

Last Updated
27th of June, 2011

User Opinions (0 votes)
No users have voted.

How would you rate this answer?
Helpful
Not helpful
On every Property Details page, there is a link to a printable version of that page which displays the listing information with minimal styling.



You can change the appearance of the Printable Details Page by styling it with CSS. You will need to add your CSS to a style section in the Sub Header for the Printable Details Page. This can be found under Customize -> Sub Headers -> Listing Pages -> Printable Sub Header.

For instance, to modify the images height or width (in case the Template provided doesn't automatically resize those to your liking), simply identify the CSS attribute using Firebug. If the DIV Class is named "IDX-detailsImageExtra, use the following CSS to resize the image:

<style>
img.IDX-detailsImageExtra {width: 300px; height: auto;}
</style>

The same can be done for any other DIV class called to that page. Note that the IDX Support Team does not provide technical support to assist with custom CSS changes.

Related Articles
No related articles were found.
Attachments
No attachments were found.

Continue