Posts by Tandy • 33 points
7 posts
-
1
votes1
answer80
viewsQ: Flexbox Horizontal List
Good afternoon, everyone! I’m looking to line up a list ul so that their li stay left and last li stay right. I’m not able to do this, someone could help me. I could make it easier if I split this…
-
-1
votes1
answer112
viewsA: Change input value Number dynamically
I found the answer! Just include the button type in the button type="button" so that it does not re-load on the page.
-
0
votes1
answer112
viewsQ: Change input value Number dynamically
Good morning guys! I’m new at this, I want the value of my input to disappear or subtract with clicking on the buttons. But it’s not working... And when I make the change manually and click on any…
-
-2
votes2
answers3801
viewsQ: Excel - VBA - Image in the E-mail Body - GMAIL
Excel VBA - EMAIL using GMAIL Good morning, everyone! I need to send an image in the body of the email, at the moment I am using the code below, as I do to include an image at the end of the text? I…
-
1
votes1
answer194
viewsQ: JS Multi-parameter function that returns an HTML
Updated: Based on SAM’s answer, let me clarify what I need. Considering only JS, I want a variable that saves a text as follows: var x = "any text"+function(y parameters)+"plus a little text and the…
-
0
votes1
answer44
viewsQ: List within the Section
I have a section limited in size and I have some "radio" options inside it. I want those options to stay within Ction. When it gets big, I want a scroll bar inside section to view all options.…
-
1
votes1
answer122
viewsQ: Save image URL inside the value of a radio input
I need to take the value of one radio and use it to call an image, follows example below: function raceimg(elemento){ document.getElementsById("raceimgchange").src = elemento.value; };…