with and without stylesheet

mickycss02
avatar
rank Regular

Regular


Posts: 39
Joined: 2006-06-06

Here's my site with a stylesheet
and here's it
without stylesheet

It doesn't exactly degrade well without one.. Anyone any tips on how I can improve it without?

Thanks.

Tyssen
Tyssen's picture
rank Moderator

Moderator


Posts: 6781
Joined: 2004-05-01
Location: Brisbane

You've got divitis.

You've got divitis. Addressing the points in that article will help but probably the main thing to do is put all your lists of navigation items in unordered lists.

How to get help
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use tags.
My articles | CSS Reference

mickycss02
mickycss02's picture
rank Regular

Regular


Posts: 39
Joined: 2006-06-06

Hi I just tried to replace

Hi I just tried to replace the top navigation buttons with a list and the list appeared to the right of the two top banners. Didn't look very graceful or is that just the norm or should I use a line break or something?

Tyssen
Tyssen's picture
rank Moderator

Moderator


Posts: 6781
Joined: 2004-05-01
Location: Brisbane

mickycss02 wrote:Hi I just

mickycss02 wrote:
Hi I just tried to replace the top navigation buttons with a list and the list appeared to the right of the two top banners. Didn't look very graceful or is that just the norm or should I use a line break or something?

Well obviously you're going to have to amend your CSS.

How to get help
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use tags.
My articles | CSS Reference

mickycss02
mickycss02's picture
rank Regular

Regular


Posts: 39
Joined: 2006-06-06

Hi Tyssen, Read the article

Hi Tyssen,

Read the article with interest and I'm working on improving the css.
One extra question I do have is how can I accomodate the logo and the banner at the top.
Both the logo and banner need to be links. Have you any suggestions?

Tyssen
Tyssen's picture
rank Moderator

Moderator


Posts: 6781
Joined: 2004-05-01
Location: Brisbane

Well they can both still be

Well they can both still be wrapped in anchors, but they'd also be better presented in heading or paragraph tags as well.

How to get help
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use tags.
My articles | CSS Reference

mickycss02
mickycss02's picture
rank Regular

Regular


Posts: 39
Joined: 2006-06-06

Hi Tyssen, Do you mean two

Hi Tyssen,

Do you mean two headings or two paragraphs with a fixed width and that float?

Tyssen
Tyssen's picture
rank Moderator

Moderator


Posts: 6781
Joined: 2004-05-01
Location: Brisbane

On your home page you'd

On your home page you'd probably use a h1 and h2 and on internal pages change them to paragraphs (or divs) with the headings being reserved for the main headings on the page.

How to get help
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use tags.
My articles | CSS Reference

mickycss02
mickycss02's picture
rank Regular

Regular


Posts: 39
Joined: 2006-06-06

very interesting, and the

very interesting, and the paragraphs or (divs) should be fixed width and float?