Questions tagged as 'html'

1
answer

Logic: Select PHP with inverted positions in html

I would like to pull the information from the database as a title, description and image. But this way exactly in the script below. Can anyone help me with logic? <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootst...
asked by 31.08.2017 / 17:29
1
answer

Yii2 textinput () and httml :: submitButton on the same line

I need an example in Yii2 that allows me to put some submitButton and textinput () on the same line, as the example below: part of my code that mounts the buttons: <?= Html::submitButton(Yii::t('app','Voltar'), ['class' => 'btn...
asked by 31.08.2017 / 01:22
2
answers

How to open a page according to the link inserted in the input?

I want to make a form that when I put the address (URL) in a field and click the Send button go to the site entered in the field. How to do this?     
asked by 06.10.2017 / 17:15
1
answer

Create a textarea with text editing options

I need to put a textarea where the person can edit the text. Ex: choose the font size, apply bold, change the color of the text, add photos along with the text (one paragraph, 1 photo, one more paragraph, 2 photos). Can anyone help me get...
asked by 06.10.2017 / 01:01
1
answer

Dyn div - following the scroll bar of the page

I have a div that is in the second column of the page and I wanted it to become "dynamic", that is, it followed the scrolling of the page, but even with searches, I did not get anything that could help me. Div code: <div class="...
asked by 05.10.2017 / 22:41
2
answers

Javascript for Loop - Duplicate and incomplete content

I have a UL that contains some news, within it news is within li's . In this the first tag takes the Title of the news and the link of the matter. <ul> <li> <img src="" alt=""> <a href=""> T...
asked by 05.10.2017 / 22:31
3
answers

Reverse divs positions with responsive

.a-right { padding: 2%; float: right; width: 30%; margin: 0; } .a-center { padding: 2%; width: 50%; margin-left: 5%; } @media screen and (max-width: 600px){ ul.topnav li.right, ul.topnav li...
asked by 05.10.2017 / 21:38
2
answers

How to use 2 submit separately in html?

Hello, I'm doing an upload system, but when I submit in the following code both exchange the value of the ID variable. My idea is to change the value of the ID so that the folder that will be uploaded changes, as can be seen in the 1st echo, w...
asked by 01.09.2017 / 14:51
1
answer

Reports in a web application [closed]

I'm developing a web application and I'm needing a help in reporting, I'm new and I do not know what the best reporting tool is, whether through a framework, JS, javascript, or java libraries ; with a newbie in the area would like to know the be...
asked by 31.08.2017 / 21:06
2
answers

Insert text in timeline

I made a timeline using HTML and CSS and I need to add a story every year when I clicked on a particular year of the line displaying the story it contains that year, how do I do that? .DB_Timeline { padding: 0; margin: 0 auto; lis...
asked by 24.08.2017 / 01:37