My site is up now!

Post links to your Project One websites for discussion and feedback.
User avatar
olddragon
Posts: 101
Joined: Sun Sep 04, 2011 2:07 pm

Re: My site is up now!

Post by olddragon »

I think your rollovers are very creative and effective, with the drawn lines. A very nice touch.

Some of your copy centering seems off, a little or a little to the left.

But really good and creative and just works!
Arlene Williams
Old dragons get tired but they can still flame. Beware!

User avatar
Ravana
Posts: 83
Joined: Mon Aug 29, 2011 7:20 pm
Location: The Metaverse

Re: My site is up now!

Post by Ravana »

I love the design. It's cute and works really well. If you're looking to center it, here's some help.....

In your HTML, look for this line:

Code: Select all

<table id="Table_01" width="956" height="601" border="0" cellpadding="0" cellspacing="0">
And make it this one:

Code: Select all

<table id="Table_01" width="956" height="601" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
The style="margin: 0 auto;" being what you've added.

And if you want to add some padding to the top as well, make it like this:

Code: Select all

<table id="Table_01" width="956" height="601" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; margin-top: 50px;">
To adjust how much space from the top you have, adjust margin-top: 50px;. (human translation: "margin from top is equal to 50 pixels")

Also, don't forget to add a <title>!

Great job! :)
This post has been brought to you by the letter X, the number 5, and Larry Rubald.
"It's irony at a base level, but I like it." ~Bill Hicks

mminten
Posts: 68
Joined: Mon Aug 29, 2011 6:03 pm

Re: My site is up now!

Post by mminten »

I like the scratchy drawing feel in general. I don't like the rollover effect on the links. I think it makes the text harder to read. I much prefer the rollover on the home button. Maybe a drawing for each link instead of the post it note? Love the cartoon of yourself!
Matthew Minten - GRC 175 - Fall 2011

Locked