mystikal06
06-18-2004, 03:44 AM
I finally, after three days of coding, got what I was tryin to do! Well, almost... My text isn't showing up in my DIVs. Anybody know how to fix this???
http://geocities.com/suicidaloutkast/Fefe.html go here to see
Rosey
06-18-2004, 03:44 AM
it should, you probably have an error in your code somewhere, what's your url?
mystikal06
06-18-2004, 04:09 AM
I added the URL. Sorry about that...kinda forgot lol
i see text.
blog sortof thing down the left column.
mystikal06
06-18-2004, 06:12 PM
ahh crap sorry I forgot to say. The left column is the iframe and the right column is the div. The left column is working fine but the div layer isn't showing up. There should be some text and there's nothing at all...
salomeyasobko
06-18-2004, 06:16 PM
i'm not sure if this is the problem [most likely not] but you forgot the </center> tag after you centered your image:
<center><img src="divider.jpg"></center> tag should be here<BR><BR><BR>
<p align=justify>
</DIV>
i'll keep searching the code, but that's the only mistake i found so far :o
EDIT: oh also, you have two body tags:
<body>
<body background="Fefebg.jpg" bgproperties="fixed">'
so just delete the first one.
EDIT AGAIN: okay i found the problem!! you for got the </iframe> tag!!
<iframe name="Blog" width="340" height="1500" src="Main.html" frameborder="0" border="0" style="position:absolute; left:7px; top:464px;" allowtransparency="true" style="FILTER: chroma (color=#72220A)">
</iframe> tag should go here!
:)
mystikal06
06-18-2004, 06:21 PM
ahh oh my god thank you so much! haha I thought my site was messed up, turns out it's just me not typing it in right hehe. Thanks so much!!