Questions tagged as 'html'

2
answers

How to arrange the table so that photo and information are on the same line?

I need the image and property information contained in the table to be at the same height, but I do not know how to fix it. Here are the photos of how you are and how I wanted to: FollowtheHTMLcode: <!DOCTYPE html> <html lang=...
asked by 19.03.2016 / 16:46
1
answer

The width of my site is not the same, header is smaller than the rest. How to solve?

The width of my site is not the same as it can be seen below: Theheader(logobar,navigationandmainimage)issmallerthanthesite'scontainer,I'musingBootstrap.TheCSSwiththemeasureslookslikethis: @media (min-width: 1200px) { .container{...
asked by 14.03.2016 / 14:04
0
answers

Generate .doc document using HTML to format text and with fixed footer on all pages

I'm having a big problem generating a specific .doc file. My .doc file has a very complex table as the document header, but this header will be done in hand and will not have to repeat on all pages. Since the header is very complex, I cou...
asked by 23.03.2016 / 11:28
2
answers

How do I do SEO?

I started a blog a short time ago, but long enough already to have visitors, 2 months already, but I have none! And I've already written 10 articles! I was told that I had to invest in website SEO unless I wanted to pay Adwords. I do not underst...
asked by 12.12.2015 / 22:32
1
answer

problem with menu in firefox

Galera I mounted a table where I right click on it and open a menu. The problem is that in firefox I have to give 2 clicks. And it closes when the mouse moves. I tested it in all browsers and everything is ok. Does anyone know what it can be?...
asked by 13.04.2016 / 22:30
1
answer

Styling the Menu with CSS [closed]

Well, I'm going back here again with my question. I got a code that would cause :hover to be selected in the current page, but it is not working, could anyone tell me why? Here are the codes: <script type="text/javascript">...
asked by 07.03.2016 / 18:20
1
answer

Sharing with WhatsApp only works with ANDROID systems? [duplicate]

I have HTML code to share site content in WhatsApp: <a target="_blank" href="whatsapp://send?text=http://www.guaraparivirtual.com.br">Compartilhar</a> But it only works on ANDROID when having it on the Iphone it does not run....
asked by 16.02.2016 / 19:40
1
answer

How to return a selected value in a select?

I have this checkbox: <select id="valores_confinamento" class ="form-control"> <option value="ceu" >Ceu aberto</option> <option value="galpao" selected>Galpão fechado</option> </select> And I wis...
asked by 14.02.2016 / 16:54
1
answer

parsing HTML as PHP with Htaccess

I have a html site and I want HTML pages to be parsed as php; I'm using a .htaccess file for this. On the localhost server, it works correctly. The command is: AddHandler application / x-httpd-php .html .htm However, the online server d...
asked by 09.02.2016 / 23:26
0
answers

Page break in print

I'm making some badges and I need to break the page when I give 8 badges on the page I made a code that only skips the first page. css @page { /*margin top,direita,rodape,esquerda*/ margin-left: auto;margi...
asked by 07.02.2016 / 17:44