Questions tagged as 'html'

1
answer

How to remove spaces between rows in a table?

I am doing an marketing email, and everything is normal in the web version , but when I send it it gets a blank space between the lines table. Email marketing link in the web version. link     
asked by 02.08.2016 / 21:20
0
answers

DropDownList with data from an Enum

I need to do a Helper where I pass an Enum and it mounts a DropDownList based on all Enum values, I tried to do it as follows: C #: public static HtmlString DropDownListEnumFor(this HtmlHelper htmlHelper, Type _enum, string name, int value)...
asked by 24.06.2016 / 12:46
1
answer

.htacess Configuration - Dynamic Error Page

I would like to know if it is possible to generate a dynamic error page from the parameters passed to an html page and take these parameters through a javascript code? Or in any other way you do not need to create a page for each error. Examp...
asked by 17.06.2016 / 16:07
1
answer

Update JSP Excerpt via Servlet

I have the following case: I have an index.jsp file, which has the structure below: <jsp:include page="templates/header.jspf"/> <div id="view"> <jsp:include page="home.jspf"/> </div> <jsp:include page="templates/f...
asked by 20.06.2016 / 19:05
1
answer

footer hiding div with scrollbar when redimensioning the browser from top to bottom

I have a problem when I try to use an inner scroll div on my page. What happens: If I resize the browser up, the scrool icon disappears below the footer. I wanted this not to happen because when the user scrolls to read the text, it can no...
asked by 07.07.2016 / 21:31
1
answer

Multiple views with uiRouter

Hello, I'm setting up a small project for learning and I'm trying to use uiRouter, but I'm having trouble reproducing what I have in mind. Structure: meuApp |-css |-img |-js |\-app.js ||-config.js |-lib |\-angular |-views |\-dashboard.html...
asked by 25.06.2016 / 17:55
0
answers

every time I refresh add 1 item to cart

I'm working on a wordpress site and I'm having a problem. The site is based on the purchase of software - Premium, Free and for that I used a princing table . In woocomerce I created 2 products and the id of the created products I place...
asked by 24.06.2016 / 18:57
1
answer

Error parsing XML, line 3147, column 2: The markup in the document following the root element must be well-formed [closed]

I'm making some changes to a blog and this error appears when I try to save. The line where he talks about the error is the second one. <!--Copyright--> <div id='copyrights'> <div class='margin-1200'> <p>Coprights @...
asked by 26.06.2016 / 03:19
1
answer

Change the text according to the slide image

Hello, I'm messing around with HTML / CSS, I've been making a slide and I've had a doubt, probably from JavaScript. I made a mini slide of featured products, and on the side of this slide, has the text referring to the product. Is there an...
asked by 02.08.2016 / 14:29
2
answers

How to retrieve html text from the database?

I'm using the editor TinyMCE , the data is saved correctly in the database, however I do not know how to do it and display it on the screen. It's coming back to me like this. Would anyone know how to solve it? Thanks to the commun...
asked by 02.08.2016 / 14:25