Category Archives: html

css: display vs visibility

ShareTip: Even invisible elements takes up space on the page. Use the “display” property to create invisible elements that do not take up space. Definition The visibility property sets if an element should be visible or invisible. Inherited: No Tip: … Continue reading

More Galleries | Leave a comment

css: word wrap

ShareSample of word wrap or break word in css word-wrap:break-word

Posted in css, html | Tagged , , , | Leave a comment

align center not working on ie

ShareLast time I was having problem aligning my website at the center when viewing on ie browser ONLY. I’ve used margin-left:auto and margi-right:auto but it didn’t work but how come on my other websites it worked! I found the culprit … Continue reading

Posted in html | Tagged , , , , , , , | Leave a comment

nofollow links

ShareI just heard about this new attribute added on links but really don’t have any idea about it. Thanks goodness to Dave Taylor that explains what is nofollow and it’s advantage on SEO. By adding this attribute rel on your … Continue reading

Posted in html, SEO | Tagged , | Leave a comment

css and email: how to do it

ShareI’ve been having problem applying css on email. I almost wanted to sleep but bumping on these articles awoke my senses. You will find tips and guidelines on these urls so please read them for their explanations on how to … Continue reading

Posted in css, html | Tagged , , | Leave a comment