The Ink Collection : Desktop Wallpaper

tania721's picture

They have: 39 posts

Joined: Aug 2001

Hey Guyz

Im part of the way through this site...

http://users.origin.net.au/~tcn/

so bear in mind that only the first four celeb links work and the rest of it is pretty much dead so far Smiling

looking for any kind of ideas/criticism...harsh or otherwise *grin*

Thank you!
Tania

`Imagination is more important than Knowledge' ~ Albert Einstein

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

Feedback:
-I should make margins on the left and right, for the text that is Smiling
-the text on the black bar is hard to read. I suggest to use a lighter color for that.

Overall:
Nice one!

Shakespeare: onclick || !(onclick)

mairving's picture

They have: 2,256 posts

Joined: Feb 2001

Back again, Tania. Overall the site looks good, just some minor things that you may consider fixing.

  • Cellpadding - To prevent the text from bumping the edge on your table, add a cellpadding of about 5-10 to your table.
  • Stylesheets - consider using stylesheets to rid yourself of all those font tags, some of which are redundant. Stylesheets give you more control and give you a cleaner faster loading site. Also you can use stylesheets to give those links a rollover effect
  • Background - I am not a big fan of backgrounds. I think it is bad too when you can see the obvious repeat due to the background being tiled like yours. You could use the background but it needs to fit where the tiling is not so obvious.
  • In your header1 graphic, I don't like the way the orange part looks with the rest of the table. The pattern is different as is the color.

Your sites do seem to reflect the artist in you. This one is nice but I would just fix a few of the things mentioned. Also if you need help with how to get started in Stylesheets let us know.

Mark Irving
I have a mind like a steel trap; it is rusty and illegal in 47 states

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Cool, I like it. Intersting colour scheme and I really like the way you've used textures. I find that the flat look is getting kind of stale on the web, although it is difficult to use textures without having your site look like it just stepped out of 1997. This one looks good. Especially remarkable that you've successfully used three different textures at the same time. I don't really mind the kind of striped effect in the background either - actually I think it might look worse if it was more solid.

Basically, I totally disagree with mairving's last two points. I think those two things really "make" this site.

Definitely add some cellpadding to that content table, and I would also increase the font size a bit - it's a little hard to read.

Great design.

mairving's picture

They have: 2,256 posts

Joined: Feb 2001

Quote: Originally posted by Megan

Basically, I totally disagree with mairving's last two points. I think those two things really "make" this site.

Megan disagrees with me and totally too. What is a man to do. Just to clarify, the background was okay, the tiling part was what I had a problem with. Maybe it is just because I am looking for it. Megan certainly has a more artistic eye than I. Just curious what others think.

Mark Irving
I have a mind like a steel trap; it is rusty and illegal in 47 states

Busy's picture

He has: 6,151 posts

Joined: May 2001

I think its all been said

The words in the black strip are really hard to read, hope they wont be links as you'd never find them

tania721's picture

They have: 39 posts

Joined: Aug 2001

Mairving: cool - i might give stylesheets a go...there's some alternative to them in dreamweaver which are apparently better for a wider cross-section of browsers...would you suggest going for the dreamweaver option or the whole caboose?

Megan: Thanks Smiling Yeah I never started out intending to use that much texture, but I didn't think it looked too bad when I finished. And as for the colours - I originally started out with dif shades of blue - but I always do cooler colours and I think I'm sick of them so I thought I'd give the `terracotta' a go Sticking out tongue The text size is `1' in DW...I think 2 looks too big...do you know of any way to go up in halves or something?

Jack/Busy: yeah I'm thinking of scrapping the words on that dark line...wanted something to break the screen up a bit, I might eventually use the same font as the links below and make them extra links as needed or something.

Anyone think the thumbnails of the wallpapers were too small?

Anyways thanks for your input - I'll try a few changes and letcha know.
Tania Smiling

`Imagination is more important than Knowledge' ~ Albert Einstein

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Quote: Originally posted by tania721
Megan: Thanks Smiling Yeah I never started out intending to use that much texture, but I didn't think it looked too bad when I finished. And as for the colours - I originally started out with dif shades of blue - but I always do cooler colours and I think I'm sick of them so I thought I'd give the `terracotta' a go Sticking out tongue The text size is `1' in DW...I think 2 looks too big...do you know of any way to go up in halves or something?

Once you start using CSS you'll be able to specify fonts in pixel sizes which gives you a lot more flexibility.

mairving's picture

They have: 2,256 posts

Joined: Feb 2001

Quote: Originally posted by tania721
Mairving: cool - i might give stylesheets a go...there's some alternative to them in dreamweaver which are apparently better for a wider cross-section of browsers...would you suggest going for the dreamweaver option or the whole caboose?

Anyone think the thumbnails of the wallpapers were too small?

I am not sure about the Dreamweaver option. The easiest to do if you don't have a lot of pages is to just use the stylesheet internally between a couple of style tags. You could use something like this:

<style>
P { font-family:tahoma; color:#000000; font-size:9px; text-indent:8px }
A { text-decoration:none;
     font-size:9x;
color:#}
A:link { color:#}

A:visited {text-decoration:none;
            color:#}

A:active {text-decoration:none;
            color:# }

A:hover {text-decoration:none;
font-size : 9px;}
        color:#;


</style>
'
Now I included an indent in the paragraph which you can take off. Also you can change the color of your hyperlinks by fiddling with the above. You might do better getting the font size that you want by using pixels. You just have to be careful with some of the smaller font sizes since they don't always work well in NS.

The thumbnails are kind of small but the give enough to whet the appetite.

I did notice something else though. When you go to another section in your site, there is no home button. Even though you can click at the top some CCU will not be able to figure this out.

Mark Irving
I have a mind like a steel trap; it is rusty and illegal in 47 states

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.