View Full Version : Help me! don't finde the code


Queen_Of_pOp
03-30-2006, 04:40 PM
Sorry if my english is bad...but here I go

i have a site http://www.freewebs.com/queen_of_pop/ ( just for trying ) and i have a question
i have an index page
but then I made a new page ( hahahaha...)
ad I linked it, but now if you click on the link the page opens in a new window and the page is white.
but i want that the page "hahahaha" opens in the middle box where stands "hier komt mijn tekst"...
i put the code here...
body>

<table border="0" cellpadding="0" cellspacing="0" width="899" height="799">
<!-- MSTableType="layout" -->
<tr>
<td valign="top">
<!-- MSCellType="DecArea" -->
&nbsp;</td>
<td valign="top" height="108">
<!-- MSCellType="ContentHead" -->
<p align="center">
<img border="0" src="index1.jpg" width="702" height="277"></td>
</tr>
<tr>
<td valign="top" width="155" height="691">
<!-- MSCellType="NavBody" -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<!-- MSCellFormattingTableID="1" -->
<tr>
<td bgcolor="#800000" colspan="3" height="1">
<img alt="" width="1" height="1" src="MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#800000" width="1">
<img alt="" width="1" height="1" src="MsSpacer.gif"></td>
<td valign="top" width="100%">
<!-- MSCellFormattingType="content" -->
<p align="left">&nbsp;&nbsp; blabla,;,;,<br><a href="hahahahaha.html">hahahahaha</td>
<td bgcolor="#800000" height="100%" width="1">
<img alt="" width="1" height="1" src="MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#800000" colspan="3" height="1">
<img alt="" width="1" height="1" src="MsSpacer.gif"></td>
</tr>
</table>
</td>
<td valign="top" height="691" width="744">
<!-- MSCellType="ContentBody" -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<!-- MSCellFormattingTableID="2" -->
<tr>
<td bgcolor="#800000" colspan="3" height="1">
<img alt="" width="1" height="1" src="MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#800000" width="1">
<img alt="" width="1" height="1" src="MsSpacer.gif"></td>
<td valign="top" width="100%">
<!-- MSCellFormattingType="content" -->
&nbsp; hier komt mijn tekst</td>
<td bgcolor="#800000" height="100%" width="1">
<img alt="" width="1" height="1" src="MsSpacer.gif"></td>
</tr>
<tr>
<td bgcolor="#800000" colspan="3" height="1">
<img alt="" width="1" height="1" src="MsSpacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>

</body>

</html>

uday
03-30-2006, 09:41 PM
if i understand you correctly, you will need to use frames.

make that middle box a frame

<iframe name="NAME" src="">

then on your link, do this:

<a href="URL OF LINK" target="NAME">Your Link Text</a>

Queen_Of_pOp
04-01-2006, 05:37 PM
if i understand you correctly, you will need to use frames.

make that middle box a frame

<iframe name="NAME" src="">

then on your link, do this:

<a href="URL OF LINK" target="NAME">Your Link Text</a>
i don't know how to do that:confused:

Red Remedy
04-02-2006, 03:35 AM
Oh the people these days! lol

You just insert your URL of a desired page and the file name of a desired page/frame you want to target your content to.

I hope that's more clear...

Queen_Of_pOp
04-03-2006, 01:38 PM
Oh the people these days! lol

You just insert your URL of a desired page and the file name of a desired page/frame you want to target your content to.

I hope that's more clear...

i understand that but i don't know where i have to put the code

( sorry for my bad English )

chicken_snail
04-03-2006, 10:27 PM
i understand that but i don't know where i have to put the code

( sorry for my bad English )

well, its wherever you want them to click...wherever you put the first link anyways