Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
Ranked #4K
~1K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Member #564407

First of all do not use fonts not found by default in any Windows PC or Mac Desktop on your web site. If your visitor has not downloaded those special fonts then the web browser cannot display them, you will have to use an image to display special fonts. Second, …

Member Avatar for Armadillo
0
824
Member Avatar for dougancil

There are two things you can try; change the CSS from margin: 0px auto; to margin-top:0px; margin-left: auto; margin-right: auto; Then make sure your <DOCTYPE> is correct. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> [COLOR="Red"][B]"http://www.w3.org/TR/html4/loose.dtd"[/B][/COLOR] IE-6 and later needs this address to know where it is reading the web …

Member Avatar for dougancil
0
130
Member Avatar for dougancil

It sounds to me like you have some visitors using IE and some using a Mozilla based product. I noticed something missing in your HTML code, so try this litle trick to force IE to correctly render your CSS tags: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Place the …

Member Avatar for Armadillo
0
244
Member Avatar for Altairzq

Try looking at your Table attributes (cellpadding="2" cellspacing="2") and set the values to "0". This will set the borders between the cells and around the cell content to 0 pixels.

Member Avatar for teedoff
0
125
Member Avatar for shaikanwar14

You only provided a partial page coding so I will have to assume you have a problem in your <head> ....</head> tags. The reason I say this is because you are using HTML and CSS, IE6 will not render a lot of CSS correctly unless you have included the correct …

Member Avatar for Armadillo
0
174

The End.