Website Layout
remi
remedy [blu.knight] Join Date: 2003-11-18 Member: 23112Members, Super Administrators, Forum Admins, NS2 Developer, NS2 Playtester
<div class="IPBDescription">I need some advice.</div> I need you guys to tell me which way you prefer...
unseperated... <a href='http://home.comcast.net/~sky3987/newsite2/index2.html' target='_blank'>http://home.comcast.net/~sky3987/newsite2/index2.html</a>
or seperated. <a href='http://home.comcast.net/~sky3987/newsite2/index.html' target='_blank'>http://home.comcast.net/~sky3987/newsite2/index.html</a>
I don't care what you think of the content, it's just the design I care about because I just made the site yesterday to this morning...
Also, how do I make it so browsers won't cache the page?
And finally, is there a tutorial or something somehow to tell me how I could make it so that I could just put my updated news in like a .txt file or something, and then have some code (php, cgi, perl... something) look in the txt file and use that data to plop it into the layout?
Any complements/advice/criticism on the site is welcome.
So far people have mainly said that the text is too small.
Thanks.
unseperated... <a href='http://home.comcast.net/~sky3987/newsite2/index2.html' target='_blank'>http://home.comcast.net/~sky3987/newsite2/index2.html</a>
or seperated. <a href='http://home.comcast.net/~sky3987/newsite2/index.html' target='_blank'>http://home.comcast.net/~sky3987/newsite2/index.html</a>
I don't care what you think of the content, it's just the design I care about because I just made the site yesterday to this morning...
Also, how do I make it so browsers won't cache the page?
And finally, is there a tutorial or something somehow to tell me how I could make it so that I could just put my updated news in like a .txt file or something, and then have some code (php, cgi, perl... something) look in the txt file and use that data to plop it into the layout?
Any complements/advice/criticism on the site is welcome.
So far people have mainly said that the text is too small.
Thanks.
Comments
unsepperated looks like poo.
unsepperated looks like poo. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
The thing about the unseperated though is it looks much more "together"... I don't know. I'm torn. (hence me asking for advice)
Separated has a bit TOO much repetition going on which really makes the design look "boring" (not sure wat better word to describe it) and starts to distract from the other design aspect of the site.
Aye. I just don't like how the News posts are broken up in the unseperated version (the line) and I'm not sure how to make it look any better.
dito
Aye. I just don't like how the News posts are broken up in the unseperated version (the line) and I'm not sure how to make it look any better. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
I really went through the same design problem as you did when I designed this one site. In the end it was just too much trouble and just went with the way you went with the single horizontal line.
ALternatively you can separate them with a simple box - 1 line box amd nuthin else, no icons etc etc
Easier on the eye.
Less scrolling to be done when you have more on there.
Less distance for the eye to travel.
Far less repetitive.
Just feels better.
<img src='http://www.flagmandesign.com/files/pageexample.gif' border='0' alt='user posted image' />
Imagine the duplicate entries are actually not duplicates, but signify new days.
edit: Oh, and Medhead, what font did you use there for the date? is it Arial? Times New Roman?
edit2: Definitely having trouble figuring out how I could do that type of line, and make it still work if people change their font sizes... (I don't know how to specify a certain pixel size, just the +# way)
The sans-serif font is Trebuchet MS.
You could always use CSS to design your header. Something like this:
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
<style type="text/css" media="all">
h2 {
background: url(images/stripe.jpg) repeat-x bottom;
color: #214660;
font-size: 115%;
margin: 0;
padding: .5em 0;
}
</style>
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
And then set the header text to <h2>.
Ok, so here's a question:
<STYLE>
<!--
A{text-decoration:none}
-->
</STYLE>
How could I make it so that within the left box the links aren't underlined, but in the main text they are? And what is -2 or -1 in %? (My text in the textbox is -1, and in the links box it's -2)
edit: Oh, and if that works the way I think it does, there would still be a problem with making the link go across the whole page.
edit2: Is there some html for making a background image not repeat vertically, and be aligned on the bottom?
edit3: oh, and allow me to quote from my website:
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Could anyone help me make this into a php script or something so that I can just put my updates in a txt file, and have them show up here?<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
(is there some way I can make a template type thing and have it automatically put the data into the template?)
edit 1: I don't know what you mean.
edit 2: I don't recall anything like that off the top of my head (it's been a while since I used plain old HTML). CSS could do this easily.
edit 3: You could use WordPress, but to design your own theme, you'd need to work with PHP. The documentation provided is pretty well written to help out, but it's a chore (I'm doing it myself, and being a total newbie to PHP, it's taking more time than I wanted).
I don't know. I don't know how to use CSS at all.
Would you be able to show me what would be needed to do both of those things? or should I just go look at htmlgoodies.com at the CSS section? (I assume they have one.)
You can make a background repeat vertically and stick to the bottom very easily with CSS:
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
<table id="content">
Data here
</table>
In the <head> area:
<style type="text/css" media="all">
#content {
background: url(images/imagehere.jpg) repeat-y bottom;
}
</style>
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Whoops, noticed an error in what I wrote.
Managed to get it there... I think it looks okay... Stupid html and stuff **** me off though.
edit: Yike, accidentally made three posts in a row without realizing it.
Medhed and Fam are the best people around if you want help with web design. Fam is usually available on IRC, and i have been bothering with him for the last week asking for advice on my site im doing for my Uni work.
<a href='http://www.hawxby.com/wsdica2/index.html' target='_blank'>http://www.hawxby.com/wsdica2/index.html</a>
Edit:
Having now looked at the source i would say try to get away from site layout using tables as soon as possible. I know it's done alot but it's the wrong way to do things, try positing elements within div tags and use CSS classes to position them. Take a look at my site, not a table it sight.