[css-d] Can't Adjust Font Size

2009-11-03 Thread Victor Subervi
Hi; I have the following in my css: p { text-align: left; font-size: 16px; margin-left: 10px; padding-left: 10px; margin-right: 10px; padding-right: 10px; } I have this in my html: Located on the waterfront in 18th century Christiansted, Hotel Caravelle faces the harbor with eastward views of Pr

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Philippe Wittenbergh
On Nov 3, 2009, at 7:35 PM, Victor Subervi wrote: > I have the following in my css: > > p { > text-align: left; > font-size: 16px; > margin-left: 10px; > padding-left: 10px; > margin-right: 10px; > padding-right: 10px; > } > > I have this in my html: > > Located on the waterfront in 18th > cent

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Rachel Mawhood
At 10:35 03/11/2009, Victor Subervi wrote: >Hi; >I have the following in my css: > >p { >text-align: left; >font-size: 16px; >margin-left: 10px; >padding-left: 10px; >margin-right: 10px; >padding-right: 10px; >} > >I have this in my html: >... > >It doesn't matter to what value I change "font-size"

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Kerrin Hardy
Hi I was wondering if your 'Increase / Decrease Font Size: - +' javascript is also influencing things. May be try removing that temporarily. Also, I noticed that your section 'Every room has: ' the font size does not change using the javascript but DOES change using the text zoom in firefox.

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Tim Snadden
On 4/11/2009, at 5:04 AM, Victor Subervi wrote: > Here's a link to the page: > http://hotelcaravelle.com/ > and > http://hotelcaravelle.com/css/caravelle.css > > I tried changing to ems and %. It didn't change the size of the font > at all; > however, it did make the text extend outside of the

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Victor Subervi
Here's a link to the page: http://hotelcaravelle.com/ and http://hotelcaravelle.com/css/caravelle.css I tried changing to ems and %. It didn't change the size of the font at all; however, it did make the text extend outside of the page limits, which was interesting, so obviously it is being read a

Re: [css-d] Can't Adjust Font Size

2009-11-04 Thread sam Victor
Hi Victor, I have checked the same in my system. Its working fine. Can you please check whether any other CSS inherit this style? Or else give !important like this p { font-size: 16px ! important; } Thanks, Deepak Sam Victor G On Tue, Nov 3, 2009 at 4:05 PM

Re: [css-d] Can't Adjust Font Size

2009-11-04 Thread Victor Subervi
Well, I took out the javascript and even edited down the css file so that there were no p.intro or p.introbox just a p declaration and I still couldn't edit the latter to change the font size! What gives? You can take a look at the current incarnation here: http://hotelcaravelle.com Thanks for the

Re: [css-d] Can't Adjust Font Size

2009-11-04 Thread Climis, Tim
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Victor Subervi Sent: Wednesday, November 04, 2009 9:56 AM To: sam Victor Cc: CSS Discuss Subject: Re: [css-d] Can't Adjust Font Size Well, I took out the javascrip

Re: [css-d] Can't Adjust Font Size

2009-11-04 Thread Victor Subervi
ictor > Cc: CSS Discuss > Subject: Re: [css-d] Can't Adjust Font Size > > Well, I took out the javascript and even edited down the css file so that > there were no p.intro or p.introbox just a p declaration and I still > couldn't edit the latter to change the font size!