-
Notifications
You must be signed in to change notification settings - Fork 1
/
is_pt.html
28 lines (28 loc) · 1.27 KB
/
is_pt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html>
<head>
<title>IDX Broker Developer Tools (by imFORZA)</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<body>
<div class="header">
<div class="header-text">
<a href="//www.idxbroker.com" target="_blank"><img src="assets/images/idx-logo.png" alt="IDX Broker" width="150" height="37" ></a>
</div>
<br />
<div class="content">
<a href="popup.html">Go back</a><br/>
<hr>
<h4>Missing Images?</h4> <p>Try one of the url appendages like <pre>?nowrapper</pre> These can be set on the <a href="popup.html">previous page</a>.</
<p>If the images display without a wrapper, most likely its a CSS issue. Check that the image width or height is not set to 0px.</p>
<hr>
<h4>Is a listing missing?</h4>
<p>Can you find it by Listing ID search? Was the listing submitted before the last <a href="http://www.idxbroker.com/idx_mls_coverage" target="_blank">MLS refresh time</a>?</p>
</p>
<p>
<a href="http://support.idxbroker.com/customer/widget/emails/new#dev" target="_blank"><button>Submit an issue to Developer Support?</button></a>
</p>
<br/>Remember support loves example links and screen shots.
</div>
</body>
<html>