View Full Version : Please Plese Help Me!!!


DumBrunett
04-03-2004, 06:05 AM
when I click on a link it takes me to a completely new white page ( to understand what im saying to go my side http://www.hilary.surreal-dreams.net )

i want the code so that when i click on a link it opens up where my updates are... (well...where there going to be... which is on the 2 collum)

please please soembody explain!

kicker91
04-03-2004, 06:07 AM
To the links, you need to add target="iframename"

DumBrunett
04-04-2004, 03:08 AM
whats the name of my iframe?

Rosey
04-04-2004, 03:42 AM
I have netscape and your page looks totally messed up in netscape. I didn't have the time to go through it all right now but I did notice that all your css stuff is at the end of your page, you need to put
I kinda worked on it but this part:

<style>
BODY #F77FD1
background-repeat:repeat-y;background-position: 0px 0px}
</STYLE>

If you want that in the body tag put it in your css body { } part.

I kinda worked on it but I'm having trouble with that last iframe. You didn't have an iframe for your stuff to target. I'm going to have to fix that later or tomorrow or someone else can figure it out. It's working in netscape but not IE.



<html><head><title>FOREVER HILARY///A FANSITE ABOUT THE TEEN HOTTIE</title>

<style type=text/css>

BODY {scrollbar-face-deeppink: pink; scrollbar-shadow-color: black; scrollbar-highlight-color:white ; scrollbar-3dlight-color: FE2A70; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-arrow-color: FFFFFF}

BODY,TD,FONT,P,A,I {font-family: Arial,Verdana,Helvetica,sans-serif;
cursor:crosshair;Font-size:12px;color:000000; line-height:14px;}
B {COLOR:deeppink;}
A:hover {COLOR:black; text-decoration:none; CURSOR:crosshair; text-decoration:underline;}
A:link {COLOR:black; text-decoration:none; CURSOR:crosshair;}
A:active {COLOR:black; text-decoration:none; CURSOR:crosshair;}
</style>



</head>


<body BACKGROUND="http://www.hilary.surreal-dreams.net/table.jpg" >
<img src="http://www.hilary.surreal-dreams.net/HilaryLay.jpg" leftmargin="0" topmargin="0"
style="position:absolute;top:0px;left:0px;">



<a href="http://www.hilary.surreal-dreams.net/stats.htm" target="rightside">

<div style="Position:absolute; top: 400px; left: 120px;width: 200px; height: 1000px; scroll:no">
<center>
<font size=2><b>NAVIGATION</b><br>

<a href="http://hilary.surreal-dreams.net/hilary.htm">HILARY</a>
<br><a href="http://hilary.surreal-dreams.net/Media.htm">MEDIA</a><br>
<a href="http://hilary.surreal-dreams.net/Site.htm">SITE</a><br>
<a href="http://hilary.surreal-dreams.net/WWW.htm">WWW</a>
<br><br>
<b>STATS</b><br>
<font size=2>Webmistress-<a href="mailto:katelin@surreal-dreams.net"><b>Katelin</b></a><br>
<!-- Start FastWebCounter.com -->
<a href="http://www.fastwebcounter.com" title="Free Web Counter"><script src="http://fastwebcounter.com/secure.php?s=http://www.hilary.surreal-dreams.net"></script> hi</a><a href="http://037.us">ts. </a>

<!-- End FastWebCounter.com -->
</b>
<!-- Start FastOnlineUsers.com -->
<a href="http://www.fastonlineusers.com"><script src=http://fastonlineusers.com/online.php?d=http://hilary.surreal-dreams.net></script> onl</a><a href="http://391.us">ine</a><!-- End FastOnlineUsers.com -->
<br><br>
<b>HOST</b><br>
That you to <a href="http://www.surreal-dreams.net"><b>Ty</b></a><br>
My wonderful host for hosting<br>
my site! Luv you!<br><br>

