Page 1 of 1

LSD IS ALIVE!

Posted: Fri Jun 06, 2003 2:33 am
by mr-t
Yeah, L-S-D Studios hasn't being updated since last year... until NOW!!!

www.1337software.tk

;D

Re:LSD IS ALIVE!

Posted: Sat Jun 07, 2003 7:32 am
by mr-t
BTW, the Fuulong Moon site is uploading as I type :D

Re:LSD IS ALIVE!

Posted: Sat Jun 07, 2003 8:53 am
by mr-t
OK, The Fuulong Moon site is there. Also added a CSS sheet, email me if you have any problems.

Re:LSD IS ALIVE!

Posted: Mon Jun 09, 2003 1:52 pm
by mr-t
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? :-*

Re:LSD IS ALIVE!

Posted: Mon Jun 09, 2003 2:29 pm
by Joey
notice how you are the only person posting on this thread? :P

Re:LSD IS ALIVE!

Posted: Mon Jun 09, 2003 3:38 pm
by Kon-Tiki
Frames need to point to the body. This's the code I use in mine:
In frame.html:

Code: Select all

<head>
   <title>The rotten spot of the Potato.</title>
   <base target="rechts">
</head>
In index.html:

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>
Rechts = Right
Links = Left

It's all actually self-explaining once you carefully read through the code.

-Kon-Tiki-

Re:LSD IS ALIVE!

Posted: Mon Jun 09, 2003 9:22 pm
by mr-t
Wow, that works great! Thanks Raf!

BTW, someone calling himself "UNCLE_DENNIS" keeps on bugging me about the website... :-\

Re:LSD IS ALIVE!

Posted: Tue Jun 10, 2003 4:17 am
by Eero Ränik
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!

Posted: Tue Jun 10, 2003 1:51 pm
by mr-t
How? don't you have to pay for that?

Re:LSD IS ALIVE!

Posted: Tue Jun 10, 2003 8:47 pm
by smartguy240

Re:LSD IS ALIVE!

Posted: Tue Jun 10, 2003 10:38 pm
by mr-t
I meant how do you turn popups off using .tk chief

Re:LSD IS ALIVE!

Posted: Wed Jun 11, 2003 7:45 am
by Eero Ränik
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."

Re:LSD IS ALIVE!

Posted: Thu Jun 12, 2003 8:24 pm
by mr-t
Thanks buddy ;D

Re:LSD IS ALIVE!

Posted: Thu Jun 12, 2003 9:01 pm
by smartguy240
your welcome :)