04-23-2012, 09:28 AM
04-25-2012, 12:07 PM
How does this look?
04-25-2012, 12:50 PM
It should look something this:
Code:
color: #fff; /* Makes the text color white */
background: #666; /* Makes the background color grey */
border: solid 1px #666; /* Make the border color the same color as the background */
/* The below code should add a radius around the cornors of the box */
-moz-border-radius: 15px;
border-radius: 15px;
04-25-2012, 06:24 PM
Image wont work for me. Could you please try to fix it.
05-29-2012, 03:34 PM
(04-25-2012, 06:24 PM)Subscription Wrote: [ -> ]Image wont work for me. Could you please try to fix it.
The link for that "image" is "http://localhost/test.php" which is..
Not going to work.
Unless you have XAMPP installed, running Apache and you made a file in your localhost named test.php and has an image in it.