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.
Link to comment
Share on other sites

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]
Link to comment
Share on other sites

[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.
Link to comment
Share on other sites

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?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.