junglist666
Technical User
basically im tryin to use css to get this
http://www.heathrowminicab.com/properties2.asp
to look like this
http://www.heathrowminicab.com/properties.asp
here is the code of the page..
and here are the properties for the recpective items in the stylesheet
http://www.heathrowminicab.com/properties2.asp
to look like this
http://www.heathrowminicab.com/properties.asp
here is the code of the page..
Code:
<a href="edit_property.asp?ID=<%=rsProperties("id")%>"><img class="proppic" src="<%=rsProperties("out1")%>" /></a>
<a href="edit_property.asp?ID=<%=rsProperties("id")%>"><p class="topdesc"><u><%=rsProperties("address") & ", " & rsProperties("area")%></u></p></a>
<p class="price" hspace="0"><%=formatCurrency(rsProperties("rent"))%> (p.c.m.)</p>
<p class="desc"><%=rsProperties("rooms") & ", " & rsProperties("type")%></p><p class="shortdescription"><%=rsProperties("shortdesc")%></p>
<br><br>
and here are the properties for the recpective items in the stylesheet
Code:
p.price {float:right; margin-top:0px; font-family:arial; color:#591409; font-weight:bold; font-size:9pt; float:right;}
p.topdesc {float:right; text-align:right; margin-top:0px; margin-left:5px; font-family:arial; color:#8A644A; font-size:10pt; font-weight:bold;}
p.desc {float:right; margin-top:0px; margin-left:12px; margin-bottom:5px; font-family:arial; color:#591409; font-size:10pt; font-weight:bold;}
p.shortdescription {float:right; margin-top:15px; margin-left:12px; font-family:arial; color:#000; font-size:8pt;}
img.proppic {margin-left:37px; border:0px; float:left;}