Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Controlling Elements From Stylesheet


Measha06

Recommended Posts

Posted

Is it possible to control the looks of tables from the stylesheet. I have added two tables to my site and instead of the font style and size staying the same size and font as the body text it has a mind of its own. Can I control the font style and size for tables from the stylesheet so I can make them match body text? If so how?

Liz

 

A very appreciative member still attempting to climb the steep learning curve!

Posted
Is it possible to control the looks of tables from the stylesheet. I have added two tables to my site and instead of the font style and size staying the same size and font as the body text it has a mind of its own. Can I control the font style and size for tables from the stylesheet so I can make them match body text? If so how?

 

 

Sure you just give the table/tr/td's classes or ids that you enter in the stylesheet. (Or styles if you can't be bothered with CSS)

 

Basic HTML.

Posted
Sure you just give the table/tr/td's classes or ids that you enter in the stylesheet. (Or styles if you can't be bothered with CSS)

 

Basic HTML.

 

I dont know HTML so not sure what to put where. Can you advise please? I can work out how to alter things when they are there but not how to start from scratch.

 

This is the stylesheet section for body text:-

TEXTAREA {







 width: 100%;







 font-family: Verdana, Arial, sans-serif;







 font-size: 12px;







}

 

So how do I make tables match?

 

regards

 

Liz

Liz

 

A very appreciative member still attempting to climb the steep learning curve!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...