Jump to content

Layout Code: ALWAYS Have Left Panel!??!??


JustinMs66@hotmail.com

Recommended Posts

Step 1: read what this forum is for - http://www.phpfreaks.com/forums/index.php/topic,107784.0.html

You'll notice your question is posted in the wrong forum, so I'll move it in a moment.

Step 2: depending on your inclination/preference, solve your problem with php includes, or html includes, or html frames.
Use the target attribute in your links to determine which frame (box?) you wish the link to show in.

[code]<a href="location.html" target="frame1">Link 1</a><br />
<iframe src="default.html" name="frame1" width="500" height="500">Your browser doesn't support frames.</iframe>[/code]
[quote author=FrOzeN link=topic=110036.msg444226#msg444226 date=1159625065]
Use the target attribute in your links to determine which frame (box?) you wish the link to show in.

[code]<a href="location.html" target="frame1">Link 1</a><br />
<iframe src="default.html" name="frame1" width="500" height="500">Your browser doesn't support frames.</iframe>[/code]
[/quote]

ugh... no, no, no, no and again i say [b]NO[/b]... please, let's not go backwards into the use of frames... andyB has the right of it in his suggestion.
iFrames have that crappy border and stuff.

i want it to do it like any php-fusion or php-nuke website. example:
[url=http://infernalalliance.com/news.php]http://infernalalliance.com/news.php[/url]

so your saying i should use php-includes? that will simply put it below the current text... atleast when i do it. how do i get it in the middle?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.