Help - Search - Members - Calendar
Full Version: A Few Suggestions
Sal's RuneScape Forum > The Media Board > Newspaper > Suggestions & Feedback
Demonader
It would help greatly if the Newspaper opened in a new window by DEFAULT (I don't right click on links often evil.gif )... And there were many grammar mistakes in the newspaper, it's understandable but yeah... it's a newspaper ice.gif ice.gif .

And my question is:

How'd you make the background "toggled"? You know.. make it stay while contents scroll? I viewed the source code and couldn't find out aware.gif aware.gif .
Steve
What do you mean open in a new window? You mean the sortcut link? An admin can do that, I believe.

For the background coding, this is the CSS used:
CODE
body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#047 url(img/bodybg.png) repeat-x fixed;
color:#222;
}
So youd do:
CODE
body{
background:#047 url(img/bodybg.png) repeat-x fixed;
}

#047 - Thats the background color where the background image isnt being shown, put whatever color the bottom of your image is there.
url(img/bodybg.png) - Thats the background image's URL
repeat-x - Makes it repeat horizontally
fixed - Keeps it from moving when you scroll the page.
Demonader
Yes that was what I meant and thanks for teaching me a small lesson on css ice.gif ice.gif ice.gif .


PS: What's up with that avatar... blink.gif blink.gif
Gillis
its an inside joke, don't worry
Julz(DJ)4433
About the grammar, we try our best and of course, we're not perfect tongue.gif

Even the big papers have spelling mistakes, but we will try hard to have a good paper smile.gif
Demonader
QUOTE(Julz(DJ)4433 @ Oct 18 2006, 05:27 AM) *
About the grammar, we try our best and of course, we're not perfect tongue.gif

Even the big papers have spelling mistakes, but we will try hard to have a good paper smile.gif



Uh huh... like one word out of 1 billion blah.gif blah.gif .
Julz(DJ)4433
QUOTE(Demonader @ Oct 20 2006, 06:23 AM) *
QUOTE(Julz(DJ)4433 @ Oct 18 2006, 05:27 AM) *
About the grammar, we try our best and of course, we're not perfect tongue.gif

Even the big papers have spelling mistakes, but we will try hard to have a good paper smile.gif



Uh huh... like one word out of 1 billion blah.gif blah.gif .


You're so nitpicky grindteeth.gif

Anyway, our next paper will improve smile.gif
Prashanna
You can blame me for most of the mistakes, I was hurrying to get it to Salmoneus. xd.gif tongue.gif Next time, we'll go through it before putting it up. smile.gif

EDIT: Just fixed some spelling. tongue.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.