View Full Version : I just all around stink...


westernrider
04-02-2004, 04:23 AM
ok.. I know a lot of you will laugh at this because it is sooo terrible... but basically I know diddly about the way things are supposed to be alligned. I have a odd mizture of HTML and CSS... and it is horrifying... I am sure some of you will start cringing when you see this code but this is the sorce code from my site... I get all the body tags and stuff mixed up. I really need someone jsut to talk me through it.

<script language="JavaScript">var PUpage="76001087"; var PUprop="geocities"; </script><script language="JavaScript" src="http://www.geocities.com/js_source/pu5geo.js"></script><script language="JavaScript" src="http://www.geocities.com/js_source/ygIELib9.js?v3"></script><script language="JavaScript">var yviContents='http://us.toto.geo.yahoo.com/toto?s=76001087&l=NE&b=1&t=1080883087';yviR='us';yfiEA(0);</script>
<!-- text above generated by server. PLEASE REMOVE -->
<img
src="http://www.geocities.com/sophie_sherman/vhorsey1.gif">

<iframe FRAMEBORDER="0" BORDER=0 width=480 height=340
style="position: absolute; left: 230px; top: 375px" <img src="http://www.geocities.com/sophie_sherman//Content.htm"
name="webbie"></iframe>


<div style="position:absolute; left:10px; top:375px; width:170px; height:340px; background-color:#000000; overflow:auto;">
<center>------------------------------</center>
<br><a href="http://www.geocities.com/sophie_sherman/Content.htm" target="webbie">HOME</a>
<br><a href="http://www.geocities.com/sophie_sherman//about.htm" target="webbie">About Me</a>
<br><a href="http://www.geocities.com/sophie_sherman//Credits.htm" target="webbie">Credits</a>
<br><a href="http://www.geocities.com/sophie_sherman//photo.htm"
target="webbie">Photos</a>
<br><a href="http://www.lissaexplains.com/forum//index.php?referrerid=14371">HTML help</a>
<p><p><a href="http://www.geocities.com/sophie_sherman//links.htm"
target="webbie">REALLY COOL LINKS!</a><br>
Please check these out ;)
<center><p>------------------------------<br>
<center><IMG SRC="http://207.44.140.153/count/westernrider/4.gif" WIDTH=49 HEIGHT=87><br>Been Counting Since <br>12/27/03</center></center>

</div>







