CSS
Center a div vertically and horizontally on a page
by Ayush on Dec.16, 2009, under CSS, General, Web
I came across this issue of how to center an element on the website and not using the table. Using table layout is was very easy but not so obvious when we use divs. I am not going to go into details why divs not tables because it is not the intention of this article.
(continue reading…)
Guide to HTML Emails
by Ayush on Jul.11, 2009, under CSS, XHTML
This guide will tell you exactly what HTML emails are, how to make them and how to design your HTML emails.
What are HTML emails?
HTML emails are emails send with mark-up. Most of the time, an email just contains letters and words to bring over a message to the recipient. It doesn’t need any fancy colors or tables. HTML emails can be used to make the user experience more entertaining and can be used to focus the visitors’ attention to the most important parts.
(continue reading…)
CSS Conditional Comments Guide
by Ayush on Jul.11, 2009, under CSS, Code, Web, XHTML
Original article by Stefan Vervoort
As you might know, Internet Explorer 6 isn’t the most modern browser out there. In fact, it is almost 8 years old, but many people are still using this un-secure access to the web. Because of this fact, webdesigners still have to worry about how their work looks in Internet Explorer 6.
When CSS Frameworks & Templates came around, some layout problems have been fixed, but definitely not all. These problems can usually be solved via normal CSS, but sometimes it is better to only display some (style)information to Internet Explorer users only.
(continue reading…)