LSD IS ALIVE!
Re:LSD IS ALIVE!
OK, The Fuulong Moon site is there. Also added a CSS sheet, email me if you have any problems.
Re:LSD IS ALIVE!
I'm having a bit of a problem with frames. I put links in the frame, but when I click them, the link opens in that frame and not the main window.
Any help? :-*
Any help? :-*
Re:LSD IS ALIVE!
Frames need to point to the body. This's the code I use in mine:
In frame.html:
In index.html:
Rechts = Right
Links = Left
It's all actually self-explaining once you carefully read through the code.
-Kon-Tiki-
In frame.html:
Code: Select all
<head>
<title>The rotten spot of the Potato.</title>
<base target="rechts">
</head>
Code: Select all
<html>
<head>
<title>
The rotten spot of the Potato.
</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" cols="20%, 75%">
<frame name="links" scrolling="auto" TARGET="rechts"
src="frame.html">
<frame name="rechts" scrolling="auto" TARGET="_self"
src="body.html">
<noframes>
<body>
Your browser doesn't support frames. Try getting some up-to-date
stuff.
</body>
</noframes>
</frameset>
</html>
Links = Left
It's all actually self-explaining once you carefully read through the code.
-Kon-Tiki-
Re:LSD IS ALIVE!
Wow, that works great! Thanks Raf!
BTW, someone calling himself "UNCLE_DENNIS" keeps on bugging me about the website... :-\
BTW, someone calling himself "UNCLE_DENNIS" keeps on bugging me about the website... :-\
Re:LSD IS ALIVE!
Hmm, I would visit the site, but having 3 popups per page is bad... When you're using dot.tk then you can at least turn popups off...
Re:LSD IS ALIVE!
Go to "Dot TK Linker Promo" under "My Marketing". Choose your domain and then choose "No, thanks, I don't want to have a banner on my website. I am not interested in being selected for a review on Dot TK's website or a great Dot TK Polo Shirt."