|
|
 |
Re: FN-FORUM: FW: ADH WebCreations
date posted 28th June 2007 18:07
ADH WebCreations wrote:
> Have another look, I've amended the home page a bit and fixed the link
> at the bottom - haven't done the other pages yet, although some of the
> css change will affect them, want to get this page done and then copy
> the amendments to the other pages.
>
> If I want one bit of text in one colour and then the next bit in another
> how would I do this without using font tags?
>
spans are a good way to change appearance of a bit of text without
changing anything else about it. As I understand it (and I'll probably
be corrected here) spans and divs are inline and block level elements
respectively that have no other semantic qualities- so if you want a
paragraph it should be a if you want a list item you might want a
inside a but if you just want to mark an area as related with
not other semantic information you would want a . In the same way
you can use a if you want to change the appearance of text
without the semantic baggage of or tags.
> Can you expand on what you mean by "having something to differentiate
> the part with content but outside the main content box from the rest of
> the background" - do you mean just having it a completely different
> colour other then another shade of blue?
>
I'm thinking visually that you have something like this:
---------------------------------------------------------------------------------
logo ad banner
|=====================================|
| links links links |
|=====================================|
| content content content |
| content content content |
|=====================================|
some other bits
-----------------------------------------------------------------------------------
Now what I'm not seeing is anything that visually connects the logo, add
banner and other bits at the bottom of the page to the content and links
in the middle. They're on the same background colour as everything else
and there is nothing to draw it together really. I would maybe put it
all on a slightly different background - perhaps have a very low
contrast and simple graphic going behind the main content block and
connecting the top and bottom or something similar.
-ben
|
 |
|