I need help with the coding of the links.
I am trying to get only one link on a line.
Like This One.
This Is My Coding for my layout:
body{background:#fff url('http://img182.imageshack.us/img182/7577/bodybg2in2.png') repeat-y;text-align: normal;margin: 00px 0 00px 0}
div,body{font: 9px georgia;color: #969593;line-height: 11px;}
ul{list-style-type:circle;color:000;line-height: 12px;}
#content{position:absolute;width:750px;left:165px;top:480px;z-index:1;}
#side1{position:absolute;width:156px;left:2px;top:480px;z-index:2;}
#side2{position:absolute;width:164px;left:922px;top:479px;z-index:2;}
#content h1{background-color: pink;letter-spacing: 0px;font-family: arial black;font-size: 9px;color:hotpink;font-weight: normal;padding-top: 4px;padding-bottom: 4px;margin-bottom:6px;margin-top:0px;padding-right:6px;text-align: right;text-transform: uppercase;border-bottom: 1px dotted #9ca892;}
#content a:hover{text-decoration: none;color: purple;font-weight:none;letter-spacing:0px}
#content a:link,a:active{text-decoration: none;color: #000;font-weight:none;letter-spacing:0px;}
#content a:visited{text-decoration: none;color: #000;font-weight:none;letter-spacing:0px;}
#side1 h3{background-color: hotpink;letter-spacing: 0px;font-family: arial black;font-size: 9px;color:pink;font-weight: normal;padding-top: 4px;padding-bottom: 4px;margin-bottom:6px;margin-top:0px;padding-right:6px;text-align: right;text-transform: uppercase;border-bottom: 1px dotted #9ca892;}
#side1 a:hover{text-transform : none;border-bottom: 1px dotted #000000;color: purple;font-weight:none;letter-spacing:0px;}
#side1 a:link,a:visited,a:active{text-decoration: none; text-transform : none;color: #000;font-weight:none;letter-spacing:0px; line-height: 11px;background:brown;}
#side2 h3{background-color: #dfe0df;letter-spacing: 0px;font-family: arial black;font-size: 9px;color:p;font-weight: normal;padding-top: 4px;padding-bottom: 4px;margin-bottom:6px;margin-top:0px;padding-right:6px;text-align: right;text-transform: uppercase;border-bottom: 1px dotted #9ca892;}
#side2 a:hover{text-decoration: underline; text-transform : none;border-bottom: 1px dotted #000000;color: purple;font-weight:none;letter-spacing:0px;}
#side2 a:link,a:visited,a:active{text-decoration: none; text-transform : none;color: #000;border-bottom: 1px dotted #000000;font-weight:none;letter-spacing:0px;}
That is the coding I have. I don't know what I should change. Ask me if you need all of the code inclueding the text.
I am trying to get only one link on a line.
Like This One.
This Is My Coding for my layout:
CODE
body{background:#fff url('http://img182.imageshack.us/img182/7577/bodybg2in2.png') repeat-y;text-align: normal;margin: 00px 0 00px 0}
div,body{font: 9px georgia;color: #969593;line-height: 11px;}
ul{list-style-type:circle;color:000;line-height: 12px;}
#content{position:absolute;width:750px;left:165px;top:480px;z-index:1;}
#side1{position:absolute;width:156px;left:2px;top:480px;z-index:2;}
#side2{position:absolute;width:164px;left:922px;top:479px;z-index:2;}
#content h1{background-color: pink;letter-spacing: 0px;font-family: arial black;font-size: 9px;color:hotpink;font-weight: normal;padding-top: 4px;padding-bottom: 4px;margin-bottom:6px;margin-top:0px;padding-right:6px;text-align: right;text-transform: uppercase;border-bottom: 1px dotted #9ca892;}
#content a:hover{text-decoration: none;color: purple;font-weight:none;letter-spacing:0px}
#content a:link,a:active{text-decoration: none;color: #000;font-weight:none;letter-spacing:0px;}
#content a:visited{text-decoration: none;color: #000;font-weight:none;letter-spacing:0px;}
#side1 h3{background-color: hotpink;letter-spacing: 0px;font-family: arial black;font-size: 9px;color:pink;font-weight: normal;padding-top: 4px;padding-bottom: 4px;margin-bottom:6px;margin-top:0px;padding-right:6px;text-align: right;text-transform: uppercase;border-bottom: 1px dotted #9ca892;}
#side1 a:hover{text-transform : none;border-bottom: 1px dotted #000000;color: purple;font-weight:none;letter-spacing:0px;}
#side1 a:link,a:visited,a:active{text-decoration: none; text-transform : none;color: #000;font-weight:none;letter-spacing:0px; line-height: 11px;background:brown;}
#side2 h3{background-color: #dfe0df;letter-spacing: 0px;font-family: arial black;font-size: 9px;color:p;font-weight: normal;padding-top: 4px;padding-bottom: 4px;margin-bottom:6px;margin-top:0px;padding-right:6px;text-align: right;text-transform: uppercase;border-bottom: 1px dotted #9ca892;}
#side2 a:hover{text-decoration: underline; text-transform : none;border-bottom: 1px dotted #000000;color: purple;font-weight:none;letter-spacing:0px;}
#side2 a:link,a:visited,a:active{text-decoration: none; text-transform : none;color: #000;border-bottom: 1px dotted #000000;font-weight:none;letter-spacing:0px;}
That is the coding I have. I don't know what I should change. Ask me if you need all of the code inclueding the text.


