Forum Moderators: not2easy
.box {
BORDER-RIGHT: #660000 1px dashed; PADDING-RIGHT: 10px; BORDER-TOP: #660000 1px dashed; PADDING-LEFT: 10px; PADDING-BOTTOM: 1px; BORDER-LEFT: #660000 1px dashed; PADDING-TOP: 10px; BORDER-BOTTOM: #660000 1px dashed
}
in my css script I call styles.css and I set one of my table's class as .box.
When I preview the file in my computer it shows a nice dotted box, but after I uploaded the files into my web server, the box is gone. The rest of the styles are properly displayed but not the box, anyone knows why is there a difference between previewing on my computer and uploading it to the web?