Posts by Luiz Gustavo • 41 points
3 posts
-
0
votes0
answers475
viewsQ: Accent and HTML problems with Node.js
Guys, I’m creating a Microsoft Bot for Messenger, but I’m having problems with the emphasis on the texts and the html is being displayed in the reply. Code: switch (session.message.text) { case…
-
1
votes2
answers72
viewsA: Logo and title bugados when resizing the window
Try to use the bootstrap to position.. would look that way: <div id="header"> <div id="header-logo col-md-12 col-xs-6"> <h1> <img id="logo" src="img/logo.png" alt="Logo da…
-
3
votes2
answers278
viewsA: Move a div to left or right with the Bootstrap library
Bootstrap’s not so different, Richard. Just use the pull-right and pull-left classes as in the following example: <div class="container"> <div class="row"> <div class="pull-right">…
bootstrapanswered Luiz Gustavo 41