<b>TOP AFFILIATES</b>
<br>None yet! To apply email me at <br>Katelin@surreal-dreams.net<br><br>
<b>TAGBOARD</b><br>
<center><script LANGUAGE="Javascript" TYPE="text/javascript" SRC="http://www.tag-board.com/tagboard.js"></SCRIPT>
<table width="120" cellpadding="0" cellspacing="0" border="0">
<tr>
<center><td width=150 height=100 p align="left">
<center> <iframe FRAMEBORDER="0" src="http://www.tag-board.com/my.tag?name=4292" name="tag" width="130" height="155"
marginwidth="0" marginheight="0"></iframe>
<script>netscape_support();</script>
</td>
</tr>
<tr>

<td>
<a href="http://www.tag-board.com/" target="_new">Powered by TagBoard Message Board</a>
</td>
</tr>
<tr>
<td>
<form action="http://www.tag-board.com/add.tag" method="post" name="tagform" target="tag">
<center> <input type="hidden" name="name" value="4292">
Name<br>
<center> <input name="tagname" maxlength="20"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"><br>
</center> URL or Email
<center> <input name="tagurl" maxlength="100"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"><br>
Messages(<a href="http://www.tag-board.com/smilies/smilies.htm" onClick="return pop_up_smilies();" target="_blank">smilies</a>)
<br>
<center> <textarea cols="20" rows="2" name="message" style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"></textarea><br>
<center><input class=button type="submit" value="TAG" onclick="return Clear_Last_Message_on_Submit();"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid">
</form>
<script>rememberme()</SCRIPT>
</td>
</tr>

</table>
</center>
</div>


<div style="Position:absolute; top: 400px; left: 380px;width: 300px; height: 1000px; scroll:no">

<iframe FRAMEBORDER="0" src="main.htm" name="content" width="290" height="1000"
marginwidth="0" marginheight="0" scrolling="no"></iframe>


</div>



</body></html>

kicker91
04-04-2004, 03:44 AM
Okay, your iframe name is content. :D

Rosey
04-04-2004, 04:03 AM
so kicker what's wrong with my iframe, why won't it show in ie when you create a main.htm ? :)

DumBrunett
04-04-2004, 05:49 AM
I LOVE U SOO MUCH ROSEY!!!!!!!! THANK U!!! A PERFECT B-DAY GIFT THAT WAS! (lol) THANKU!!!!!!!!!!!!!!!!!

Rosey
04-04-2004, 06:05 AM
Well it wasn't perfect but try this, it's better :P I worked on it some more and found out what the problem was for the iframe and IE:

