Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Eduardo Franzoni

Erro no texto!

Recommended Posts

Olá, estou com um problema muito "nóia". bom o que está occorendo é!1°-Eu vou adicionar um texto em negrito, na cor #666666 usando a ferramenta Draw Layer.<!-- Até aqui esta tudo ótimo, pois no Dreamweaver apareceu corretamente -->2°- Logo após eu salvo no caso o arquivo index.html3°- Ae eu vou conferir se funcionou abrindo o index.html no Browser e o texto não está do mesmo jeito que foi escrito no Dreamweaver 8, também tentei com o Dreamweaver MX 2004 e aconteceu o mesmo!Se vocês poderem ajudar ficaria muito grato! Até mais!

Compartilhar este post


Link para o post
Compartilhar em outros sites

tenta re-instalar o DreamWeaver...

outra dica quando você configurar seu texto, salve seu arquivo e presione F12 para abrir o arquivo pelo DreamWeaver... http://forum.imasters.com.br/public/style_emoticons/default/joia.gif

se ainda persistir o ploblema poste ai http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Compartilhar este post


Link para o post
Compartilhar em outros sites

mas q fonte você esta usando?Posta o codigo aqui pra eu ver.

Estou usando a fonte verdana com primaria<div id="Layer1" style="position:absolute; left:661px; top:154px; width:115px; height:15px; z-index:3">Filme da Semana </div>ai está o código do layer!

Compartilhar este post


Link para o post
Compartilhar em outros sites

manda também o CSS da sua página http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

La vai o CSS --><style type="text/css">td img {display: block;}body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-repeat: repeat;}#Layer1 { position:absolute; left:3px; top:101px; width:31px; height:13px; z-index:1;}#Layer2 { position:absolute; left:55px; top:101px; width:91px; height:12px; z-index:2;}#Layer3 { position:absolute; left:166px; top:102px; width:54px; height:12px; z-index:3;.style4 {font-family: "Sevenet 7"; font-size: 10px; color: #FFFFFF; }#Layer4 { position:absolute; left:4px; top:104px; width:34px; height:2px; z-index:1;}#Layer5 { position:absolute; left:665px; top:152px; width:107px; height:14px; z-index:1;}body,td,th { font-weight: bolder; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px;}.style6 { color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;}</style>

Compartilhar este post


Link para o post
Compartilhar em outros sites

troca seu código CSS por esse:

<style type="text/css">td img {display: block;}body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;background-repeat: repeat;color: #666666;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;font-style: normal;}#Layer1 {position:absolute;left:3px;top:101px;width:31px;height:13px;z-index:1;}#Layer2 {position:absolute;left:55px;top:101px;width:91px;height:12px;z-index:2;}#Layer3 {position:absolute;left:166px;top:102px;width:54px;height:12px;z-index:3;.style4 {font-family: "Sevenet 7"; font-size: 10px; color: #FFFFFF; }#Layer4 {position:absolute;left:4px;top:104px;width:34px;height:2px;z-index:1;}#Layer5 {position:absolute;left:665px;top:152px;width:107px;height:14px;z-index:1;}body,td,th {font-weight: bolder;font-family: Verdana, Arial, Helvetica, sans-serif;color: #666666;font-size: 12px;}.style6 {color: #666666;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;font-style: normal;}</style>
vê se funciona ^_^

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.