Questions tagged as 'html'

1
answer

How to Insert Insert MYSQL if it is Upload or URL

Hello, I would like to know how to do a mysql insert, but the way I did it, I just used the javascript just to change the imput URL to the File, that is, I am trying to work on the same imput name, however I have doubts what to do in the case if...
asked by 01.12.2018 / 12:44
2
answers

How to use a border image (or character) via CSS?

I have a tag with text inside that I would like to use the% c key as the border for this text. Code: .indicacoes { font-family: 'AmaticBold'; font-size: 40px; margin-top: 30px; text-align: center; } <div class="container">...
asked by 23.11.2018 / 05:56
2
answers

Prevent refresh after submitting on PHP pages

Good evening, everyone! I have a question and would like help, tips and more. I have a basic HTML form that sends the data through the POST method to the same page, ie I submit it to the page itself. Since this page has actions in Javascript, af...
asked by 27.08.2018 / 05:44
1
answer

Navigation menu items overlapping content

I'm working on building a website using php and html and for easy browsing, I've separated the menu from the index into another file and am calling it with the include_once inside the body's index. It turns out that when I add any other content...
asked by 19.07.2018 / 02:32
1
answer

JavaScript function breaking image

Hello; I'm having a Technician project, and it has a list of games in it, I want to make it when I hover over the image, so I have the following: foreach ($lista as $jogo){ echo (' <div class="quad-Jogo box"> &...
asked by 26.07.2018 / 01:16
1
answer

Login Page

I'm learning angular. I'm using angle 6 I'm trying to make the LTE Admin login page I imported these files into angular.json "styles": [ "node_modules/admin-lte/bower_components/bootstrap/dist/css/bootstrap.min.css",...
asked by 15.08.2018 / 01:30
1
answer

Error 404 (Not Found) on Facebook

I have a problem when sharing a site's links on facebook because the links are right and the following site message appears when sharing:    Error 404 (Not Found) !! The site is in wordpress and exists correctly in addition to having all...
asked by 17.03.2014 / 21:41
2
answers

Vertical text in table

I am reproducing a pdf: But I need to put this vertical text which is in the image, I wanted to know how to leave it vertically, in the same image format only using table, and not use div.     
asked by 12.07.2018 / 21:18
1
answer

Tab with jquery

How do I tabulate a sentence and put it one underneath the other? Let me explain: I'm using this code to add inside a div: <script type="text/javascript"> $(document).ready(function() { $('#cbo_vitrine').change(function(){ itemsel...
asked by 08.06.2018 / 02:03
1
answer

How to create a frame with text mid page? [closed]

HowdoIcreateframesthatarethesame,alsowithabitoftransparency? I was kind of doing this basic work.     
asked by 10.05.2018 / 21:03