|
|
 |
Re: FN-FORUM: FW: ADH WebCreations
date posted 28th June 2007 18:34
To expand a little on what ben has said about span use the site I gave
early, check out their css section on tags and properties etc:
http://www.w3schools.com/css/default.asp
but basically if you wanted to change the text colour for example in a
paragraphy I would something like this:
some text, some text, some more text
some text, some text, some more text
some text, some text, some more text
*note: use you can use words like red and black, or hex colours #000000
which is black*
This will change that little section to red text where as the rest will be
as you define paragraphs or that paragraph in your style sheet.
HTH
Martin
www.atdc.co.uk
----- Original Message -----
From: "Ben Moxon" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, June 28, 2007 6:24 PM
Subject: Re: FN-FORUM: FW: ADH WebCreations
>
>
>
> 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
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|