| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Ur mother's ur brother?
Join Date: Jun 2003
Location: Liverpool
Posts: 880
|
css no-mark
that's me. this is my very first attempt at a CSS website. I realise that there is probably much wrong with it. that's why i was wondering if people could take a look at the code of it and the layout of it and let me know which things I am doing wrong (before I get stuck into bad habits). I thought it was about time I tried to move with the times. http://www.thundermedia.co.uk/csstest/ cheers p.s. there is only currently the 'home' page and the 'people' page ::: TC Magazine :::
|
|
|
|
|
|
#3 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,939
|
Forgive me for saying this, but I really don't think using css to style your tables-based layout passes for a 'css website'. One of the first things you need to do is implement a proper DTD (preferably XHTML 1 Strict, if you're at all serious about moving with the times.) Next you need to familiarise yourself with how to externalise css. - btw, what's the typeface you've used for the o'conners logotype? Fat, little slab-serif that. Might just have to squeeze that into an upcoming project. |
|
|
|
#4 (permalink) |
|
Ur mother's ur brother?
Join Date: Jun 2003
Location: Liverpool
Posts: 880
|
haha i see i have only scratched the surface on the css thing then. i guess i should read another book. i think its prob a bit pointless asking for advice until i've gone back to the drawing board. cheers for the eyeopener. bill, i'll check what font we used on the logo. it was done quite a while ago. ::: TC Magazine :::
|
|
|
|
#5 (permalink) |
|
I Call Shenanigans™
Join Date: Feb 2003
Location: Manchester, England.
Posts: 9,748
|
Read through this : http://www.thenoodleincident.com/tutorials/design_rant/ Gave me a good understanding of the theory before I started on the the practice. |
|
|
|
#9 (permalink) |
|
Ur mother's ur brother?
Join Date: Jun 2003
Location: Liverpool
Posts: 880
|
great link Oli. I've read it and i now understand the full extent of my naivety! ::: TC Magazine :::
|
|
|
|
#11 (permalink) |
|
Ur mother's ur brother?
Join Date: Jun 2003
Location: Liverpool
Posts: 880
|
i'm on the case bill ::: TC Magazine :::
|
|
|
|
#13 (permalink) |
|
Ur mother's ur brother?
Join Date: Jun 2003
Location: Liverpool
Posts: 880
|
hahaha... urggh the font on the logo is Rockwell (otherwise known as Slab Serif i think) and the cropped O's are just circles drawn in Illustrator ::: TC Magazine :::
|
|
|
|
#14 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,939
|
Cheers, Jaffa I never would have recognised that as Rockwell. I never realised that it went up to a fat/phat Extra Bold weight. I've only known it as an ugly, mono-weight slab that I've generally learned to avoid. That'll learn me. Now duly bought. Thx again. |
|
|
|
#15 (permalink) |
|
Ur mother's ur brother?
Join Date: Jun 2003
Location: Liverpool
Posts: 880
|
does it looks how you hoped? http://www.paratype.com/fstore/fonts/Rockwell.htm the extra bold one on that list is a good un ::: TC Magazine :::
|
|
|
|
#17 (permalink) |
|
Ur mother's ur brother?
Join Date: Jun 2003
Location: Liverpool
Posts: 880
|
here we go again. i've tried to re-jig the page i was workin on. Am i getting any nearer to it being a 'css page'? any comments on what i'm doing wrong would be mucho helpful http://www.thundermedia.co.uk/csstest/ ::: TC Magazine :::
|
|
|
|
#18 (permalink) |
|
Dr. Lucien Sanchez
Join Date: Mar 2003
Location: UK
Posts: 5,527
|
Calm down with the divs. For example, this bit: <div id="widelogo"><img src="logowide.gif" width="400" height="53"></div> ...could be <img src="logowide.gif" width="400" height="53" id="widelogo" /> Apply styling to the image itself. Do strict (so />). Link to external stylesheet. Good work, but next - try to learn to style the content rather than sticking each element in it's own div. You div. |
|
![]() |