Hey, My css.main file here: http://www.learn-how-to-weld.com/support-files/main.css It is listed across the page, which makes it impossible to find the code blocks. How can I get it organized back into how it was, going top of the page down in small snippets? Argggh.
It appears fine to me. Here is a snippet, with formatting as shown: body { background-color: #237FD6; background-image: url; background-repeat: repeat-x; color: #000; font-family: Arial, Verdana, sans-serif; font-size: 90%; margin: auto; max-width: 1000px; padding: 0; text-align: left; } .solid { border-bottom: hidden; border-left: hidden; border-right: hidden; border-top: 1px solid #000066; margin-left: auto; margin-right: auto; width: 100%; } .dashed { border-bottom: 1px dashed #000066; border-left: hidden; border-top: hidden; margin-left: auto; margin-right: auto; width: 100%; } Code (markup): Is that what you want? cheers, gary