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!
My site is up now!
Re: My site is up now!
Arlene Williams
Old dragons get tired but they can still flame. Beware!
Old dragons get tired but they can still flame. Beware!
Re: My site is up now!
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:
And make it this one:
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:
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!
In your HTML, look for this line:
Code: Select all
<table id="Table_01" width="956" height="601" border="0" cellpadding="0" cellspacing="0">
Code: Select all
<table id="Table_01" width="956" height="601" border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
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;">
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
"It's irony at a base level, but I like it." ~Bill Hicks
Re: My site is up now!
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