Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > The Zelaron Nexus > Science and Art > Tech Help

 
 
Thread Tools Display Modes

 
HTML Help
Reply
Posted 2005-08-19, 06:41 AM
Okay... this is going to sound retarded because I have no idea how to explain my question... but here I go:

Okay, i have a template, and i have links. okay, now when i click on a link, it either opens up a new page, or it just goes to the page that you clicked, but what i want it to do is to appear in scroll bars on the page.....

okay that doesn't make much sense, leme see if i can draw a picture.

Okay, the first picture is like the front page, and the second picture is after I click a link:




Thanks!
Attached Images
File Type: jpg ss.JPG (21.2 KB, 8 views)
File Type: jpg ss2.JPG (22.3 KB, 8 views)
Old
Profile PM WWW Search
-Spector- is the result of 14 billion years of hydrogen atom evolution-Spector- is the result of 14 billion years of hydrogen atom evolution-Spector- is the result of 14 billion years of hydrogen atom evolution-Spector- is the result of 14 billion years of hydrogen atom evolution-Spector- is the result of 14 billion years of hydrogen atom evolution-Spector- is the result of 14 billion years of hydrogen atom evolution
 
 
-Spector-
 



 
Reply
Posted 2005-08-19, 07:30 AM in reply to -Spector-'s post "HTML Help"
I know what ur talking about.. I used 2 know how 2 do it 2.. Lemme think on it.. And if no one else replys, Mayb ill give it a shot at fixing it..
`~Working in the Mortuary Affairs field isn't so bad. It pays for my 2009 Scion tC, so I can't complain.~`
Old
Profile PM WWW Search
Joka69 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzJoka69 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Joka69
 



 
Reply
Posted 2005-08-19, 09:03 AM in reply to -Spector-'s post "HTML Help"
So you're basically saying that you want frames yes?

Are you typing the HTML yourself in something like Notepad or using something like Frontpage?
Old
Profile PM WWW Search
Lenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basics
 
 
Lenny
 



 
Reply
Posted 2005-08-19, 12:44 PM in reply to Lenny's post starting "So you're basically saying that you..."
with frontpage it would be easy, i think he might be using notepad
`~Working in the Mortuary Affairs field isn't so bad. It pays for my 2009 Scion tC, so I can't complain.~`
Old
Profile PM WWW Search
Joka69 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzJoka69 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Joka69
 



 
Reply
Posted 2005-08-19, 12:47 PM in reply to Joka69's post starting "with frontpage it would be easy, i..."
Looks like we'll have to work it out in Notepad then.

----------

Code:
 
<iframe name="I1" width="{width}" height="{height}" border="{border}" frameborder="{border}" sc="{page}">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
Put that into your page where you want it. You can, of course, change the width, height, border and frameborder. Where page is, you will of course have to put the page that you want to be shown in the frame.

Then, you'll need to set the hyperlinks to open in the frame. The HTML code should look like:

Code:
<a target="{frame name eg I1" href="{page you want shown in the frame}">{page you want shown in the frame}</a>
SO, let's say you've made a frame and called it "frame", and the page the link is for is called "link", then this is what the two parts of code will look like:

Code:
<iframe name="frame" width="100" height="100" border="0" frameborder="0" sc="initial">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
Initial is the first page that will be shown in the frame before you click any links.

Code:
<a target="frame" href="link">
Link</a>
If you need an example with the rest of the HTML, then I'll throw you together a page and post the HTML with it.

Last edited by Lenny; 2005-08-19 at 01:04 PM.
Old
Profile PM WWW Search
Lenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basics
 
 
Lenny
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:27 AM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.