Questions tagged as 'tags'

3
answers

How to extract specific text from a string via JavaScript

Doubt related to how to remove only part of the text after my tags p: and r: I'm developing an application similar to chatbot simsimi and for testing purposes I'm storing the questions and answers in a var within the script. In...
asked by 29.04.2017 / 04:21
2
answers

HTML Tag in Helper Razor

I have HTML code: <label class="labelinput">Nº Compra<em>*</em></label> Moving on to Helper ran as follows: @Html.Label("Nº Compra:", new {@class = "labelinput"}) But I could not add the <em> tag to...
asked by 11.09.2015 / 15:35
0
answers

scroll wheel and to the div that is below

Good morning people. I'm developing a website and I have a problem. I want to make the site presented some products, and I want it when scrolling the site scrolls say a certain size stopping at the position I want. Let's say the page rolls...
asked by 09.12.2014 / 21:34
1
answer

What's the difference between document.querySelector and getElementsByTagName?

I would like to know the differences in the use of these two commands, because for min that I am in the beginning of the study very similar and even equal in some moments, but having different nomenclatures one must have differences between the...
asked by 27.08.2018 / 16:19
1
answer

Questions about Markup Validation errors W3C

This validator does not provide any information as to what place it could be to fix it. I know you have Line 233, Column 10, but it can be from anywhere. Is there a method or something to know how I find out what file the problem is in? I hav...
asked by 29.05.2014 / 19:18
1
answer

I can not create a paragraph! HTML [closed]

I create a <p> and write the paragraph inside it, but when I open the page there are no line breaks, the sentence continues only in one line. <!DOCTYPE html> <html> <head> <meta charset="utf-8"/>...
asked by 28.06.2017 / 03:40
1
answer

How to concatenate html tag in php? [closed]

$t ='<span style=\"color:#FF0000;\"> '; $t. "texto '</span>' "; echo $t; The above code does not work, nothing is printed. I believe the problem is at the closing of tag span . How to solve?     
asked by 05.12.2016 / 00:19
2
answers

How to use HATBM with various models

I will have the model Tag it will have relationship HABTM with POSTS . But I want it to also have HABTM relationship with USERS because my goal is in the future to find posts that have the same tags as the us...
asked by 01.12.2014 / 02:14
1
answer

I can not align thead with tbody in my table with SQL query

I have the following table header: <?php echo ' <div style="height:65px"> </div> <table id="oie" border="1" class="minha-table"> <thead class="headerr" style="position:fixed;"> <tr sty...
asked by 22.10.2018 / 21:10
0
answers

I need to map this image to use in the app and use the buttons to click and be routed to the place by clicking

I need to map this image to use in the app and use the buttons to click and be routed to the place by clicking     
asked by 25.07.2018 / 16:21