/ Published in: CSS
from Eric Myers toolkit
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* =Diagnostics ----------------------------------------------- */ /* Outline DIV */ /* div { border: 1px dashed red !important;}*/ /* Style Attribute */ /**[style] {border: 1px dashed red !important;}*/ /* Table Show*/ /*table {border: 1px solid red !important; margin: 3px !important;} th {border: 1px dotted red !important;} td {border: 1px dotted purple !important; padding: 2px !important;}*/ /* Font POP! */ /*FONT, FONT * {font-weight: bold !important; color: yellow !important; background: red !important; border: 3px solid lime !important; padding: 0.25em !important;}*/ /* No ALT!*/ /*img {border: 3px solid red !important; padding: 2px !important; background: lime !important;} img[alt] {border-width: 0 !important; padding: 0 !important;}*/