Re: a class ids

by cssavenger(at)attbi.com

 Date:  Sun, 28 Apr 2002 16:51:51 +0000
 To:  hwg-basics(at)hwg.org
  todo: View Thread, Original
Diane,

In looking through your code i found several what I 
believe to be errors in your code, so I will list them 
here and see if they help with the overall problem :)

<table  width="60%" border="0" cellspacing="0" 
cellpadding="2">
	<tr>Mountain Meadows provides litters and 
bedding for all animals. 
Bird Country is a Cage-Aviary bedding for all types of 
birds. 
Critter Country is for reptiles, snakes and small 
animals.
Our Cat Country litter is for cats primarily. 

	</tr>
	</table>
While this section of code works in Ie it will probably 
not work in NS since the standard doesn't allow data to 
be held in <tr> it should be contained in <td>..Your 
Data..</td> so the correct structure for a table would 
be <table.
<tr>
<td>data</td>
</tr>
</table> 
I also noticed that you have made the same error/typo? 
in the next <table> no <td>'s you have contained the 
data in the <tr>
I noticed in your links that you have used this code
<a class="two" A 
href="http://mtnmeadowspet.com/prod02.html">
<STRONG>Bird Country</STRONG>
</A><br>
you have the a element listed twice 1st time here "a" 
class" second time here  class="two" "A" you should 
eliminate one or the other as there should be 2 of the 
same element.
as for the problem with the links themselves if you 
change your unit of font measurement from EM to either 
PT or PX I think the result will be more satisfactory.

Hope This Helps Some
--
Caislander
>From the land of Sunshine Surf & 
Code
> http://www.tein.net/~diane/M_M_P_P_%20Inc_%20Products%20Page.htm
 

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA

This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.