Posts by Marcelo Matzembacher • 119 points
4 posts
-
1
votes3
answers402
viewsA: Responsive Design - Text on img background
If you are going to work responsibly, I advise you to use Grid. I particularly prefer to work with Fundation than with Bootstrap, but this varies according to the taste of each. With Fundation you…
-
4
votes1
answer608
viewsA: How to change an image’s LINK by CSS
Via CSS you will not be able to pass values to an attribute <a href=""> html. You can only do this through HTML or Javascript.
cssanswered Marcelo Matzembacher 119 -
0
votes3
answers116
viewsA: Doubt about how <header> is interpreted
You can set in your header some information that will be indexed by the searchers, but will not be displayed to the user. Example: <!DOCTYPE html> <html lang="en"> <head> <meta…
-
6
votes1
answer167
viewsQ: Problem with links in the ckeditor
When I add one link of the kind www.google.com?var=1&var=2&var=3 in the Ckeditor it automatically inserts & leaving the link as follows: www.google.com?var=1&var=2&var=3…