Miscellaneous > The Lounge

check my HTML

(1/1)

Master of Reality:
can someone who knows HTML check out my site http://abyss.servebeer.com and tell me what the hell i did wrong with the frames.
When i click a link in the left frame, the page loads in that frame.

Kintaro:
In your html it will have (for example)

--- Code: ---
--- End code ---
But if your main frame is named "body"
you do

--- Code: ---
--- End code ---
That will open the pic of goosenburys crack whore mum in the frame body.

In your case target will have to be "Middle"
by the looks of your code.

Master of Reality:
i knew it was something small like that, but i couldnt remember.

Master of Reality:
dammit, it automatically opens it in a new window when i click a link in my left frame.(i didnt set it to). It opens it properly, but in a new window. How can i stop this from hapening?

voidmain:
If in your HREF you use a target that does not exist it will create the target (a new window).  You have to have a frame appropriately named so when you want something sent to that frame you use it's name in the "target=" parameter. One of the two must be incorrect. Either the frame is not named what you think it is or you used the wrong frame name in your target param.

Navigation

[0] Message Index

Go to full version