View Full Version : My Layout Code


jacqueline22393
12-05-2005, 12:08 AM
Okay, so I made my first layout and I tried to code it, but it turned out like this...

http://www.freewebs.com/come_what_may/Home.htm

I'm not sure how to fix it...

This is my code right now:

<html>
<head>
<title>&nbsp;&nbsp;&nbsp;&nbsp;bad.kitty[blens]&nbsp;&nbsp;</title>
</head>

<boby link="black" vlink="black" alink="red" text="red" bgcolor="white"
background="http://img226.imageshack.us/img226/8644/background11mp.jpg"
topmargin="0" leftmargin="0"



<div align="left">
<img border="0" src="http://img226.imageshack.us/img226/1656/layout13vb.jpg">
<iframe FRAMEBORDER="0" BORDER="0" width=512 height=1100
src="http://www.freewebs.com/come_what_may/home.htm" name-main scrolling=CHOICE
style="position:absolute; left:2px; top:418px"></iframe>

Can anyone help me??? please?

lefty
12-05-2005, 02:07 AM
I checked your source and nothing's there...?

jacqueline22393
12-05-2005, 02:19 AM
oh...sorry about that! I was trying to change the layout so that it worked...it's back now.

pb&j
12-05-2005, 04:09 AM
looks like a good start.
which part do you want to fix up first?

salomeyasobko
12-05-2005, 04:32 AM
a few mistakes i notice off the bat:

<boby link="black" vlink="black" alink="red" text="red" bgcolor="white"
background="http://img226.imageshack.us/img226/8644/background11mp.jpg"
topmargin="0" leftmargin="0">

boby should be body

<iframe FRAMEBORDER="0" BORDER="0" width=512 height=1100
src="http://www.freewebs.com/come_what_may/home.htm" name-main scrolling=CHOICE
style="position:absolute; left:2px; top:418px"></iframe>

name-main needs to be name="main"

and i'm not sure if scrolling=choice is a real attribute.. i thought it was either scrolling=yes or scrolling=no

now don't forget to add:

</div>
</body>
</html>

at the end of all of your coding.

i hope that helps! :)

jacqueline22393
12-05-2005, 04:52 AM
Thank you so much! That did help, I did the code from a tutorial so I didn't realize that it was like that.

And what I want to fix is that I followed the tutorials at this site:
http://sarahshady.com/blends/frames.htm

And I was also wondering how to actually put in the text so it looks like how it looks on the site??? Or would it have to be a different type of layout,etc.?

kittycat
12-05-2005, 03:16 PM
You'll have to change the page that you have inside the iframe. Then on that page you can put whatever text you want, and you can format it using CSS (http://www.lissaexplains.com/css.shtml)