slyth
01-06-2007, 06:01 AM
The text defined as "heading" is being displayed with a smaller size than the rest of the text whilst the opposite is intended (see styles)
Attachment contains screenshot.
history_content.html
-----------------------------
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<span class="heading">
Who invented radio?
</span>
<div class="text">
Many people were involved in the invention of radio transmission of information as we know it today. Despite this, during its early development and long after wide acceptance, disputes persisted as to who could claim sole credit for this obvious boon to mankind. Much of this argument was and is driven by perceived profit or national pride, and so tends to consider such issues as 'the first practical...' (for a given value of 'practical'), or whether the development took place in the inventor's country of birth or not.
James Clerk Maxwell performed the theoretical physical research which correctly predicted the existence of radio (and all other electromagnetic) waves, and that Heinrich Rudolf Hertz was the experimental physicist who first created radio waves in a controlled manner. Both, though, did not devise practical systems for widespread use. Later developments are greater or lesser engineering developments of their work and so lead to the 'inventions of radio' (eg., the objects, processes, or techniques to transceive information), which are certainly major developments in the field.
</div>
</html>
styles.css
<style type="text/css">
.heading
{font-size:14pt;
font-family:arial,helvetica,sans-serif;
font-weight:bold;
color:black;
background-color:white}
.link
{font-size:12pt;
font-family:arial,helvetica,sans-serif;
font-weight:bold;
color:#FF4747;
background-color:white}
.text
{font-size:12pt;
font-family:arial,helvetica,sans-serif;
color:black;
background-color:white}
</style>
Attachment contains screenshot.
history_content.html
-----------------------------
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<span class="heading">
Who invented radio?
</span>
<div class="text">
Many people were involved in the invention of radio transmission of information as we know it today. Despite this, during its early development and long after wide acceptance, disputes persisted as to who could claim sole credit for this obvious boon to mankind. Much of this argument was and is driven by perceived profit or national pride, and so tends to consider such issues as 'the first practical...' (for a given value of 'practical'), or whether the development took place in the inventor's country of birth or not.
James Clerk Maxwell performed the theoretical physical research which correctly predicted the existence of radio (and all other electromagnetic) waves, and that Heinrich Rudolf Hertz was the experimental physicist who first created radio waves in a controlled manner. Both, though, did not devise practical systems for widespread use. Later developments are greater or lesser engineering developments of their work and so lead to the 'inventions of radio' (eg., the objects, processes, or techniques to transceive information), which are certainly major developments in the field.
</div>
</html>
styles.css
<style type="text/css">
.heading
{font-size:14pt;
font-family:arial,helvetica,sans-serif;
font-weight:bold;
color:black;
background-color:white}
.link
{font-size:12pt;
font-family:arial,helvetica,sans-serif;
font-weight:bold;
color:#FF4747;
background-color:white}
.text
{font-size:12pt;
font-family:arial,helvetica,sans-serif;
color:black;
background-color:white}
</style>