Quote:
Originally Posted by LgsOfChampions
I did what was asked, still not working right. Here is a pic, dunno if this helps
click here for pick
|
You have a "comment" in your CSS:
Code:
// sidebar who is on currently on line for staff
But "//" does not work as a comment in a CSS stylesheet so it is ruining the lines below it.
Remove the "comment" completely or change it to an HTML comment:
Code:
<!-- sidebar who is on currently on line for staff -->