Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Website Frames Help!

I'm working on a website, here's the code I'm using for my framses right now:

<framset cols="20%, 80%">

<frame src="URL here" name="sidebar" noresize>
<frame src="URL here" name="main">

</frameset>


So at the moment my webpage looks like this:

http://i155.photobucket.com/albums/s291 ... ebpage.jpg[/IMG]


What I want it to look like is:

http://i155.photobucket.com/albums/s291 ... bpage2.jpg[/IMG]

I want the extra frame up going right across the top. I tried so many combinations of Frame codes and none worked! Can anyone help?
 
Man I haven't used frames in years (and suggest you don't for something like this) but it would be something like:

HTML:
<frameset rows="160px, *">
<frame src="LOGO PAGE URL" name="logo" noresize>

<frameset cols="20%, 80%">
<frame src="URL here" name="sidebar" noresize>
<frame src="URL here" name="main">
</frameset>

</frameset>

Assuming 160px is the height of your logo which I most certainly hope it is! if it is not, I suppose you'd have to change that number!
 
Ceroscuro;322307 said:
Man I haven't used frames in years (and suggest you don't for something like this) but it would be something like:

HTML:
<frameset rows="160px, *">
<frame src="LOGO PAGE URL" name="logo" noresize>

<frameset cols="20%, 80%">
<frame src="URL here" name="sidebar" noresize>
<frame src="URL here" name="main">
</frameset>

</frameset>

Assuming 160px is the height of your logo which I most certainly hope it is! if it is not, I suppose you'd have to change that number!

Awesome, thanks. I need to use Frames because it's for a school project otherwise I wouldn't :p
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top