Author Topic: Layout and scrolling bars  (Read 9987 times)

0 Members and 1 Guest are viewing this topic.

Offline Mianame

  • Hero Member
  • *****
  • Female
  • Posts: 855
    • www.mirches.deviantart.com
Layout and scrolling bars
« on: June 04, 2009, 12:08:22 am »
Hey everybody.

I'm attempting to spice up my web page and..well frankly I feel that I am failing miserably. here is what I have thus far:

http://www.freewebs.com/servalsatyr/index.htm

I just used some old tricks and I don't really know what else to do to make it more appealing or attractive to the eye. Should I change the color scheme? Get a better banner? Re-locate some stuff? Some honest critiques would be VERY much appreciated!

Also I'm having trouble with some of my code. I'm working with frames right now and I can't seem to make the scroll bar disappear on the middle column. If anyone could take a look at this and tell me what to do I'd love you muchly!

Here's the code for the index.html:

<html>

<frameset rows="25%,75%" FRAMEBORDER="no" FRAMESPACING="0" BORDER="0" scrolling="no">

<frame src="http://www.freewebs.com/servalsatyr/Banner.html" scrolling="no" NORESIZE name="banner">

<FRAMESET cols="10%,65%,25%" FRAMEBORDER="no" FRAMESPACING="0" BORDER="0" scrolling="no">

<frame src="http://www.freewebs.com/servalsatyr/Menu.htm" scrolling="no" NORESIZE name="menu">

<frame src="http://www.freewebs.com/servalsatyr/Home.htm" NORESIZE name="content" scrolling="yes">

<frame src="http://www.freewebs.com/servalsatyr/RightColumn.htm" NOREZISE name="Picture" scrolling="no">

</frameset>

</frameset>

</html>

Offline Arbutus

  • Hero Member
  • Species: Rabbit
  • Also known as Sir Bunny-Face
  • *****
  • Posts: 8322
Re: Layout and scrolling bars
« Reply #1 on: June 04, 2009, 12:20:29 am »
Alas, I have forgotten most of the HTML I ever knew, but I just wanted to say that's an amazing drawing of you on the home page. ^_^

Offline Mianame

  • Hero Member
  • *****
  • Female
  • Posts: 855
    • www.mirches.deviantart.com
Re: Layout and scrolling bars
« Reply #2 on: June 04, 2009, 01:38:18 am »
I love that drawing too! By far one of the best pics of my fursona ever done :p I can't take credit for it though. It was done by the fantastic artist named Xainy: http://www.furaffinity.net/user/xainy

Offline EmuMadam

  • Full Member
  • ***
  • Female
  • Posts: 176
Re: Layout and scrolling bars
« Reply #3 on: August 30, 2009, 01:35:18 pm »
Put this in all your middle pages not the main layout one, next to <HEAD> after it. <HEAD><body scroll="no">

<body scroll="no">

And you won't have any scroll bars. :)