Sunday, March 9, 2008
Saturday, March 8, 2008
Thursday, January 3, 2008
Cross-browser compatibility
After designing my blog in Mozilla, I realized that it doesn't look good in Internet Explorer. What I can do is to include the following code in my head section.
<!--[if IE]>
<style type='text/css'>
#main-wrapper{
margin-left:20px;
}
#sidebar-wrapperR{
margin-right:20px;
}
#sidebar-wrapperL{
;
}
</style>
<![endif]-->
You can google with the search phrase "Cross-browser compatibility" for more help. One such good article can be found here.
<!--[if IE]>
<style type='text/css'>
#main-wrapper{
margin-left:20px;
}
#sidebar-wrapperR{
margin-right:20px;
}
#sidebar-wrapperL{
;
}
</style>
<![endif]-->
You can google with the search phrase "Cross-browser compatibility" for more help. One such good article can be found here.
Monday, December 31, 2007
Adding Amazon Product Link - Image Only
Instead of putting the following product preview HTML code/script after the content and before <body> as suggested in Amazon website, you can insert it in the last blogger page element containing the product link code. That is, you may have a few Amazon product link page elements in your page. You only need to add the script in the last page element.
Tuesday, December 18, 2007
Tipbits - First Bite
I decided to move my various posts on blogging tips and tricks to a new blog since it is cluttering my main blog.
I started blogging in August 2007 knowing nothing at all in the beginning. I learned from the Internet forums, blogs and other fantastic websites. As I went along, I learned a couple of new things in HTML and CSS codings and took some notes in my main blog - Susu Kacang Cafe.
I am fairly slow in progress because I have to babysit my daughter during the day and then catch up on my reading on Internet Marketing. So when I see my stats improving even a tiny little bit, I am very motivated already.
So today is the official opening ceremony and of course, you are welcomed to have susu kacang anytime.
I started blogging in August 2007 knowing nothing at all in the beginning. I learned from the Internet forums, blogs and other fantastic websites. As I went along, I learned a couple of new things in HTML and CSS codings and took some notes in my main blog - Susu Kacang Cafe.
I am fairly slow in progress because I have to babysit my daughter during the day and then catch up on my reading on Internet Marketing. So when I see my stats improving even a tiny little bit, I am very motivated already.
So today is the official opening ceremony and of course, you are welcomed to have susu kacang anytime.
Subscribe to:
Posts (Atom)