Questions tagged as 'html'

1
answer

Get all texts without html tags and / or PHP with regex [duplicated]

I am looking to create a regular expression to get texts that do not contain html and / or PHP tags within a string. <div class="my_class"> <div class="copy"> © 2018 Texto </div> </div> So far,...
asked by 27.08.2018 / 14:43
1
answer

Remove text "body" from the footer in WYSIWYG editor

I'm working with a ckeditor, and everything works fine, but I would like to know, how can you erase the body tag so that it does not appear once you start typing. I add my code <div class="col-sm-12"> <textarea id="ckedit...
asked by 20.06.2018 / 22:40
3
answers

How to pass values through AJAX of a Select using the ONCHANGE

I have this .php that sends the chosen value of a select <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8" /> <title>pasar valores con ajax</title> // Aquí esta la referencia a jque...
asked by 19.06.2018 / 20:48
1
answer

rowspan in table html does not work

I have a table that I want the first columns to be one with the first row, but the rowspan does not work: <table border="1"> <thead> <tr> <th style="width: 97px;"></th>...
asked by 19.06.2018 / 15:59
1
answer

problem with selector with space, selenium python

I have a problem with the selectorer, which has a space at the beginning: I have something like this on html: <div class=" _xyz"></div> and in python I do this: driver.find_elements_by_class_name(' _xyz') or this...
asked by 16.06.2018 / 18:15
1
answer

regular expression that accepts numbers from 0-9 and the $ sign

I'm trying to make a text-type field only accept this format <input type="text" class="form-control s18 no-pad displayInlineBlock" id="tarifa" name="tarifa" maxlength="30" required pattern="[^a-zA-Z0-9]"> example: $ 12,000.00 So far...
asked by 15.06.2018 / 18:46
4
answers

How to get a footer to stay in the background without exceeding other elements?

I'm having trouble placing it now with the absolute attribute, the problem is that because of this it works as if it were transparent and the objects go through it. link I would like to keep a space so that this does not happen. I'm u...
asked by 15.06.2018 / 14:50
2
answers

how do I make my messages show from bottom to top

I'm creating a chat but the only problem I need is to put the effect that characterizes a chat and is that the messages go from bottom to top. I have it like this: recently published no.2 no.3 - send message - but I want i...
asked by 01.07.2018 / 04:05
1
answer

Interpret html tags in a php or twig string

If I have a string in php / twig that has html tags <p> hola que tal </p> How do I load the page to show the content according to the tags instead of printing it as is with the tags?     
asked by 02.07.2018 / 14:45
1
answer

input checkbox disappears

I removed the effect that the browser does when entering or selecting an input, but now I have problems with the checkbox type, it disappears when I select it, I have tried several things but I can not get it to stay. I appreciate the help...
asked by 30.06.2018 / 19:12