Edited by - Finalday on 10/30/2004 1:20:03 PM
Important MessageYou are browsing the archived Lancers Reactor forums. You cannot register or login. |
My little world
This is where you can discuss your homework, family, just about anything, make strange sounds and otherwise discuss things which are really not related to the Lancer-series. Yes that means you can discuss other games.
31 posts
• Page 2 of 3 • 1, 2, 3
There is aslo a spell checker in the sticky in the fan Fic forum too. Link
Edited by - Finalday on 10/30/2004 1:20:03 PM
Edited by - Finalday on 10/30/2004 1:20:03 PM
lol nice site, the main page is a little conusing though, the text i mean, it could use a little spelling work, like locutus said, and maybe some re-wording, but overall it is good, the whole concept is cool, many people have ideas about this kind of thing, but few actually share it with the world.
You can run, but run fast.... 1 shot is all I need.
You can run, but run fast.... 1 shot is all I need.
Alright - enough of the chit chat folks- there are chat rooms/msn to talk over okay?
By the way- you don't need to put 'copyright' in at the bottom.......its un-necessary in all honsety..
I know Grom doesn't like them too much - but in all honesty, you should consider using frames if every page is going to have that top bar and same side bar.
That way it will switch pages easier, quicker, and simpler - and you can add more stuff/have a scroll bar for when more is added.
By the way- you don't need to put 'copyright' in at the bottom.......its un-necessary in all honsety..
I know Grom doesn't like them too much - but in all honesty, you should consider using frames if every page is going to have that top bar and same side bar.
That way it will switch pages easier, quicker, and simpler - and you can add more stuff/have a scroll bar for when more is added.
Im not much of a web designer, but would that be like this site? (not meaning to advertise 4 my server im just curious)
You can run, but run fast.... 1 shot is all I need.
Edited by - [SGCJack on 10/30/2004 1:36:09 PM
You can run, but run fast.... 1 shot is all I need.
Edited by - [SGCJack on 10/30/2004 1:36:09 PM
@chipsi am working on that chips, bear in mind this is my second website, both made today. also i put the copyright there to be safe, if i dont need it no harm done if i do then i have it. better safe then sorry as my mom told me when i threw rocks at stuff
EDIT: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaah i finished linking them, then adding everything now all i have to wait for is for wilde to spell/grammar check and edit them
Edited by - [ACDSQrn on 10/30/2004 2:12:32 PM
Edited by - [ACDSQrn on 10/30/2004 2:13:33 PM
EDIT: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaah i finished linking them, then adding everything now all i have to wait for is for wilde to spell/grammar check and edit them
Edited by - [ACDSQrn on 10/30/2004 2:12:32 PM
Edited by - [ACDSQrn on 10/30/2004 2:13:33 PM
Arrgg - your background in the top frame is cocked up!
background="file:///C//Documents%20and%20Settings/Jenny/My%20Documents/Webpage/Backround/SpeckledStars.gif"
no no - it should be:
background="SpeckledStars.gif"
That is what your other pages show anyway.
As for the only other thing i detest, its the scroll bars.....simply put - they are, erm, kinda out of place!
I would recommend changing the colour. On your main page, you have this in your html coding:
<body bgcolor="#FFFFFF" text="#33FF00" background="SpeckledStars.gif" link="#33FF00" vlink="#33FF00" alink="#33FF00">
<style type="text/css">
<!--
.link {font:12px verdana; text-decoration:none; font-weight:bold; color:BLUE; }
A:hover { color:#349901; }
-->
</style>
<center>
</center><center>
For me, personally, you should do some good old fashioned scroll bar colouring.
Add this to the in between the <style> </style> tags:
body { scrollbar-face-color: #001224; scrollbar-shadow-color: #000022; scrollbar-highlight-color: #002244; scrollbar-3dlight-color: #002233; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #003557; scrollbar-arrow-color: #0077AA;}
So it becomes this:
<body bgcolor="#FFFFFF" text="#33FF00" background="SpeckledStars.gif" link="#33FF00" vlink="#33FF00" alink="#33FF00">
<style type="text/css">
<!--
.link {font:12px verdana; text-decoration:none; font-weight:bold; color:BLUE; }
A:hover { color:#349901; }
body { scrollbar-face-color: #001224; scrollbar-shadow-color: #000022; scrollbar-highlight-color: #002244; scrollbar-3dlight-color: #002233; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #003557; scrollbar-arrow-color: #0077AA;}
-->
</style>
<center>
</center><center>
That will make your scroll bars the colour that I use on my 'constructed but not visible' site at the moment. Fiddle with the colours somewhat to get the effect you like - Maybe shades of green for you? Dunno. I find it all a bit bright, but thats not a bad thing, just my personal taste - which is why I won't comment on the buttons etc - as that is personal taste
background="file:///C//Documents%20and%20Settings/Jenny/My%20Documents/Webpage/Backround/SpeckledStars.gif"
no no - it should be:
background="SpeckledStars.gif"
That is what your other pages show anyway.
As for the only other thing i detest, its the scroll bars.....simply put - they are, erm, kinda out of place!
I would recommend changing the colour. On your main page, you have this in your html coding:
<body bgcolor="#FFFFFF" text="#33FF00" background="SpeckledStars.gif" link="#33FF00" vlink="#33FF00" alink="#33FF00">
<style type="text/css">
<!--
.link {font:12px verdana; text-decoration:none; font-weight:bold; color:BLUE; }
A:hover { color:#349901; }
-->
</style>
<center>
</center><center>
For me, personally, you should do some good old fashioned scroll bar colouring.
Add this to the in between the <style> </style> tags:
body { scrollbar-face-color: #001224; scrollbar-shadow-color: #000022; scrollbar-highlight-color: #002244; scrollbar-3dlight-color: #002233; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #003557; scrollbar-arrow-color: #0077AA;}
So it becomes this:
<body bgcolor="#FFFFFF" text="#33FF00" background="SpeckledStars.gif" link="#33FF00" vlink="#33FF00" alink="#33FF00">
<style type="text/css">
<!--
.link {font:12px verdana; text-decoration:none; font-weight:bold; color:BLUE; }
A:hover { color:#349901; }
body { scrollbar-face-color: #001224; scrollbar-shadow-color: #000022; scrollbar-highlight-color: #002244; scrollbar-3dlight-color: #002233; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #003557; scrollbar-arrow-color: #0077AA;}
-->
</style>
<center>
</center><center>
That will make your scroll bars the colour that I use on my 'constructed but not visible' site at the moment. Fiddle with the colours somewhat to get the effect you like - Maybe shades of green for you? Dunno. I find it all a bit bright, but thats not a bad thing, just my personal taste - which is why I won't comment on the buttons etc - as that is personal taste
DSQrn, if you wouldn't mind a litle writting feed back,
Change this to -
The Bobcrew is a universe and world that my friends and I created. Our world is interwoven with philosophy and theory of the universe. The universe is composed of two, parallel worlds, one composed of fantasy and the other, of a grim future. The grim future is but a single solar system, while fantasy, is but a single planet. There are gods and heroes that both sow and reap the lands of the worlds.
It is still the same thing, just from a different angle.
Edited by - Finalday on 10/30/2004 4:45:32 PM
Bobcrew is a universe/world me and my friends made. We have a world that is riddled with Philsophy and thoery of the universe. There are to parralel universes in Bobcrew. one is a fantasy sort of thing, the other is in a grim future. The futuristic one takes place in a single solar system were as the fantasy one is upon one planet. There are gods and heros that reap and sow the land.
Change this to -
The Bobcrew is a universe and world that my friends and I created. Our world is interwoven with philosophy and theory of the universe. The universe is composed of two, parallel worlds, one composed of fantasy and the other, of a grim future. The grim future is but a single solar system, while fantasy, is but a single planet. There are gods and heroes that both sow and reap the lands of the worlds.
It is still the same thing, just from a different angle.
Edited by - Finalday on 10/30/2004 4:45:32 PM
Wow, that was good, think you guys could help me with my english homework sometime? lol j/k, but really great site, it would be cool if you guys organized some sort of RPG game or something to go with it, wouldn't have to be comlpicated just make it up as you go
You can run, but run fast.... 1 shot is all I need.
You can run, but run fast.... 1 shot is all I need.
oh there is alot more to it then just that. god i feel like someone from the matrix. as i said i just made it to day so the world is being uploaded into cyber space. and as i said FD Wilde is dealing with spelling/grammer. but the changes are interesting
@chips: im tired, i'll check about doing that later as i said remember this is my first website
Edited by - [ACDSQrn on 10/30/2004 5:21:30 PM
@chips: im tired, i'll check about doing that later as i said remember this is my first website
Edited by - [ACDSQrn on 10/30/2004 5:21:30 PM
Just a tip: check out www.htmlgoodies.com
It'll easily help you through the basics of making a web site in HTML
It'll easily help you through the basics of making a web site in HTML
31 posts
• Page 2 of 3 • 1, 2, 3