-2
]1
I tried to put height:100% but nothing changed
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/frontend/ficha_emergencia.css') }}" />
</head>
<body class="body" style="border:0; margin: 6;">
<table class="onu firstPage" width="100%" height="100%" border="0">
<tr class="title">
<td colspan="3">FICHA DE EMERGÊNCIA</td>
</tr>
<tr>
<td width="33%">
<div class="line">
<span class="label">Importador/Expedidor:</span>
</div>
<div class="line">
<span class="label">Endereço:</span>
</div>
<div class="line">
<span class="label">Telefone:</span>
</div>
<div class="line">
<span class="label">Telefone de Emergência:</span>
<br></br><br></br>
</div>
</td>
Follows the Css
body, .body
{
font-family: Roboto;
/*padding: 10px;*/
text-align: justify;
/*width: 780px;*/
}
.firstPage
{
border-left: 30px solid red;
border-right: 30px solid red;
}
td
{
font-size: 7pt;
/* vertical-align: top; */
height: normal;
}
.title
{
font-size: 8pt;
text-align: center;
}
.label
{
font-size: 7pt;
font-weight: bold;
}
/*td
{
}*/
.border td
{
height:9pt;
border-top: 1.4px solid black;
border-bottom: 1.4px solid black;
}
.borda td
{
border-top:1.4px solid black;
}
.group
{
font-size: 9pt;
text-align: center;
}
What space do you refer to?
– user60252
The header the image so does not reveal right, you have to click on it to see,
– Jalis Lucian Diehl
where is the css?
– user60252
Young tries to explain your problem better, even with the picture is not clear to understand what you want
– hugocsl
There’s a blank spot in the header I can’t get out.
– Jalis Lucian Diehl
In fact I want the html to be without margin against the top, I tried to put margin-top:0px;
– Jalis Lucian Diehl
tries to place an edge on the elements so you can better visualize what is happening. Note: maybe the vertical-align css is the solution
– Icaro Martins
you have a style in the body that gives a margin of 6, remove it
– Alvaro Alves
https://answall.com/questions/275368/por-que-html-body-e-n%C3%A3o-only-body-to-eliminate-the-margins-of-p%C3%A1gina
– hugocsl