|
|
 |
RE: FN-FORUM: Advice and help please
date posted 16th January 2005 11:40
Hi;
I'm using "O'REILLY CSS", but thanks for that.
Kind Regards
D.G
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Tony
Crockford
Sent: 16 January 2005 00:11
To: FN-FORUM / [EMAIL REMOVED]
Subject: Re: FN-FORUM: Advice and help please
At 23:28 on Saturday, 15 Jan 2005, David wrote:
>
> Hi Andy;
>
> This is what I've done so far:
>
> padding:'padding-top'0px 'padding-right'2px 'padding-bottom'0px
> 'padding-left'2px;
> margin:'margin-top'12px 'margin-right'15px 'margin-bottom'
> margin:'margin-top'0px 'margin-right'0px
> 'margin-bottom'0px'margin-left'0px;
> padding:'padding-top'0px 'padding-right'0px 'padding-bottom'0px
> 'padding-left'0px;
> }
where did you get this from?
it's not CSS.
margin: 'margin-top'?????
you need to do this:
margin-top: 12px;
margin-right: 15px;
margin-bottom: 0;
etc.
or use css shorthand, like this:
margin: 10px 10px 5px 4px;
(the values are like a clock - top right bottom left. )
where are you learning css from?
;o)
--
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
|
 |
|