 |
<%
set newsproduct=server.CreateObject("ADODB.Recordset")
sqltext="select top 12 * from news where news10=3 order by news1 desc,id desc"
newsproduct.Open sqltext,cn,1,1
if newsproduct.bof or newsproduct.eof then
response.write "No Message!"
else
i=1
do while not newsproduct.EOF
set news6=newsproduct("news6")
set idd=newsproduct("id")
set news3=newsproduct("news3")
%>
|
|
<%
i=i+1
newsproduct.movenext
loop
end if
newsproduct.close
set newsproduct=nothing
%>
|
|
|
 |
<%
id=request("id")
set rs=server.CreateObject("ADODB.Recordset")
if id<>"" then
sqltext="select * from news where id="&id&""
else
sqltext="select top 1 * from news where news10=3"
end if
rs.Open sqltext,cn,1,1
set news3=rs("news3")
set news5=rs("news5")
set news6=rs("news6")
set news8=rs("news8")
set news12=rs("news12")
%>
Continue laying the tiles in the same way (using spacers if required), as you work along use your level to check each tile's placement individually and with its neighbouring tiles as you lay them.
|
Don't forget to check for skewing by placing the spirit level across the faces of the tile you are laying and its neighbouring tiles. |
If you find that a tile has sunk too much compared to its neighbour then use your trowel to gently pull the tile away from the wall, repair the area with your tile trowel to even out the adhesive and remove any adhesive from the back of the tile. Place a small blob of adhesive onto the back of the tile in the area that is sitting too shallow, then place it back into position to check (may take a few attempts to judge the amount of extra adhesive to use).
|
|
 |
|
|