Posts by Cezar Luiz • 211 points
3 posts
-
1
votes3
answers408
viewsA: What is the best way to create PHP-related posts?
In my opinion, the best way to create a system of related posts would be to use the concept of tags. Just like CMS’s do, for example, Wordpress. For each post you list it with tags, keywords related…
-
3
votes2
answers428
viewsA: Float:left, div falling by the width of the div
You don’t need the overflow: hidden;, removing the width and the float: right; she’s already going to the same line. The good would be for you to put a width on the two div's and leaves them in a…
-
4
votes4
answers178
viewsA: Why do my webfonts only work with Chrome?
Try using Google fonts, the Open Sans is available in it. Choose the styles you want and then just add them to your HTML code: <link href='http://fonts.googleapis.com/css?family=Open+Sans'…