Questions tagged as 'css'

2
answers

Problem with css styles when passing variables by GET in PHP

I am sending a variable through the GET method in PHP, it receives it and executes the actions correctly, the problem is with the CSS styles, the procedure is as follows: 1- Send $ id through the GET method from AppTarea / index.php <div...
asked by 23.11.2017 / 23:37
1
answer

add a select to a modal

I've attached the modal in case somebody can help me thk is in the priority modal ?php if (isset($con)) { ?> <div class="modal fade" id="myModal20" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class=...
asked by 03.10.2017 / 22:21
0
answers

image style not working after injected html img src tag

Que Tal! Could someone help me with this topic? I have a web with a slider in front that presents 5 fixed images and which I want to assign with a random index. As I move down the page, I have another gallery of 20 images. In both cases I...
asked by 30.09.2017 / 01:43
1
answer

Video width does not work

link I try to modify the width and it grows but until the height grows I do not know what I could do or if I'm doing it wrong, example is like this Now just modifying the width grows as a whole and not just the width CSS @f...
asked by 29.09.2017 / 16:54
2
answers

Less variables are not replaced when compiling and error occurs

I am using less for the first time and I am having some problems. It's a MVC project and I'm using dotless and System.Web.Optimization.Less . I have registered a bundle to include all my files less and return a single minimized file to t...
asked by 27.09.2017 / 10:49
2
answers

Center the td of html in a table [duplicated]

<!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> tr{ text-align: center; background-color: red; } td{ padding: 50px...
asked by 04.10.2017 / 01:07
0
answers

Beautiful Soup or Selectors in Python

Good morning For my scraping projects I have been using a combination of selenium with beautiful soup. Once the html was converted into plain text, I used .find() and .find_all() to move around the info I wanted. The thing is...
asked by 18.10.2017 / 12:19
0
answers

Multiple custom fonts, one does not work

I have multiple sources added with css on a page, but one of them (Monserrat Bold) is not reflected as you can see in the images It should be seen at the top of the image but it appears here the css code that I have @font-face{ fon...
asked by 21.09.2017 / 17:15
1
answer

Error when placing Mailchimp form

When I try to put this form in the layout of my blog in blogger I get these errors:    XML parsing error, line 3958, column 240: Attribute name "novalidate" associated with an element type "form" must be followed by the '=' character    XML...
asked by 19.09.2017 / 23:33
1
answer

Drupal 7 does not catch me css file in form

I'm doing a form in Drupal 7, in a custom module created by me. My module has a name like example_auxiliar_resource (the folder that goes into modules), but then in the .info I specify it correctly: Example Auxiliary Resource . In a par...
asked by 19.09.2017 / 13:49