Can't change font size

W

_Who

I spent all day yesterday trying different things.

Something has happened so I can't change font size.

I have a table and in the first cell I have only text.

I tried using the cell's Style to change the font size.
I tried using the cell's attribute to change the font size.
I tried adding a paragraph element and doing the above to it.
Removed all font sizes from Body, Table...
Used IE and Localhost to view.
I change the text and the new text shows so I know I'm seeing the latest
update.

Do you have any idea what could possible cause this?

Thanks
 
R

Riki

_Who said:
I spent all day yesterday trying different things.

Something has happened so I can't change font size.

I have a table and in the first cell I have only text.

I tried using the cell's Style to change the font size.
I tried using the cell's attribute to change the font size.
I tried adding a paragraph element and doing the above to it.
Removed all font sizes from Body, Table...
Used IE and Localhost to view.
I change the text and the new text shows so I know I'm seeing the
latest update.

Do you have any idea what could possible cause this?

Thanks

Can you show us some code?
 
W

_Who

Riki said:
Can you show us some code?
I was just too timid and didn't see the change from 12 to 18 pt.

I just tried 8 and 28 pt. So there is really no problem here.

While looking for something that controlled font size I noticed that I have
in my .css file:

a

{

font-size: 12pt !important;

text-decoration: none;

color: green !important;

background-color: maroon !important;

}

I also have entries for a.hover a.link ...

What does the plain "a" shown above do. I find no effect.

Thanks
 
R

Riki

_Who said:
I was just too timid and didn't see the change from 12 to 18 pt.

I just tried 8 and 28 pt. So there is really no problem here.

While looking for something that controlled font size I noticed that
I have in my .css file:

a

{

font-size: 12pt !important;

text-decoration: none;

color: green !important;

background-color: maroon !important;

}

I also have entries for a.hover a.link ...

What does the plain "a" shown above do. I find no effect.

Thanks

The a means that the style should be applied to all <a> tags (anchor tags).
Add a link to your page and you will see the effect.
 
W

_Who

Riki said:
The a means that the style should be applied to all <a> tags (anchor
tags).
Add a link to your page and you will see the effect.


I don't see the effect. I think the a.hover a.link ... covers it.
I never see green text (as the "a" entry specifies)
Maybe if I didn't have the other the effect would show.
I'll try that.

Thanks
 
W

_Who

_Who said:
I don't see the effect. I think the a.hover a.link ... covers it.
I never see green text (as the "a" entry specifies)
Maybe if I didn't have the other the effect would show.
I'll try that.

Thanks

That's what happens. Without the other definitions, a.hover a.link ...,
the plain "a" definition is used for hover, link...

They all so up as green.

But combined with the a.hover a.link ... definitions, the plain "a" has
no effect
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top