Questions tagged as 'html'

1
answer

I can not style and center the menu text

Good afternoon, I'm putting a set menu on my blog, this is the image. Thetextnexttothehomeiconiswithoutstyle,howdoIstylethistextbyleavingitcenteredandspaced,changethefontcolor,andputhover?That'sthecode./*---TOPFIXEDMENIUBLOGGER--------------...
asked by 09.12.2015 / 21:27
1
answer

Login to an external system using ASP.NET MVC

I need to implement a way for my system (written in ASP.NET MVC) to log in from an external system to which I do not have the source code. This external system uses uses the same users of my system. How do I log in to the system on my other syst...
asked by 14.09.2016 / 15:11
1
answer

Turbinating the bootstrap carousel

To add own events in Carousel of bootstrap , use the $('#myCarousel').on('slide.bs.carousel', function () { }) I would like to know how I can get the text to receive or lose opacidade according to the grandfather elemen...
asked by 23.01.2017 / 18:57
1
answer

How to make the "Home" and other slots render the home page of my html document? [closed]

Best wishes! I created a html-css navigation bay with the following features: <ul class "nav"> <li><a href="# n a"> Home </a></li> <li><a href="# n b"> Contacto </a></li> </ul>...
asked by 22.01.2017 / 23:04
1
answer

PHP - Sending background request (SMS HTTP API)

I am making a form which once it is sent, it should send an SMS thanking the contact for the number in which it was informed on the form.    I have the following form: <form action="processa.php" method="post"> <div>...
asked by 04.01.2017 / 08:53
1
answer

Remove all attributes from HTML [closed]

I have a file of approximately 60000 lines and I need to remove all attributes from the HTML file. Do you know the name of any application, notepad plugin, or any way to automate this process? Thank you! Exemplo: <td height="20" align="l...
asked by 28.09.2018 / 13:14
1
answer

Website opening horizontal margin how to solve [closed]

I'm making a website that is almost ready and it's opening horizontal margin, I've already used body{ background:#CCCCCC; overflow-x:hidden; } But it did not work, is there any way to open the border without horizontal content?...
asked by 10.06.2015 / 18:35
3
answers

Ajax opening content without refresh

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" cont...
asked by 28.05.2015 / 20:01
2
answers

Giant Scroll [closed]

My site has a huge scroll, surpassing the content of the site and showing a white background. I have already tried setting a max-height in the html tag but it has not changed at all link     
asked by 08.05.2017 / 08:44
1
answer

Call PHP function on page onload [duplicate]

I want to call a PHP function that is in the same file. I tried this within the HTML code. <?php select($dir, $base); ?> And my PHP function: function select($dir, $base){ $base_hndl = new SQLite3($dir.$base);...
asked by 25.10.2014 / 20:14