Page 2 of 2

Re: My site is up now!

Posted: Wed Oct 12, 2011 8:08 pm
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!

Re: My site is up now!

Posted: Thu Oct 13, 2011 1:19 pm
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! :)

Re: My site is up now!

Posted: Thu Oct 13, 2011 6:07 pm
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!