Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Learning CSS one step a time… (I have a question) Re: Learning CSS one step a time… (I have a question)

#143457
Paulie_D
Member

Why do you still have inline styles?

You really need to extract these into a stylesheet…NOW!

You have a div with an ID of #content which immediately has a child element div with an ID of #main. Is there a reason for this?

<- why?
<---what the heck is this?