Meta Tags + I-frames

liunx

Guest
Hey-<br />
<br />
I'm trying to put in a meta tag with this code..<br />
<br />
<meta name="author" content="Slinket"><br />
<meta name="reply-to" content="[email protected]"><br />
<meta name="description" content="THis is my personal webpage. About me, for you. Holiday project - trying to learn html."><br />
<meta name="keywords" content="Personal Web Page, Sports, interests, other."><br />
<br />
It sez to put it withing the <Head> tags - also in the head tags i have a drop down menu. When i checked if the tag worked - it didn't all the information from the menu's came up instead. :S comments???<br />
<br />
I-frames ---<br />
i have one on the main page - wot i would like to do isss...<br />
click a link in my menue and the page appears in the frame. i can get a page to always be in there,<br />
<br />
<iframe frameborder="yes" src=http://www.htmlforums.com/archive/index.php/"http://www.angelfire.com/space/occupied/Home.html"<br />
name="commonFrame" scrolling="yes" width="80%" height="90%" marginwidth="1" marginheight="1"><br />
<br />
but when i click the link i don't want that page to take over my whole page - juz put that page in the i-frame. <br />
<br />
i'm very novice so it's hard to explain..<br />
<br />
ne help is greatly appreatiated<br />
<br />
thanks - Slinket<!--content-->For the Iframes; to get the link into the iframe, use <a href=http://www.htmlforums.com/archive/index.php/"page.html" target="iframe name">. So in your case, it would be: <a href="page.html" target="commonFrame">.<br />
<br />
It would be helpful if we could get a link or the code or something to your page.<!--content-->the site address is - Here (<!-- m --><a class="postlink" href="http://www.angelfire.com/space/occupied/index.html">http://www.angelfire.com/space/occupied/index.html</a><!-- m -->) <br />
<br />
I'm juz fiddling around with it now .. the code i have for the link --Family-- --> Me ... atm looks like this..<br />
<br />
<div style="visibility: hidden;" class="submenu" id="s1_1"><a href=http://www.htmlforums.com/archive/index.php/"http://www.wdvl.com/Authoring/--Family--/" class="slink">Me</a></div><br />
<br />
I think i need to change this part ..<br />
"><a href=http://www.htmlforums.com/archive/index.php/"http://www.wdvl.com/Authoring/--Family--/"<br />
.. to sumthin like the address being .. <!-- w --><a class="postlink" href="http://www.angelfire.com/space/occupied/Me.html">www.angelfire.com/space/occupied/Me.html</a><!-- w --> But when i try the menue no longer works<br />
<br />
<br />
wot does this part do???<br />
class="slink"><br />
<br />
<br />
where do i add this??<br />
<a href=http://www.htmlforums.com/archive/index.php/"page.html" target="commonFrame"><br />
<br />
<br />
Thank you HEAPS for ur help!<br />
-slinket<!--content-->Well, you have a not easy menu.......<br />
Infosite: <!-- m --><a class="postlink" href="http://imaginethat.htmlplanet.com/dynhtml/msmenus.html">http://imaginethat.htmlplanet.com/dynhtml/msmenus.html</a><!-- m --><br />
About class.<br />
This calls what is difined in the class (menu) description in the head.<br />
mlink = menu (items, maenlink )<br />
slink = menu showing up (below the item, second link)<br />
<br />
So read this page:<br />
<!-- m --><a class="postlink" href="http://imaginethat.htmlplanet.com/dynhtml/msmenus.html">http://imaginethat.htmlplanet.com/dynhtml/msmenus.html</a><!-- m --><br />
more then once to understand.<br />
<br />
And.........<br />
redo your html code.<br />
there is an image in the head, has to be in the body.<br />
There are more body and head tags in your page.<br />
<br />
Clean your code, read<br />
<!-- m --><a class="postlink" href="http://imaginethat.htmlplanet.com/dynhtml/msmenus.html">http://imaginethat.htmlplanet.com/dynhtml/msmenus.html</a><!-- m --><br />
and then it will be ok.<br />
If not, come back, we will see what is wrong.<br />
<br />
:rocker:<!--content-->Thats the site that i got the script from. After i put in the target="commonFrame" everything seemed to work :D :D <br />
i copied n pasted the script straite to mine then juz changed where the links were going an thier name.<br />
<br />
With the image in the <head> can i move it to the body but it is still viewed ABOVE the menue?? <br />
<br />
bit scared to touch nething regarding the code since it's working atm but i'll have a fiddle n come bak - thanks for ur help<br />
<br />
Slinket<!--content-->The name of the site was in the script, so i went there.<br />
The only allowed tags in the head are:<br />
title<br />
meta<br />
style<br />
javascript<br />
<br />
:rocker:<!--content-->oh ok - so if i wanted to put an image in so it would view above the menue where do i put it? The image is my title, ahhh :(<!--content-->Originally posted by Slinket <br />
oh ok - so if i wanted to put an image in so it would view above the menue where do i put it? The image is my title, ahhh :( <br />
<br />
Just before the table:<br />
<BODY text=#ffff00 vLink=#ff0000 aLink=#800080 link=#0000ff bgColor=#ffffffbackground=teral_bestanden/cuteDEVIL.gif><br />
<center><br />
<IMG src=http://www.htmlforums.com/archive/index.php/"RaisRemix2.gif"> <br />
</center><br />
<center><br />
<TABLE cellSpacing=0 cellPadding=0 border=0 ><br />
<TBODY><br />
<TR><br />
<TD class=mmenu><br />
<br />
:rocker:<!--content-->beaut! thanx it worked =D<!--content-->Your welcome<br />
:rocker:<!--content-->
 
Back
Top