 |
<%
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")
%>
Giving your bathroom a fresh look doesn't have to involve an expensive and time-consuming renovation. Changing the appearance of tiled surfaces in your bathroom is one way to update its appearance dramatically. You can achieve this without the hassle and expense of replacing all the tile. With some paint and a lot of elbow grease, you can give your bathroom a whole new look by painting over your ceramic tiles.
|
Step1 Use a 1-to-1 solution of household ammonia and water to clean the tile and grout in the area you wish to paint. You should follow this treatment with a tile and grout cleaner to remove any excess grout from the tiled surface.
Step2 Rinse the tiled surface thoroughly to remove any excess cleaner and allow it to air dry before proceeding.
Step3 Sand the tiled surface with a fine grit sandpaper and hand pad sander. This step is important in assuring that the primer and the top coat adhere to the surface of the tile.
Step4 Remove the dust from sanding the tile with a damp, lint-free cloth or small vacuum and brush.
Step5 Apply the primer using a sponge brush. In most areas, a double coating of this product will be required to ensure that the top coat adheres properly.
Step6 Allow the primer to dry before applying the top coat. You should follow the manufacturer's instructions regarding drying times for areas where high or low humidity exist.
Step7 Apply a couple of top coats of a high-quality latex paint in a color which complements your bathroom. Allow each coat to dry completely before applying the next layer.
Step8 Allow the painted tile to dry and cure for at least 2 weeks. This time is required to allow the paint to become as resistant to scratches and abrasions as possible. |
|
|
 |
|
|