Furtopia | Family Friendly Furry Forum and IRC Chat!

the basement => the archives => web design support => Topic started by: Mianame on June 04, 2009, 12:08:22 am

Title: Layout and scrolling bars
Post by: Mianame 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>
Title: Re: Layout and scrolling bars
Post by: Arbutus 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. ^_^
Title: Re: Layout and scrolling bars
Post by: Mianame 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
Title: Re: Layout and scrolling bars
Post by: EmuMadam 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. :)