| View previous topic :: View next topic |
| Author |
Message |
midnightangel
Joined: 12 Jul 2007 Posts: 5
|
Posted: Thu Jul 12, 2007 5:12 am help with frame layotu please? |
|
|
|
im having lots of trouble with this layout
could you please help me in codeing it?
-i dont understand how to put in the background for the nav. or the top part of it or anything really pretty please help me code this
| Code: |
<HTML>
<HEAD>
<TITLE>.::M i d n i g h t::. .::A n g e l::.</TITLE>
</HEAD>
<frameset rows="150,*"></style>
<frame src="top.html" name="top" noresize="yes">
<frameset cols="150,*,150">
<frame src="links1.html" name="links1" noresize="yes">
<frameset rows="*,25">
<frame src="main.html" name="main" noresize="yes">
<frame src="bottom.html" name="bottom" noresize="yes">
</frameset>
<frameset cols="*">
<frame src="links2.html" name="links2" noresize="yes">
</frameset>
</HTML>
|
thank you. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8217 Location: Castle Rock CO USA
|
Posted: Thu Jul 12, 2007 12:32 pm |
|
|
|
The background image would go into the top.html, links1.html, main.html, bottom.html, links2.html.
Any reason why you are using so many frames?
_________________
Corey
Toll Free Fax Numbers | Merchant Accounts |
|
midnightangel
Joined: 12 Jul 2007 Posts: 5
|
Posted: Fri Jul 13, 2007 9:27 am |
|
|
|
i still dont understand
should i use a different index?
im using a bunch of frames cuz i need to
i have alot of content |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8217 Location: Castle Rock CO USA
|
|
midnightangel
Joined: 12 Jul 2007 Posts: 5
|
Posted: Sat Aug 04, 2007 8:36 am |
|
|
|
i deff got it now thanks.
one more thing, could you tell me what wronge with this code
it looks like:
| Code: |
<DIV style="LEFT: 0px; POSITION: absolute; TOP: 0px">
<img src="http://i135.photobucket.com/albums/q135/alligurl66/layout.png.jpg">
<iframe allowtransparency="true" frameborder="0" border=0 width=121
height=245 src="/left.html"
name="left" style="position:absolute; left:15; top:177" scrolling=yes">
</iframe>
<iframe allowtransparency="true" frameborder="0" border=0 width=364
height=245 src="/main.html"
name="main" style="position:absolute; left:151; top:177" scrolling=yes">
</iframe>
<iframe allowtransparency="true" frameborder="0" border=0 width=121
height=245 src="/right.html"
name="right" style="position:absolute; left:530; top:177" scrolling=yes">
</iframe>
|
|
|
midnightangel
Joined: 12 Jul 2007 Posts: 5
|
Posted: Sat Aug 04, 2007 8:36 am |
|
|
|
i deff got it now thanks.
one more thing, could you tell me what wronge with this code
it looks like:
| Code: |
<DIV style="LEFT: 0px; POSITION: absolute; TOP: 0px">
<img src="http://i135.photobucket.com/albums/q135/alligurl66/layout.png.jpg">
<iframe allowtransparency="true" frameborder="0" border=0 width=121
height=245 src="/left.html"
name="left" style="position:absolute; left:15; top:177" scrolling=yes">
</iframe>
<iframe allowtransparency="true" frameborder="0" border=0 width=364
height=245 src="/main.html"
name="main" style="position:absolute; left:151; top:177" scrolling=yes">
</iframe>
<iframe allowtransparency="true" frameborder="0" border=0 width=121
height=245 src="/right.html"
name="right" style="position:absolute; left:530; top:177" scrolling=yes">
</iframe>
|
|
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8217 Location: Castle Rock CO USA
|
Posted: Sat Aug 04, 2007 9:52 am |
|
|
|
The code in general. Too many iframes and using absolute positioning.
It seems the problems you are pointing at are in the main.html or right.html?
_________________
Corey
Toll Free Numbers | SiteMaps for Search Engines |
|
midnightangel
Joined: 12 Jul 2007 Posts: 5
|
Posted: Sat Aug 04, 2007 11:01 am |
|
|
|
| its the index |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8217 Location: Castle Rock CO USA
|
|
|