I have several more problems I'm trying to solve & figure out what in the world I'm doing wrong! :cursing:
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>Image</title>
<style type = "text/css">
body { background-color: #800080
text-align: center;
font-family: arial, sans-serif;
padding: .5em;
margin: .5em }
h1 {font-family: verdana, sans-serif}
h2 {font-family: verdana, sans-serif}
</style>
</head>
<body>
<p>
<div class = "dashed">Dashed border</div><hr />
Just a sample of what a CSS text should look like.</p>
</body>
</html>
More...
Started by divaliya, Apr 22 2010 04:55 PM
3 replies to this topic
#1
Posted 22 April 2010 - 04:55 PM
|
|
|
#2
Posted 23 April 2010 - 10:02 AM
could you explain what are you doing here ? what do you want to do :p
#3
Posted 23 April 2010 - 12:27 PM
Hello...I'm trying to get the dashed border to work...currently in a class & though I'm following instructions-obviously not well-I'm struggling w/getting my programs to work, so I'm seeking more help!
:lol:
:lol:
#4
Posted 23 April 2010 - 02:18 PM
in
<div class = "dashed">Dashed border</div>
you used a css class called "dashed" which doesnt exist, you should put it in your style tag
<div class = "dashed">Dashed border</div>
you used a css class called "dashed" which doesnt exist, you should put it in your style tag
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript


Sign In
Create Account

Back to top









