Archive for the ‘ css ’ Category
For those who create and using website must be familiar with sitemap page. Usually sitemap gather all links in the site and display them structurally for ease of use. For me, sitemap is always the last to create because it’s a boring task and sometimes not even in user requirement. And when I actually get [ READ MORE ]
An easy way to change your html layout from table to css/div for those who still using “old school html table layout” First, let’s look at the table: HTML code This is Header Main Menu-Menu1 Content goes here!This is content! Looks simple and familiar enough, but is it the best? How about we change it [ READ MORE ]