Posts by Luiz Gustavo • 7 points
3 posts
-
-2
votes6
answers304
viewsA: Align images to the center
To center an image by CSS, simply insert the following formatting into the code: margin: center; So your image will be centered.
-
1
votes2
answers73
viewsA: Problem with HREF import
To fix this problem, try adding the HTML page to the tag: <head> <meta charset="utf-8"> </head> So you can use the characters available in our language. If the error persists, try…
-
0
votes2
answers1505
viewsA: Clickable image redirecting to another HTML page
You can use the following code: <a href="ENDEREÇO DO SITE"><img src="ENDEREÇO DA IMAGEM"></a>