/    Sign up×
Community /Pin to ProfileBookmark

Can anyone please tell me how to get the link buttons to go down the side of a frame…I would like to do this on the [url]http://www.dramatispersonae.net/Guiare/guiaremain.html[url]..heeeeelp please?

to post a comment
HTML

8 Comments(s)

Copy linkTweet thisAlerts:
@shadowsword232Nov 07.2004 — if ur asking what i think you are then you need to make a 15,16 percent frame linking to a page with a table on it. if thats to vague tell me and i can post some code from a site i've made
Copy linkTweet thisAlerts:
@Megan-BethauthorNov 08.2004 — I'm not sure how to do that...I've never tried to make one quite like this before sot its all kinda new. Thank you for all your help
Copy linkTweet thisAlerts:
@MstrBobNov 08.2004 — What exactly are you looking for? You never use tables for layout, and you really want to avoid frames wherever possible. If you have a *shudder* Iframe, and want to put a list of links next to it, that's rather easy:

<i>
</i>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"&gt;
&lt;html lang="en" dir="ltr"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"&gt;
&lt;meta name="Content-Style-Type" content="text/css"&gt;
&lt;title&gt;My Website&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;iframe src="iframepage.html" name="my_frame" width="500" height="300" style="float:right;" &gt;&lt;/iframe&gt;
&lt;ul style="list-style:none;padding:0;margin:0;float:right;width:200px;"&gt;
&lt;li&gt;&lt;a href="page.html" target="my_frame"&gt;Navigation Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="page.html" target="my_frame"&gt;Navigation Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="page.html" target="my_frame"&gt;Navigation Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="page.html" target="my_frame"&gt;Navigation Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="page.html" target="my_frame"&gt;Navigation Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/body&gt;
&lt;/html&gt;
Copy linkTweet thisAlerts:
@JupacNov 08.2004 — Useing Iframes/frames is very .... BAD
Copy linkTweet thisAlerts:
@PeOfEoNov 08.2004 — [i]Originally posted by lakers01 [/i]

[B]Useing Iframes/frames is very .... BAD [/B][/QUOTE]
I agree for layout, but frames have their time and place. But that is a very short time and a very small place, because usually there are better alternatives.
Copy linkTweet thisAlerts:
@Megan-BethauthorNov 08.2004 — I use frames cause its all i really know how to use lol...i've not been doing htis very long and im trying ot teach myself
Copy linkTweet thisAlerts:
@PeOfEoNov 08.2004 — [i]Originally posted by Megan-Beth [/i]

[B]I use frames cause its all i really know how to use lol...i've not been doing htis very long and im trying ot teach myself [/B][/QUOTE]
That is not a good reason to use frames. I suggest you get off on the right foot otherwise you will just end up having to redo stuff. www.bluerobot.com has soom good basic examples on how to layout a website using css. You can also learn (x)html and css at www.w3schools.com , they have some very good stuff there. Hope this helps.
Copy linkTweet thisAlerts:
@Megan-BethauthorNov 10.2004 — Thanks... I'll check out those sites ?
×

Success!

Help @Megan-Beth spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...