Boats Test Page

by Eric Blanchette

HTML

<div class="view">
    <h4>CMS1</h4>
    <iframe src="http://cms1.boats.com/w/w=galatiyachts.mymarinepages.com/search.html/--%26ps%3D20--/results#viewtop"></iframe>
</div>

<div class="view">    
    <h4>CMS2</h4>
    <iframe src="http://cms2.boats.com/w/w=galatiyachts.mymarinepages.com/search.html/--%26ps%3D20--/results#viewtop"></iframe>
</div>

<div class="view">
    <h4>CMS5</h4>
    <iframe src="http://cms5.boats.com/w/w=galatiyachts.mymarinepages.com/search.html/--%26ps%3D20--/results#viewtop"></iframe>
</div>

<div class="view">
    <h4>CMS6</h4>
    <iframe src="http://cms6.boats.com/w/w=galatiyachts.mymarinepages.com/search.html/--%26ps%3D20--/results#viewtop"></iframe>
</div>

<div class="view">
    <h4>CMS3 (BETA)</h4>
    <iframe src="http://cms3.boats.com/w/w=galatiyachts.mymarinepages.com/search.html/--%26ps%3D20--/results#viewtop"></iframe>
</div>

CSS

body {
    padding:0;
    margin:0;
}
iframe {
    margin:0;
    padding:0;
    width:100%;
    height: 300px;
}
div {
    float:left;
    width:50%;
}