Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/04/2008, 11:29
Avatar de Myrh
Myrh
 
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Pregunta Duda enlaces div

Saludos! Tengo una duda sobre un layout que me he descargado.
Se que hay diferentes tipos de layouts: los que estan hechos con tables, los de popups, los de frames y los de divs. Pues bien, el mio es de divs, o capas. El problema que tengo es que no consigo que las paginas enlazadas de mi menú aparezcan en la capa principal de la web. Os pongo una imagen de como es el layout:



Y aquí el código fuente:

<html>
<head>
<title>Your Site Title</title>
<link rel=stylesheet href=index.css type=text/css>
</head>
<body>



<div style="top: 370px; left: 10px; z-index: 3; width: 440px; position: absolute">
<!--//////////////////////////////// EDIT REQUIREMENT HERE-->

<!-- THIS IS YOUR CONTENT -->


<p class=head>About the Layout</p>

(aki esta la capa principal donde quiero que aparezcan todas las paginas del menu).

<p class="head">Using the Layout</p>
<b>[ 1 ]</b> UnZip the downloaded file with <a href="http://winzip.com" target="_blank">WinZip</a><br><br>
<b>[ 2 ]</b> Open index.html to edit the content, and navigation.<br><br>
<b>[ 3 ]</b> Upload everything to your server. No direct linking.<br><br>
<p class="head">Terms for the Layout</p>
Please do not rip the source code [includes the css], remove, or move the credits, rip this layout in any way, redistribute it, claim ownership, use the top image for something else, like a personal avatar (unless you're using it to update while you're using the layout or something).

<p align=center><b><a href="http://komettails.net/index.php?link=terms" target="_blank">Read The Terms?</a></b></p>

<!--STOP-->

<!--NO EDITING BEYOND HERE UNLESS STATED \\\\\\\\\\\\\\\-->
<p class="head">Credits</p>
<center>
Image &copy Lynn Okamoto<br>
Image from <a href="
http://www.ferricorp.com" target="_blank">Ferri Corp</a><br>
Layout by <a href="
http://komettails.net" target="_blank">Komet Tails Designs</a>
</center>
<br><br>
</div>



<div class="divnav">
<!--//////////////////////////////// EDIT REQUIREMENT HERE-->

<!-- THIS IS YOUR NAVIGATION -->


<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr>
<td align=center>

<a href="prueba.htm" target="_top" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a></td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>


Alguien puede decirme como puedo lograr vincular la web?
Muchas gracias!!!