Questions tagged as 'html'

2
answers

Show answers randomly without repeating and post method

Well, I have the following list of answers taken from my database. And for the right question not to be in the same place, I did a random to show the results randomly. But the problem is that by listing, the results also repeat themselves, and I...
asked by 19.01.2017 / 16:45
1
answer

How can I send more than one value from several radio buttons to the database?

The questions are all taken from the database, but I can not send more than one, and when I send, it does not even enter the database. Shipping Code: <?php if (!isset($_SESSION)){session_start();} echo $resposta=$_POST['r...
asked by 19.01.2017 / 20:38
0
answers

Options for Safari Browser

Hello, I use some CSS classes to align objects on the screen: height: 65vh !important; display: flex; align-items: flex-end; justify-content: center; However in Safari some of these classes do not work in Safari. I would like...
asked by 12.01.2017 / 19:35
1
answer

HtmlAgilityPack - does not format correctly

In my webservice, I always need to format the HTML that I receive. To make sure it gets correctly formatted I use the HtmlAgilityPack . HTML I get: <p> <div> <b>text:</b> <img alt="" height...
asked by 12.01.2017 / 20:27
1
answer

Object loads on some phones and on others it does not load

Good afternoon, my site is with the object below on line 12965: <script> var _cFieldFrame = document.getElementById("customFieldFrame_67"); _cFieldFrame.src = "//widgets.jotform.io/imagePicker/?qid=67&ref=" + encodeURIComponent...
asked by 14.01.2017 / 17:43
2
answers

Navigating between URLs with Javascript (changing url value)

Good evening, I'm trying to make a javascript command that redirect to an html page and add some characters in the final text, eg:    index.html After the command (take the previous value of the link and add + abcd at the end):    inde...
asked by 14.01.2017 / 03:08
1
answer

Assign dynamic names

I have a test in my database, and every question has its answers (Right, Wrong1, Wrong2, Wrong3). I can list the questions in different forms, but my problem is to list responses in radiobuttons with different names. Since everyone has th...
asked by 16.01.2017 / 14:47
2
answers

Contact form does not send some data fields

I would like a help from you, I have already checked everything here but I could not detect the error, the form can not send the data entered in the message fields and select, ie they arrive empty in the email. <h2 class="main-heading">...
asked by 03.02.2017 / 17:18
1
answer

How to leave the text aligned with the image [duplicate]

I'm creating a portfolio for myself and I'm trying to make the text straight like this link (in the about ) if you notice the text gets stuck in the first few paragraphs it looks like it was done with ruler, and those on my site are breaking...
asked by 10.01.2017 / 20:54
0
answers

Navbar - Offsite Link Boostrap

I did a JSFiddle to show my problem. The following happens: Navbar has an icon of a house, that when I click on it it does not execute the link, however if you click a little more to the left the link is executed. NOTE: If Navbar is respons...
asked by 09.01.2017 / 22:53