Link com target
Pessoal tenho esse código:
#body {
margin: 0;
}
#wn_listatitulohome {
margin: 0;
font-family: "Trebuchet MS";
font-size: 9pt;
}
#wn_listatitulohome ul {
padding: 0;
}
#wn_listatitulohome li {
list-style: none;
}
#wn_listatitulohome a:hover {
color: Red;
}
#wn_listatitulohome a {
color: Black;
text-decoration: none;
}
#wn_titulolistageral {
margin: 0;
font-family: "Trebuchet MS";
font-size: 10pt;
color: Black;
text-decoration: none;
}
#wn_titulolistageral ul {
padding: 0;
}
#wn_titulolistageral li {
list-style: none;
}
#wn_titulolistageral a {
color: Black;
text-decoration: none;
}
#wn_titulolistageral a:hover {
text-decoration: bold;
}
#wn_titulodetalhe {
font-family: "Trebuchet MS";
font-size: 13pt;
}
#wn_datahoradetalhe {
font-family: "Verdana";
font-size: 7pt;
}
#wn_autordetalhe {
font-family: "Verdana";
font-size: 8pt;
text-decoration: Bold;
}
#wn_textodetalhe {
margin-top: 10;
font-family: "Trebuchet MS";
font-size: 9pt;
}
É um CSS esse código, que abre assim que abre um ASP meu aqui.
Eu gostaria apenas de incluir no código para abrir o link no iframe chamado "centro".
Como que eu faço isso?
Eu tentei assim:
#wn_listatitulohome {
target: centro;
}
Mas não deu!
=/
Me ajudem, please!
http://forum.imasters.com.br/public/style_emoticons/default/joia.gif
Discussão (4)
Carregando comentários...