romanticyao
Sun 28th Dec '03, 2:12pm
I want to have my forum look like this:
http://www.vaio.sony.co.jp/
a top frame with all my logo, menu inside it. and another frame with my forum content. I guess the code might look like this:
<HTML>
<HEAD>
<TITLE>VAIO</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS">
</HEAD>
<FRAMESET ROWS="39,*" COLS="*" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0">
<FRAME NAME="navi_top" SCROLLING="NO" noresize SRC="/Common/Navi/navi.html" FRAMEBORDER="NO" >
<FRAME NAME="body_top" noresize SCROLLING="AUTO" SRC="index_body.html" FRAMEBORDER="NO"></FRAMESET>
<NOFRAMES>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
</BODY>
</NOFRAMES>
</HTML>
if so, i have few problem:
First, what do i put in as SRC=" " for my forum content? (see the redline)
Second, where do i insert the code above? in which vb template(s)?
http://www.vaio.sony.co.jp/
a top frame with all my logo, menu inside it. and another frame with my forum content. I guess the code might look like this:
<HTML>
<HEAD>
<TITLE>VAIO</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS">
</HEAD>
<FRAMESET ROWS="39,*" COLS="*" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0">
<FRAME NAME="navi_top" SCROLLING="NO" noresize SRC="/Common/Navi/navi.html" FRAMEBORDER="NO" >
<FRAME NAME="body_top" noresize SCROLLING="AUTO" SRC="index_body.html" FRAMEBORDER="NO"></FRAMESET>
<NOFRAMES>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
</BODY>
</NOFRAMES>
</HTML>
if so, i have few problem:
First, what do i put in as SRC=" " for my forum content? (see the redline)
Second, where do i insert the code above? in which vb template(s)?