Freelancers Forum Messages on Saturday August 27th 2005
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 22:26
craig - freelance web designer wrote:
> Hi I have re-done the page and I am still having problems with it being
> centred. The url is http://www.craigstedman.com/wsa1/
> Any more advice would be great...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 20:29
Nathan wrote:
> The other site I always show sceptics is :
>
> http://www.csszengarden.com/
Oh yes, I've had that in my bookmarks since day one. It's very
impressive, but sometimes difficult to ex...
FN-FORUM: centering in safari2.0
date posted 27th August 2005 20:23
Hi I have re-done the page and I am still having problems with it being
centred. The url is http://www.craigstedman.com/wsa1/
Any more advice would be great I am learning a lot from this simple
page....
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 20:20
Paul J White wrote:
>
> Nathan wrote:
>
>> Have a read of http://www.hotdesign.com/seybold/ which explains why
>> CSS should be used and that tables are for tabulated data NOT layout.
>
>
> I'd n...
RE: FN-FORUM: centering in safari2.0
date posted 27th August 2005 20:19
>I do not know a lot (or anything) to be honest about CSS (I am a photoshop
>retoucher who dabbles with flash webdesign), there must be some advantage
>of using it, as you lot are always talking about...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 20:13
Nathan wrote:
> Have a read of http://www.hotdesign.com/seybold/ which explains why CSS
> should be used and that tables are for tabulated data NOT layout.
I'd not seen that one before, Nathan, goo...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 19:58
jd wrote:
>
>
> I do not know a lot (or anything) to be honest about CSS (I am a photoshop
> retoucher who dabbles with flash webdesign), there must be some advantage of
> using it, as you lot are a...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 19:40
I do not know a lot (or anything) to be honest about CSS (I am a photoshop
retoucher who dabbles with flash webdesign), there must be some advantage of
using it, as you lot are always talking about...
RE: FN-FORUM: centering in safari2.0
date posted 27th August 2005 19:11
Thanks everyone! I will sort the whole thing out right now.
Craig...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 18:25
Alex Logvynovskiy wrote:
>
> Craig,
>
> it seems like you use to many nested elements to ensure that the content
> is centred. Try to get rid of all the elements and put only one
> around your ob...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 18:19
oops forgotten one line :)
#Page {
margin: 0px auto; /* instead of '0' put the actual margin you want
from the top/bottom of the window
text-align: center;
}
Alex Logvynovskiy wrote:
>
>...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 18:09
Craig,
it seems like you use to many nested elements to ensure that the content
is centred. Try to get rid of all the elements and put only one
around your object
...
then CSS (as sugges...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:59
jd wrote:
>
> Sorry - why not just use tables to get centre positioning in all browsers ?
...is it me?...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:56
hey Craig,
For the beginning, please get rid of one of the opening tags ;):
...
cheers,
Alex
craig - freelance web designer wrote:
>Sorry! http://www.craigstedman.com...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:35
jd wrote:
>
> Sorry - why not just use tables to get centre positioning in all browsers ?
> On 27/8/05 5:51 pm, "Anthony" [EMAIL REMOVED] wrote:
>
>
>>Try this for your body class
>>
>>.pos {
>>...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:28
Sorry - why not just use tables to get centre positioning in all browsers ?
On 27/8/05 5:51 pm, "Anthony" [EMAIL REMOVED] wrote:
>
> Try this for your body class
>
> .pos {
>
> margin:2...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:17
craig - freelance web designer wrote:
> I have created a holding page for my client and he said that the image
> isn't centered on his Mac on a safari 2.0 browser.
> I have checked it out and this is...
RE: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:08
Try this for your body class
.pos {
margin:20px auto; //This will centre the
text-align: center; // Mostly for IE
}
There a few other little errors with your CSS. No DOCTYPE- also a w...
RE: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:07
Cheers Paul I'm on the case!
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Paul J
White
Sent: 27 August 2005 09:45
To: FN-FORUM / [EMAIL REMOVED]
Subject: Re: FN-FORUM...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:06
Interesting font though - what is it?
On 27 Aug 2005 16:44:30 -0000, Paul J White [EMAIL REMOVED] wrote:
>=20
> craig - freelance web designer wrote:
> > Sorry! http://www.craigstedman.com/wsa1/...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 17:02
craig - freelance web designer wrote:
> Sorry! http://www.craigstedman.com/wsa1/
There's no Doctype and so everything will be in quirks mode. Sort that
out first and we can start eliminating the pos...
RE: FN-FORUM: centering in safari2.0
date posted 27th August 2005 16:50
Sorry! http://www.craigstedman.com/wsa1/...
Re: FN-FORUM: centering in safari2.0
date posted 27th August 2005 16:33
Craig, please drop a link to look at the source.
craig - freelance web designer wrote:
>I have created a holding page for my client and he said that the image
>isn't centered on his Mac on a safari...
RE: FN-FORUM: centering in safari2.0
date posted 27th August 2005 16:30
Have you got any links?
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of craig
- freelance web designer
Sent: 27 August 2005 17:09
To: FN-FORUM / [EMAIL REMOVED]
Subject:...
FN-FORUM: centering in safari2.0
date posted 27th August 2005 16:26
I have created a holding page for my client and he said that the image
isn't centered on his Mac on a safari 2.0 browser.
I have checked it out and this is the case; can some kind person to
spend 2 m...
RE: FN-FORUM: CSS Guru?
date posted 27th August 2005 14:18
Yeah hope you get well Adam too! :)
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Andrew
Larcombe
Sent: 27 August 2005 14:57
To: FN-FORUM / [EMAIL REMOVED]
Subject: R...
RE: FN-FORUM: CSS Guru?
date posted 27th August 2005 14:16
Hi Guys/Gals/Gurus/Gods and the rest,
Thanks Tony, Andy, Adam & Andrew 4 your help and enlightenment to the
rules of CSS.
All very appreciated. Shall get a pocket reference book for CSS me
thinks....
Re: FN-FORUM: CSS Guru?
date posted 27th August 2005 14:14
Adam Dyson wrote:
> Andrew Larcombe wrote:
>
>>That's very, very wrong. The point is on your page you're closing the
>>html tag twice, which is illegal. eg
>>
> I shall now think three or four times...
Re: FN-FORUM: CSS Guru?
date posted 27th August 2005 13:51
Andrew Larcombe wrote:
> That's very, very wrong. The point is on your page you're closing the
> html tag twice, which is illegal. eg
>=20
I bow humbly and beg forgiveness. This is what comes of tryi...
Re: FN-FORUM: CSS Guru?
date posted 27th August 2005 09:45
Adam Dyson wrote:
> Tony Crockford wrote:
>
>>There's a major validation problem - which is probably causing issues:
>>
>>
>>
>>is what you should have and
>>...
Re: FN-FORUM: CSS Guru?
date posted 27th August 2005 00:28
Tony Crockford wrote:
> There's a major validation problem - which is probably causing issues:
>=20
>
>=20
> is what you should have and
>...