Jump to content


m0rch33b4

Member Since 01/06/2007
Offline Last Active 01/06/2007, 16:29
-----

Posts I've Made

In Topic: Internet Explore 7 Base Target Erro

01/06/2007, 16:32

Coloque o comando dentro da tag <HEAD>.

Ex:
ANTES
<html>
<head>
<title></title>
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body class="menu">
<base target='main'>

DEPOIS
<html>
<head>
<title></title>
<link rel="stylesheet" href="main.css" type="text/css">
<base target='main'>
</head>
<body class="menu">

....
OK?

IPB Skin By Virteq