Hi All I need some css help. This is what i want it like.(Click Link to See) http://tinyurl.com/62un6vx This is my go http://tinyurl.com/68hnoh3 What am i doing wrong?
start making css classes and write css code in a css file instead of using style tags on every single little element in the html code for starters!!! Then, you have your li classed RowDivider appearing every4th row, so you get 3 sub category images and then a separator row. You want the separator row(li) tp appear efter 2 li's, NOT after 3 li's And with your specified widths on the boxes you won't need the separation at all.
I think there isn't just 'a solution'. CSS can be handled in MANY ways. It's up to your own imagination and creative to build a nice website with nice colors. Why don't you start by looking here? http://www.w3schools.com/css/default.asp It's the best source on the net, and fun to play with!
I looked at the links and can't determine the exact problem area. Could you be more specific to what you need help doing?
CSS stands for cascading style sheet, which is the general template for html. You can make single file of CSS for an entire project, so whenever you want you can change in the file and use it. You need not to made any new html file for that. so we can say that CSS provide the great functionality for designing a website.