HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Table font size and color.
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
eujin_tezuka



Joined: 21 Feb 2008
Posts: 2

PostPosted: Wed Feb 27, 2008 12:13 am     Table font size and color. Reply with quote

i want to increase the font size in my table... and the color too.. but my priority is the font size in each table..

this is for my project and i really need it.. please Help Me!
Corey Bryant



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Wed Feb 27, 2008 8:52 am     Reply with quote

Can you use CSS? I have to assume yes right now and post you some source code
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Untitled 4</title>
<style type="text/css">
table {
   font-family: Arial, Helvetica, sans-serif;
   font-size: x-large;
   color: #800000;
   background-color: #C0C0C0;
   font-weight: bold;
}
</style>
</head>

<body>

</body>

</html>
This will apply this specific information to all tables.

_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial