Sometimes, creating a table with lots of data on the web can make webpages long and overwhelming. Enter the hero of this story, my responsive scrolling data table with alternating colors. Here is the CSS For the table. #success_table { margin-left: auto; margin-right: auto; border: 1px solid #AFB1B2; } #success_table #table_header { background:#3E4344; color:#fff; font-weight:bold;… Continue reading Styling Tables Like a Boss: Responsive Scrolling Data Tables with Alternating Colors
Month: July 2014
2 Ways to Get Directions to Your Business on Your Website
A very important part of every local business’ website is a contact us and directions page. Many have a contact us page, some even have a map on their contact us page, but wouldn’t it be easier if you page had a map with directions? I did some research, and it seems that there is… Continue reading 2 Ways to Get Directions to Your Business on Your Website