On your links (I haven't done it) you're going to have to put target="content" if you want them to open on the right side so for your hilary like it would be:

<a href="http://hilary.surreal-dreams.net/hilary.htm" target="content">HILARY</a>

It's not perfect and you probably want to add some css for your font and stuff but it's a start.


<html><head><title>FOREVER HILARY///A FANSITE ABOUT THE TEEN HOTTIE</title>

<style type="text/css">



body, div, table, tr, td {font-family: Arial,Verdana,Helvetica,sans-serif;
cursor:crosshair;
Font-size:12px;
color: #000000; }

B {COLOR:deeppink;}
A:hover {COLOR:black; text-decoration:none; CURSOR:crosshair; text-decoration:underline;}
A:link {COLOR:black; text-decoration:none; CURSOR:crosshair;}
A:active {COLOR:black; text-decoration:none; CURSOR:crosshair;}
</style>



</head>


<body BACKGROUND="http://www.hilary.surreal-dreams.net/table.jpg" >

<img src="http://www.hilary.surreal-dreams.net/HilaryLay.jpg" style="position:absolute;top:0px;left:0px;maring:0"alt="top logo">



<div style="Position:absolute; top: 400px; left: 120px;width: 200px; height: 1000px; scroll:no; text-align:center;">

<font size=2><b>NAVIGATION</b><br>

<a href="http://hilary.surreal-dreams.net/hilary.htm">HILARY</a>
<br><a href="http://hilary.surreal-dreams.net/Media.htm">MEDIA</a><br>
<a href="http://hilary.surreal-dreams.net/Site.htm">SITE</a><br>
<a href="http://hilary.surreal-dreams.net/WWW.htm">WWW</a>
<br><br>
<b>STATS</b><br>
Webmistress-<a href="mailto:katelin@surreal-dreams.net"><b>Katelin</b></a><br>
<!-- Start FastWebCounter.com -->
<a href="http://www.fastwebcounter.com" title="Free Web Counter"><script src="http://fastwebcounter.com/secure.php?s=http://www.hilary.surreal-dreams.net"></script> hi</a><a href="http://037.us">ts. </a>

<!-- End FastWebCounter.com -->

<!-- Start FastOnlineUsers.com -->
<a href="http://www.fastonlineusers.com">
<script src="http://fastonlineusers.com/online.php?d=http://hilary.surreal-dreams.net"></script> onl</a><a href="http://391.us">ine</a><!-- End FastOnlineUsers.com -->
<br><br>
<b>HOST</b><br>
That you to <a href="http://www.surreal-dreams.net"><b>Ty</b></a><br>
My wonderful host for hosting<br>
my site! Luv you!<br><br>

<b>TOP AFFILIATES</b>
<br>None yet! To apply email me at <br>Katelin@surreal-dreams.net<br><br>
<b>TAGBOARD</b><br>
<script LANGUAGE="Javascript" TYPE="text/javascript" SRC="http://www.tag-board.com/tagboard.js"></SCRIPT>
<table width="120" cellpadding="0" cellspacing="0" border="0" style="text-align:center;">
<tr>
<td width="195" height="155">
<center> <iframe FRAMEBORDER="0" src="http://www.tag-board.com/my.tag?name=4292" name="tag" width="195" height="155"
marginwidth="0" marginheight="0"></iframe><br>
<a href="http://www.tag-board.com/" target="_new" style="font-size:9px;">Powered by TagBoard</a> </center>

<br>
<form action="http://www.tag-board.com/add.tag" method="post" name="tagform" target="tag">
<input type="hidden" name="name" value="4292">
Name<br>
<center> <input name="tagname" maxlength="20"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"> </center><br>
URL or Email
<center> <input name="tagurl" maxlength="100"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"><br><br>
Messages (<a href="http://www.tag-board.com/smilies/smilies.htm" onClick="return pop_up_smilies();" target="_blank">smilies</a>)
<br>
<textarea cols="20" rows="2" name="message" style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"></textarea><br>
<input class=button type="submit" value="TAG" onclick="return Clear_Last_Message_on_Submit();"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid">
</form>
<script>rememberme()</SCRIPT>
</td>
</tr>

</table>
</font>
</div>


<div style="Position:absolute; top: 400px; left: 380px;width: 300px; height: 1000px; scroll:no">

<iframe FRAMEBORDER="0" src="main.htm" name="content" width="290" height="1000"
marginwidth="0" marginheight="0" scrolling="no"></iframe>


</div>



</body></html>

DumBrunett
04-04-2004, 10:45 PM
ok thank u so much! now that I got that to work..
well...the backround of my updates is white... how do I make it the same color of the pink column (updates) its in

Rosey
04-04-2004, 10:49 PM
the iframe you mean? You'd have to put the background color in the html file in that iframe, in my example it was main.html so you'd have to open that up and change the background color in that file and all the files you are going to have contained in there.

DumBrunett
04-05-2004, 12:25 AM
what exactly would be the code for that tho?

pepsidemon
04-05-2004, 12:33 AM
transparent i-frame would be better.then it will be easier to change layouts.put this in the i-frame code: allowtransparency="true"

then your code should look as so:

<iframe src="youriframeaddress" frameborder="0" scrolling="yes" height="whatever" width="you want" allowtransparency="true">

Rosey
04-05-2004, 12:39 AM
actually that doesn't work so well in some browsers, the best thing would be to make an external style sheet and just color the pages. If you want all your backgrounds to be that pink on all your pages just put

background-color: #pinkhexcode and replace the pinkhexcode with the hexcode of the color you want.

You can link your style sheet like this (and you'd have to put that on every page)

<link href="style.css" rel="stylesheet" type="text/css">

You can make your style sheet by opening notepad and just putting your css in there and saving it as style.css or whatever you want to call it but it's going to have the .css extension. If you do it that way, take out the <style> tags and only put the css info.

DumBrunett
04-05-2004, 01:08 AM
I cant do it! i have been trying and trying...

could u add the code to the page for me please =)..
the hex code is FF6699

DumBrunett
04-05-2004, 01:11 AM
what do i put in the style sheet?

Rosey
04-05-2004, 01:28 AM
So far in your css on your page up there you have this (+the background color)



body {font-family: Arial,Verdana,Helvetica,s ans-serif;
cursor:crosshair;
Font-size:12px;
color: #000000;
background-color: #FF6699;}

div, table, tr, td {font-family: Arial,Verdana,Helvetica,s ans-serif;
cursor:crosshair;
Font-size:12px;
color: #000000; }

B {COLOR:deeppink;}
A:hover {COLOR:black; text-decoration:none; CURSOR:crosshair; text-decoration:underline;}
A:link {COLOR:black; text-decoration:none; CURSOR:crosshair;}
A:active {COLOR:black; text-decoration:none; CURSOR:crosshair;}



So open notepad and copy that in it and save it as style.css then put the link on ALL your html documents.

DumBrunett
04-05-2004, 02:35 AM
i understand it all... now..but the backround code u gave me isnt working... could u retype it for me? the hex code is FF6699

edit:

u have that typed for me already.. i dunno why its not working =/

DumBrunett
04-05-2004, 02:37 AM
u have that typed for me already.. i dunno why its not working =/

salomeyasobko
04-05-2004, 02:43 AM
can you post your whole website source code so i can see if something got messed up on accident?

DumBrunett
04-05-2004, 02:47 AM
heres the main code:

<link href="style.css" rel="stylesheet" type="text/css">

<html><head><title>FOREVER HILARY///A FANSITE ABOUT THE TEEN HOTTIE</title>

<style type=text/css>

BODY {scrollbar-face-deeppink: pink; scrollbar-shadow-color: black; scrollbar-highlight-color:white ; scrollbar-3dlight-color: FE2A70; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-arrow-color: FFFFFF}

BODY,TD,FONT,P,A,I {font-family: Arial,Verdana,Helvetica,s ans-serif;
cursor:crosshair;Font-size:12px;color:000000; line-height:14px;}
B {COLOR:pink;}
A:hover {COLOR:black; text-decoration:none; CURSOR:crosshair; text-decoration:underline;}
A:link {COLOR:black; text-decoration:none; CURSOR:crosshair;}
A:active {COLOR:black; text-decoration:none; CURSOR:crosshair;}
</style>



</head>


<body BACKGROUND="http://www.hilary.surreal-dreams.net/table.jpg" >
<img src="http://www.hilary.surreal-dreams.net/HilaryLay.jpg" leftmargin="0" topmargin="0"
style="position:absolute;top:0px ;left:0px;">


<div style="Position:absolute; top: 400px; left: 105px;width: 200px; height: 1000px; scroll:no">
<center>
<font size=2><b>NAVIGATION</b><br>

<a href="http://hilary.surreal-dreams.net/hilary.htm" target="content">HILARY</a>
<br><a href="http://www.hilary.surreal-dreams.net/News.htm" target=content">NEWS</a><br>
<a href="http://hilary.surreal-dreams.net/Media.htm" target="content">MEDIA</a><br>
<a href="http://hilary.surreal-dreams.net/Site.htm" target="content">SITE</a><br>
<a href="http://hilary.surreal-dreams.net/WWW.htm" target="content">WWW</a>
<br><br>
<b>STATUS</b><br>
<font size=2>Webmistress-<a href="mailto:katelin@surreal-dreams.net"><b>Katelin</b></a><br>
<!-- Start FastWebCounter.com -->
<a href="http://www.fastwebcounter.com" title="Free Web Counter"><script src="http://fastwebcounter.com/secure.php?s=http://www.hilary.surreal-dreams.net"></script> hi</a><a href="http://037.us">ts. </a>

<!-- End FastWebCounter.com -->
</b>
<!-- Start FastOnlineUsers.com -->
<a href="http://www.fastonlineusers.com"><script src=http://fastonlineusers.com/online.php?d=http://hilary.surreal-dreams.net></script> onl</a><a href="http://391.us">ine</a><!-- End FastOnlineUsers.com -->
<br><br>
<b>HOST</b><br>
That you to <a href="http://www.surreal-dreams.net"><b>Ty</b></a><br>
My wonderful host for hosting<br>
my site! Luv you!<br><br>

<b>TOP AFFILIATES</b>
<br>None yet! To apply email me at <br>Katelin@surreal-dreams.net<br><br>
<b>TAGBOARD</b><br>
<center><script LANGUAGE="Javascript" TYPE="text/javascript" SRC="http://www.tag-board.com/tagboard.js"></SCRIPT>
<table width="120" cellpadding="0" cellspacing="0" border="0">
<tr>
<center><td width=150 height=100 p align="left">
<center> <iframe FRAMEBORDER="0" src="http://www.tag-board.com/my.tag?name=4292" name="tag" width="130" height="155"
marginwidth="0" marginheight="0"></iframe>
<script>netscape_support();</script>
</td>
</tr>
<tr>

<td>
<a href="http://www.tag-board.com/" target="_new">Powered by TagBoard Message Board</a>
</td>
</tr>
<tr>
<td>
<form action="http://www.tag-board.com/add.tag" method="post" name="tagform" target="tag">
<center> <input type="hidden" name="name" value="4292">
Name<br>
<center> <input name="tagname" maxlength="20"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"><br>
</center> URL or Email
<center> <input name="tagurl" maxlength="100"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"><br>
Messages(<a href="http://www.tag-board.com/smilies/smilies.htm" onClick="return pop_up_smilies();" target="_blank">smilies</a>)
<br>
<center> <textarea cols="20" rows="2" name="message" style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid"></textarea><br>
<center><input class=button type="submit" value="TAG" onclick="return Clear_Last_Message_on_Sub mit();"style="font-size: 7pt; font-family: arial; color: #000000; background: none; border: 1px; border-color: #000000; border-style:solid">
</form>
<script>rememberme()</SCRIPT>
</td>
</tr>

</table>
</center>
</div>


<div style="Position:absolute; top: 400px; left: 380px;width: 300px; height: 1000px; scroll:no">


<iframe FRAMEBORDER="0" src="main.htm" name="content" width="300" height="1000"
marginwidth="0" marginheight="0" scrolling="no"></iframe>


</div>

<body background="inside1.jpg"bgproperties="fixed">

</body></html>


and then heres the style.css code:
body {font-family: Arial,Verdana,Helvetica,s ans-serif;
cursor:crosshair;
Font-size:12px;
color: #000000;
background-color: #FF6699;}

div, table, tr, td {font-family: Arial,Verdana,Helvetica,s ans-serif;
cursor:crosshair;
Font-size:12px;
color: #000000; }

B {COLOR:pink;}
A:hover {COLOR:black; text-decoration:none; CURSOR:crosshair; text-decoration:underline;}
A:link {COLOR:black; text-decoration:none; CURSOR:crosshair;}
A:active {COLOR:black; text-decoration:none; CURSOR:crosshair;}

salomeyasobko
04-05-2004, 02:52 AM
i don't really get why you have CSS on your page if you link to an external style sheet. in the CSS coding on your page [not in the style sheet], replace the top part with this [what i added is in red]:
BODY {background-color: #FF6699; scrollbar-face-deeppink: pink; scrollbar-shadow-color: black; scrollbar-highlight-color:white ; scrollbar-3dlight-color: FE2A70; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-arrow-color: FFFFFF}

see if that works. i'm sort of confused about your coding though :confusion sorry :buckt:

Rosey
04-05-2004, 02:53 AM
Take out the css you have on that page. On your style.css, there is a space between in sans serif that shouldn't be there, the forum sometimes adds spaces. And the link should go in between the <head> tags not before the html, try that.

Your main.html should be a regular html file:

<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>

content


</body>
</html>

No iframe code there at all.

DumBrunett
04-05-2004, 03:03 AM
im sorry- but i just cant understand this! do u think u could maybe log onto my FTP account and enter the code in urself? =/

Rosey
04-05-2004, 03:10 AM
pm me with your details and put your email address, if i can't access your ftp i'll email you both files. I'll be back in an hour, i have to take hubby to work.

DumBrunett
04-06-2004, 12:21 AM
thank u sooo much!!! if u want... u can give me ur email address and i'll give u credit on my website