Ir para conteúdo
Fórum Script Brasil
  • 0

Como eliminar espaço entre linhas ?


Glademir

Pergunta

Oi

Eu sou novo na área e peço desculpas por alguma pergunta meio boba, mas o meu conhecimento em html

resume-se a um curso ultra-rápido de 4 horas e reconheço que tenho muito que aprender, por isso vim

até vocês com este problema.

Eu elaborei uma assinatura no outlook express, testei e tudo bem, ficou assim:

xxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxx

xxxxxxxxxx

xxxxx

xxxxx

bonito, como tinha de ficar

contudo quando, coloquei no outlook a assinatura ao enviar o email ficou assim

xxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxx

xxxxxxxxxxxxxx

xxxxx

xxxxx

ao verificar o código fonte notei que a única coisa que mudou foi que a tag

<H6> </H>

mudou para

<H6> </H6>

e aí deu no que deu

segue abaixo o código fonte:

<HTML>

<body>

<table BORDERCOLOR="#FFFFFF" width=500" border="5" cellspacing="3" cellpadding="3" bgcolor=#FFFFFF>

<tr>

<td colspan="2">

<marquee behavior=left hspace="28" style="font-family: arial;" scrollamount="13" direction="left">

<img align="middle" src='C:\pintasul\barra3.jpg'/>

</marquee>

<marquee behavior=slide hspace="28" style="font-family: arial;" scrollamount="12" direction="left";>

<span style="color: blue;">

<h5>

Márcio Luz

</h5>

</span>

</marquee>

<marquee behavior=slide hspace="28" style="font-family: arial;" scrollamount="11" slide direction="left";>

<span style="color: blue;">

<h5>

Pintasul

</h5>

</span>

</marquee>

<marquee behavior=slide hspace="28" style="font-family: arial;" scrollamount="10" direction="left">

<a href="mailto:pintasul@sinos.net">

<span style="color: RoyalBlue;">

<h6>

pintasul@sinos.net

</h6>

</Span>

</a>

</marquee>

<marquee behavior=slide hspace="28" style="font-family: arial;" scrollamount="9" slide direction="left";>

<a href="http://www.pintasul.com.br">

<span style="color: RoyalBlue;">

<h6>

www.pintasul.com.br

</h6>

</span>

</a>

</marquee>

<marquee behavior=slide hspace="28" style="font-family: arial;" scrollamount="8" slide direction="left";>

<span style="color: black;">

<h6>

(51) 8462-1360

</h6>

</span>

</marquee>

<marquee behavior=slide hspace="28" style="font-family: arial;" scrollamount="7" slide direction="left";>

<span style="color: black;">

<h6>

(51) 9988-0347

</h6>

</span>

</marquee>

<marquee behavior=slide hspace="28" style="font-family: arial;" scrollamount="6" slide direction="left";>

<span style="color: black;">

<h6>

(51) 3590-2903

</h6>

</span>

</marquee>

<marquee behavior=right hspace="28" style="font-family: arial;" scrollamount="13" direction="right">

<img align="middle" src='C:\pintasul\barra4.jpg'/>

</marquee>

<DIV style='position:relative;'>

<img src='C:\pintasul\folha.jpg' height=25 width=22 style='position:absolute; top:0 px; right:424px;' />

</DIV>

<marquee behavior=slide hspace="58 style="font-family: arial;" scrollamount="5" slide direction="left";>

<span style="color: green;">

<h6>

É realmente necessário imprimir este e-mail ? <Br>

Economize papel, cuide do meio ambiente.

</h6>

</Span>

</marquee>

</td>

</tr>

</table>

</body>

</html>

Aproveitando mais uma pergunta, como impedir que eles vejam o código fonte ?

Tem algum comando específico ?

Desde já, agradeço por toda ajuda.

Abraços

Glademir

Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0

E ai beleza.

Para eliminar os espaços remova as tags <h*>

Se precisar modificar a fonte dos textos use a propriedade font-size no span.

<span style="color: blue; font-size: 14px">

Sobre o bloqueio do botão direito tem varios codigos na net. Abaixo segue um. Use-o entre o <html> e o <body>

<script type="text/javascript">

//desabilita menu de opcoes ao clicar no botao direito

function desabilitaMenu(e)

{

if (window.Event)

{

if (e.which == 2 || e.which == 3)

return false;

}

else

{

event.cancelBubble = true

event.returnValue = false;

return false;

}

}

//desabilita botao direito

function desabilitaBotaoDireito(e)

{

if (window.Event)

{

if (e.which == 2 || e.which == 3)

return false;

}

else

if (event.button == 2 || event.button == 3)

{

event.cancelBubble = true

event.returnValue = false;

return false;

}

}

//desabilita botao direito do mouse

if ( window.Event )

document.captureEvents(Event.MOUSEUP);

if ( document.layers )

document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = desabilitaMenu;

document.onmousedown = desabilitaBotaoDireito;

document.onmouseup = desabilitaBotaoDireito;

</script>

At.

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,3k
×
×
  • Criar Novo...