Reply
targeting.....
Old 06-23-2004, 11:32 AM targeting.....
pipers dragon's Avatar
Extreme Talker

Posts: 190
Ok, my IFrames are disfunctional i think! I have been trying to make this link target into my main Iframe, and it just isnt working!!!!! to target an Iframe, does it have to be in the same page? Like, if my Iframe was in index.html, would the link have to be in index.html?
pipers dragon is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-23-2004, 03:00 PM
Unknown.

Posts: 1,693
You need to give the frame a name...

e.g. insert into frame tag...

name="Main"

Then link to them like...

HTML Code:
<a href="Google.com" target="main">Goto Google</a>
And the link would have to be on the same page as the frame....If you were using HTML

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 06-23-2004, 03:08 PM
pipers dragon's Avatar
Extreme Talker

Posts: 190
i am using html, and i did give the iframe a name! it is opening a new page!
pipers dragon is offline
Reply With Quote
View Public Profile
 
Old 06-23-2004, 03:12 PM
Unknown.

Posts: 1,693
You got an example of the code you are using??

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 06-23-2004, 03:36 PM
pipers dragon's Avatar
Extreme Talker

Posts: 190
yea....

HTML Code:
<html>
<head>
<title>A N I  M E~D E S T I N Y</title>
<style type="text/css">
A:link
	{
	color:#FFFFFF;
	font-size:10px;
	font-family:Century Gothic;
	font-weight:normal;
	text-decoration:none;
	cursor:crosshair;
	font-variant:normal;
	text-transform:normal;
	}
A:active
	{
	color:#FFFFFF;
	font-size:10px;
	font-family:Century Gothic;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	cursor:crosshair;
	font-variant:normal;
	text-transform:normal;
	}
A:visited
	{
	color:#FFFFFF;
	font-size:10px;
	font-family:Century;
	font-style:normal;
	font-weight:normal;
	cursor:crosshair;
	font-variant:normal;
	text-transform:normal;
	}
A:hover
	{
	color:#D9D2F6;
	font-size:11px;
	font-family:Century Gothic;
	font-weight:normal;
	text-decoration:line-through;
	cursor:crosshair;
	font-variant:normal;
	text-transform:normal;
	}


body {
scrollbar-track-color: #071436;
scrollbar-base-color: #021526;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: ffffff;

A:Hover{ font-family:serif; filter:Blur(strength=4);height:20px;}
A:Link{ font-family:serif; color:#D6D4F6;}
INPUT{font-family:cursive; font-size:xx-small; color:#6699ff; background-color:#330099; border-style:dashed; border-width:thin; border-color:#FFFFFF;}
SELECT{font-family:cursive; font-size:xx-small; color:#6699ff; background-color:#330099; border-style:dashed; border-width:thin; border-color:#FFFFFF; }
OPTION{font-family:cursive; font-size:xx-small; color:#6699ff; background-color:#330099; border-style:dashed; border-width:thin; border-color:#FFFFFF; }
TEXTAREA{font-family:cursive; font-size:xx-small; color:#6699ff; background-color:#330099; border-style:dashed; border-width:thin; border-color:#FFFFFF; }
}

#layout
{
    position: absolute;
    width: 800px;
    height: 5000px;
    top: 0px;
    left: 20px;
    border: transparent;
}

#right
{
    position: absolute;
    width: 600px;
    height: 5000px;
    top: 560px;
    left: 233px;
    border: transparent;
}

#side
{
    position: absolute;
    width: 176px;
    height: 5000px;
    top: 425px;
    left: 24px;
    border: transparent;
}
</style>
</head>


<body background="adlayout.jpg" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" text="#FFFFFF">
<div id="layout">       <img src="ad1.jpg" /></div>
<div id="right"> <iframe src="http://anime.revealed-destiny.net/home.html" name="mainiframe" scrolling="no" frameborder="no" height = "5000px" width = "540px" allowtransparency="true">
</iframe></div>
<div id="side">
<font face="century Gothic" size="1">
Webmaster: <a href="mailto:zamily888991@aol.com">Michael</a><br>
Entries: <a href="entries.html" target="mainiframe">0</a><BR>
Last updated: June 23<BR><BR>









</div>


</body>


</html>

thats the page.....
pipers dragon is offline
Reply With Quote
View Public Profile
 
Old 06-23-2004, 04:36 PM
Unknown.

Posts: 1,693
I dont know whats wrong with the code...

But I've changed it...and it should now work

HTML Code:
<html>
<head>
<title>A N I M E~D E S T I N Y</title>
<style type="text/css"> A:link { color:#FFFFFF; font-size:10px; font-family:Century Gothic; font-weight:normal; text-decoration:none; cursor:crosshair; font-variant:normal; text-transform:normal; } A:active { color:#FFFFFF; font-size:10px; font-family:Century Gothic; font-style:normal; font-weight:normal; text-decoration:none; cursor:crosshair; font-variant:normal; text-transform:normal; } A:visited { color:#FFFFFF; font-size:10px; font-family:Century; font-style:normal; font-weight:normal; cursor:crosshair; font-variant:normal; text-transform:normal; } A:hover { color:#D9D2F6; font-size:11px; font-family:Century Gothic; font-weight:normal; text-decoration:line-through; cursor:crosshair; font-variant:normal; text-transform:normal; } body { scrollbar-track-color: #071436; scrollbar-base-color: #021526; scrollbar-arrow-color: #FFFFFF; scrollbar-3dlight-color: ffffff; scrollbar-darkshadow-color: ffffff; A:Hover{ font-family:serif; filter:Blur(strength=4);height:20px;} A:Link{ font-family:serif; color:#D6D4F6;} INPUT{font-family:cursive; font-size:xx-small; color:#6699ff; background-color:#330099; border-style:dashed; border-width:thin; border-color:#FFFFFF;} SELECT{font-family:cursive; font-size:xx-small; color:#6699ff; background-color:#330099; border-style:dashed; border-width:thin; border-color:#FFFFFF; } OPTION{font-family:cursive; font-size:xx-small; color:#6699ff; background-color:#330099; border-style:dashed; border-width:thin; border-color:#FFFFFF; } TEXTAREA{font-family:cursive; font-size:xx-small; color:#6699ff; background-color:#330099; border-style:dashed; border-width:thin; border-color:#FFFFFF; } } #layout { position: absolute; width: 800px; height: 5000px; top: 0px; left: 20px; border: transparent; } #right { position: absolute; width: 600px; height: 5000px; top: 560px; left: 233px; border: transparent; } #side { position: absolute; width: 176px; height: 5000px; top: 425px; left: 24px; border: transparent; } </style>
</head>

<body background="adlayout.jpg" text="white" link="white" vlink="white"
 alink="white">

<p align="left"><img src="ad1.jpg" border="0"></p>
<p align="left"><iframe src="http://anime.revealed-destiny.net/home.html" name="mainiframe"
 scrolling="no" frameborder="no" height="5000px" width="540px" allowtransparency="true"> 
</iframe></p>
<p align="left"><font face="Century Gothic" size="1">Webmaster: </font><a href="mailto:zamily888991@aol.com"><font
 face="Century Gothic" size="1">Michael</font></a><font face="Century Gothic"
 size="1"><br> Entries: </font><a href="0" target="mainiframe">0</a><font
 face="Century Gothic" size="1"><br> Last updated: June 23<br>
<br> </font></p>
</body>

</html> 
Hope this helps

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to targeting.....
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12763 seconds with 12 queries