Link to home
Start Free TrialLog in
Avatar of Quack
QuackFlag for United States of America

asked on

CSS style formatting?

I have this code setup for a style but something doesn't quite look right even though the page is showing correctly:

<style type="text/css">
.style7 {
      color: #990000;
      font-size: 24px;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
}
.style8 {color: #990000; font-family: Arial, Helvetica, sans-serif; font-size: 16px}
.style9 {color: #990000; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
</style>
</head>


<body bgcolor="#FFFFFF" >
<table width="100%" border="0">
  <tr>
    <td align="center"><span class="style7"> <br>
      NOTICE! The File You Tried To Upload Exceeds 3MB And Is Too Large!</span><br>
       <span class="style9">Please reduce the file size within Adobe Acrobat and try uploading again. </span><br>
       <br>
       <body>

Am I missing a tag or something else somewhere?
ASKER CERTIFIED SOLUTION
Avatar of Ishaan Rawat
Ishaan Rawat
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Quack

ASKER

THANKS FOR THE HELP