Jump to content

Overlapping Text In Older Browsers


ben03

Recommended Posts

In newer browsers this page looks ok: www.jab-ride.co.ukHowever viewed in an older browser and the text spacing appears greater. Have specified in CSS

* 			{			border: 0px; 			padding: 0px; 			margin: 0px;			line-height: 15px;			letter-spacing: 0px;			word-spacing: 0px;			}

but the specifications seem not to have an effect. Am I missing some code? Thanks.

Link to comment
Share on other sites

In newer browsers this page looks ok: www.jab-ride.co.ukHowever viewed in an older browser and the text spacing appears greater. Have specified in CSS
* 			{			border: 0px; 			padding: 0px; 			margin: 0px;			line-height: 15px;			letter-spacing: 0px;			word-spacing: 0px;			}

but the specifications seem not to have an effect. Am I missing some code? Thanks.

What is your DOCTYPE?
Link to comment
Share on other sites

  • 2 weeks later...
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">

This must be it then :)Does anything need changing/adding here? (will try removing the top line)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...