My CSS.Main file is listed out horizontal, not down the page WTF?

Discussion in 'CSS' started by PeterA, May 30, 2009.

  1. #1
    PeterA, May 30, 2009 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    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
     
    kk5st, May 31, 2009 IP
  3. PeterA

    PeterA Guest

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    lol,

    I fixed it. I used a free css cleaner type program that I found off google.

    Thanks
     
    PeterA, May 31, 2009 IP