Posts by caiquelcn • 11 points
2 posts
-
0
votes1
answer136
viewsQ: INSERT with Random SELECT
I have a table with several information and another empty. I need to do an INSERT in this empty table with only one information from the other table, but SELECT has to be random. I am using the…
-
0
votes1
answer1151
viewsQ: Use of CSS background-image and background-color
I’m studying HTML and CSS through Caelum’s workbook and I’m having trouble getting CSS to work properly on the page. I have the following CSS code: body { color: #333333; font-family: "Lucida Sans…