Page is a not externally linkable
EfeBuyuran - 12:13 pm on Sep 18, 2011 (gmt 0)
Feeding your enemy's url into the validator so you can snicker about the number of errors is a time-honored form of innocent entertainment.
By obvious analogy, insurance is a waste of money. I hate to think how many thousands I've thrown down the tubes over the years, just to cover eventualities that didn't happen.
@Lucy, if you think of it that way, you should definetly validate your pages. Happy coding for you!
@alt131
I agree with you but I'm not comfortable to be forced on that. People should respect my rights of unvalidation. Also, my real life name is Efe. You can just call me that.
So the function of !important is overriding default stylesheet settings then. Doesn't that apply automaticly when you define your own values? I've seen it in use before but never understood it. Isn't that the same function of reseting css (http://meyerweb.com/eric/tools/css/reset/?
Is this expansion enough?
<HTML>
<div class="div14">
<div class="div15">
<div class="div16"><input type="text" value="Name..." /></div>
<div class="div16"><input type="text" value="Email..." /></div>
<div class="div16"><input type="text" value="Website..." /></div>
</div>
<div class="div17"><textarea>Message...</textarea></div>
<div class="div18"><input type="submit" name="submit" id="submit" value="" />
</div>
</div>
</HTML>
- CSS
.div14
{ width: 566px; height: 300px; margin: 0 auto; }
.div15
{ width: 244px; height: 300px; float: left; }
.div16
{ width: 218px; height: 18px; padding: 8px 13px; margin-bottom: 20px; background-image: url(img/input_field2.png); }
.div16 input[type="text"]
{ width: 180px; height: 18px; padding: 0; margin: 0; outline: none; color: #fff; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; border: none; background: none; }
.div16 input[type="text"]:focus
{ outline: none; }
.div17
{ width: 302px; height: 200px; float: right; }
.div17 textarea
{ width: 274px; height: 182px; padding: 9px 14px; margin: 0; outline: none; color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: none; background-image: url(img/textarea2.png); resize: none; line-height: 18px; overflow: auto; }
.div17 textarea:focus
{ outline: none; }
.div18
{ width: 302px; height: 30px; float: right; margin-top: 20px; text-align: right; }
.div18 input[type="submit"]
{ width: 100px; height: 26px; background-image: url(img/submit_button2.png); background-color: transparent; border: none; padding: 0; margin: 0; cursor: pointer; }
.div18 input[type="submit"]:hover
{ background-image: url(img/submit_button_hover2.png); }