Rowenna
08-12-2011, 10:58 PM
After a few days of not being able to explain how I want the layout of my website to be, I finally found an example of it at http://www.dolliecrave.com/framecodes.shtml
But as I am very new to html I now face a new problem. What coding do I now need to add so that I can put in my own content. For example, a logo in the header, background colours and text in the other areas?
The code is as follows:
<HTML>
<HEAD><TITLE>My Frame Page</TITLE></HEAD>
<HEAD></HEAD>
<frameset rows=40,60>
<frame src=top.html name=top scrolling=no
marginwidth=0 marginheight=0 noresize=yes>
<frameset cols=130,*,130 border=0>
<frame src=left.html name=right scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
<frame src=main.html name=main scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
<frame src=right.html name=right scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
</frameset>
<noframes>
Thank you DollieCrave for the frame code.
</noframes>
</HTML>
I also want to change the dimensions of each column and make the header one single area.
Do I need to somehow label each column/header and then separately input my html?
I realise this is probably all very vague but I wondered if anyone could help me with the basic html needed or anything that will get me started.
It would be very much appreciated.
But as I am very new to html I now face a new problem. What coding do I now need to add so that I can put in my own content. For example, a logo in the header, background colours and text in the other areas?
The code is as follows:
<HTML>
<HEAD><TITLE>My Frame Page</TITLE></HEAD>
<HEAD></HEAD>
<frameset rows=40,60>
<frame src=top.html name=top scrolling=no
marginwidth=0 marginheight=0 noresize=yes>
<frameset cols=130,*,130 border=0>
<frame src=left.html name=right scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
<frame src=main.html name=main scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
<frame src=right.html name=right scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
</frameset>
<noframes>
Thank you DollieCrave for the frame code.
</noframes>
</HTML>
I also want to change the dimensions of each column and make the header one single area.
Do I need to somehow label each column/header and then separately input my html?
I realise this is probably all very vague but I wondered if anyone could help me with the basic html needed or anything that will get me started.
It would be very much appreciated.