|
Unit 7
Feb 27, 2015 14:13:28 GMT -8
Post by William Brewster on Feb 27, 2015 14:13:28 GMT -8
I used the Dreamweaver default template Used four nav sections and made each one the same width All the heights of the three columns were in the same height despite the length of text The image within the header was recreated with Photoshop All the gradients are images created from Microsoft PowerPoint gc.palomar.edu/34634/34634wbrewster3897/Autism%20News%20Daily.html
|
|
|
Unit 7
Mar 1, 2015 23:31:04 GMT -8
Post by Judy Fontanella on Mar 1, 2015 23:31:04 GMT -8
You have done a good job with this so far. You do have a header, navigation, 3 columns and a footer. Great. There are just a few tweaks left to finish up. You also did a good job floating your columns.
1. In your HTML code, you have some "align="center" and "align="left" attributes. Present standards dictate that all presentation should be in the css, and not in the html. Therefore, you really do need to take those "align" attributes out of the html tags. Then, you can use css to set your alignments.
2. It is never a good idea to set heights on your columns in an attempt to make them look equal. Instead, you should let the content equal the heights, and use one of the techniques I described in the notes to make your columns look like they are equal. There are 3 given to choose from.
Let me know if you need any help correcting those two things. You're almost there.
|
|
|
Unit 7
Mar 2, 2015 21:43:41 GMT -8
Post by William Brewster on Mar 2, 2015 21:43:41 GMT -8
I added some changes now
|
|
|
Unit 7
Mar 3, 2015 19:06:56 GMT -8
Post by Judy Fontanella on Mar 3, 2015 19:06:56 GMT -8
Oops - no. I am still seeing: 1. align="center" in your html. That needs to go. 2. I'm still seeing heights set on your major column div's and container. Those need to go. 3. After you delete the attribute from your html and the heights from your css, you need to apply one of the fixes mentioned in the lesson about how to make the columns look even.
Look at you code view to work on removing the things I've mentioned.
|
|