Questions tagged as 'html'

2
answers

How to organize the columns in a table

Is there a way to do colspan for half a column?! <table border="1"> <tr> <td> ola </td> <td> ola </td> <td> ola </td> <td> ola </td> </tr>...
asked by 30.12.2017 / 16:50
1
answer

How to display the saved image in the database in my html code

I have a mysql database created in phpmyadmin, already saved the path of the images, also in an image table with id and name (img), now I would like to know how to display these images in the respective places in my code html ... this is a part...
asked by 30.12.2017 / 13:44
1
answer

Problem leaving a responsive section

I'm having trouble leaving a 100% responsive section it looks like this: Whenyouzoomoutofthepageitlookslikethis: Code: .fundoserv { display: block; overflow: hidden; background-position: top center; background-color: #F0F0F0; width:...
asked by 03.01.2018 / 01:51
1
answer

How to use line-height with percentage?

There are two examples one with PX and the other with% but I do not know how to do it using% what I put in everything2 to be equal to everything1? #tudo1{ background: blue; width: 20%; height: 50px; margin-bottom: 30px; } #ma...
asked by 30.12.2017 / 13:42
1
answer

How to Set Max Height and Exact Position of a Button on a DIV on Page

   I would like to know how to put the red X button on top of the div How are you? HowIwantyoutostay: Currentlytheclassofmybuttonislikethis:position:absolute;top:9%;right:2%;Whenputtingthisclass:top:-9%;right:2%;width:24px;height:24px;...
asked by 02.01.2018 / 14:18
1
answer

I'm trying to do a dropdown in html

I'm trying to implement a DropDownList in a View of mine that is for form, but I need the value selected to go to ViewBag . This is my View where there is " Selected Car ", it would need to transform my from Textbox...
asked by 02.01.2018 / 19:29
1
answer

Problem with body and tag background-attachment: fixed;

@import url('https://fonts.googleapis.com/css?family=Paytone+One'); html,body { height: 100%; /* é necessário definir o height 100% no html, body ou qualquer elemento que estiver entre o body e o .container */ padding: 0; ma...
asked by 03.01.2018 / 21:42
1
answer

How to link files in different folders?

I'm having trouble linking two HTML pages, the folder hierarchy is this: Iwanttolinktothefile:J:\Totem_App\XPLACES\access\cid_vitoria\1_acru.html<ahref="/../../00_menu_vitoria_xingu.html" target="_parent" class="bcontraste">LINK</a...
asked by 26.01.2018 / 13:42
1
answer

How to insert / save RTF string - ASPxRichEdit

In my application, I search the database for a string that contains RTF and needs to load it into ASPxRichEdit. And, when necessary, save the contents of the ASPxRichEdit into an RTF string to store in the database. How can I do this in C #?...
asked by 26.01.2018 / 14:35
1
answer

HTML5 Video not running on mobile

I'm creating a project in which I have a video scrolling in the page in the background, the desktop version is working perfectly, but in mobile the video does not execute and only the blue screen (div I put to give an opacity in the video). &l...
asked by 27.01.2018 / 02:54