<style type="text/css">
TEXTAREA,input{border:3px dotted blue}
</style>
<style type="text/css">
TEXTAREA, input {background-color:transparent}
body {cursor:crosshair; scrollbar-face-color: black; scrollbar-shadow-color: white; scrollbar-highlight-color: black; scrollbar-3dlight-color: white; scrollbar-darkshadow-color: black; scrollbar-track-color: black; scrollbar-arrow-color:white; background-image: url(http://www.geocities.com/sophie_sherman/black_bg.jpg); background-position:left; background-attachment: ; }
* {font-family:Tw Cen MT ; font-size: 10pt; color: white; text-decoration:none;}
A {font-family: Tw Cen MT; font-size: 10pt; color: white; text-decoration:none;}
A:link { text-decoration: none; }
A:active { text-decoration: none; }
A:visited { text-decoration: none; }
A:hover {font-family: Tw Cen MT ; font-size: 11t; color: white; text-decoration: dotted white; border:3px dotted white}hp table{text-align:left}
</style>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<title>Sophie's Web</title>

</head>

<body>



</body>
</html>



<center>LINK ME!<p> I will be thrilled!... and I will love you forever!<p>


<img
src="http://www.geocities.com/sophie_sherman/ban.jpg"><p>
save this to your own server please!</center>



<!-- text below generated by server. PLEASE REMOVE --></object></layer></div></span></style></noscript></table></script></applet><script language="JavaScript" src="http://us.i1.yimg.com/us.yimg.com/i/mc/mc.js"></script><script language="JavaScript" src="http://geocities.com/js_source/geov2.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?us1080883087" alt="setstats" border="0" width="1" height="1"></noscript>
<IMG SRC="http://geo.yahoo.com/serv?s=76001087&t=1080883087" ALT=1 WIDTH=1 HEIGHT=1>

if you help me it would be very nice... lol... I am very much in the dark.

salomeyasobko
04-02-2004, 04:31 AM
well, in the beginning there is a problem with an iframe coding. i'm not quite sure what you're trying to do but.. just tell me if this isn't what you were going for :D [the red part is what i added]

<iframe FRAMEBORDER="0" BORDER=0 width=480 height=340
style="position: absolute; left: 230px; top: 375px"> <img src="http://www.geocities.com/sophie_sherman//Content.htm"
name="webbie"></iframe>

then, in your second "TEXTAREA, input" CSS code, you have
background-attachment: ;

that's unnecessary if you didn't specify anything for that. and then, in the same CSS part, for your hover links code, you have:

A:hover {font-family: Tw Cen MT ; font-size: 11t; color: white; text-decoration: dotted white; border:3px dotted white}hp table{text-align:left}

the red parts are what confuse me. i'm not quite sure what you're trying to do there :confused: but everything else looks fine [as far as i can see] :)

Rosey
04-02-2004, 06:19 AM
I didn't know where you wanted the link me thing so i just put it under the navigation thing.

Try this:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<title>Sophie's Web</title>

<style type="text/css">
TEXTAREA,input{border:3px dotted blue;}

TEXTAREA, input {background-color:transparent;}

body {cursor:crosshair;
scrollbar-face-color: black;
scrollbar-shadow-color: white;
scrollbar-highlight-color: black;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: black;
scrollbar-track-color: black;
scrollbar-arrow-color:white;
background-image: url(http://www.geocities.com/sophie_sherman/black_bg.jpg); background-position:left;}

A {font-family: Tw Cen MT; font-size: 10pt;
color: white;
text-decoration:none;}
A:link { text-decoration: none; }
A:active { text-decoration: none; }
A:visited { text-decoration: none; }
A:hover {font-family: Tw Cen MT ;
font-size: 11pt;
color: white;
text-decoration: dotted white;
border:3px dotted white;}

table{text-align:left;}

</style>

</head>

<body>



<img
src="http://www.geocities.com/sophie_sherman/vhorsey1.gif">

<iframe FRAMEBORDER="0" BORDER=0 width=480 height=340 style="position: absolute; left: 230px; top: 375px"> <img src="http://www.geocities.com/sophie_sherman/Content.htm"
name="webbie"></iframe>


<div style="position:absolute; left:10px; top:375px; width:170px; height:340px; background-color:#000000; overflow:auto;">
<center>------------------------------</center>
<br><a href="http://www.geocities.com/sophie_sherman/Content.htm" target="webbie">HOME</a>
<br><a href="http://www.geocities.com/sophie_sherman/about.htm" target="webbie">About Me</a>
<br><a href="http://www.geocities.com/sophie_sherman/Credits.htm" target="webbie">Credits</a>
<br><a href="http://www.geocities.com/sophie_sherman/photo.htm"
target="webbie">Photos</a>
<br><a href="http://www.lissaexplains.com/forum/index.php?referrerid=14371">HTML help</a>
<p><p><a href="http://www.geocities.com/sophie_sherman/links.htm"
target="webbie">REALLY COOL LINKS!</a><br>
Please check these out
<center><p>------------------------------<br>
<IMG SRC="http://207.44.140.153/count/westernrider/4.gif" WIDTH=49 HEIGHT=87><br>Been Counting Since <br>12/27/03<Br><Br>

<center>LINK ME!<p> I will be thrilled!... and I will love you forever!<p>


<img
src="http://www.geocities.com/sophie_sherman/ban.jpg"><p>
save this to your own server please!</center>

</div>

</body>
</html>

westernrider
04-03-2004, 04:30 AM
Ok... it works really well... but... in the DIV layer the left... the CSS is not working in it and it is jsut plain black text.

Rosey
04-03-2004, 04:38 AM
In your body part of your css, you need to specify font-family , font-size, color and then it will show up.

Also i noticed on yoru link, your font family, it just comes up as times on mine, i would suggest putting something liek arial, tahoma after the one you want so it will show up as anything but times ;)

westernrider
04-03-2004, 05:16 AM
yes! it works... Thank you so much Marie ;) but now my IFRAME isn't working... ack... and I have one other question... can almost all types of internet see Iframes... or is it only IE

this is my site with the new CSS you gave me

http://www.geocities.com/sophie_sherman/test.htm

I haven't added the new font yet :P