ArmandRicard
Legacy Member
Hey,
Ik heb een news pagina die in een iframe op :+: Crusade Alliance :+: wordt getoond. Javascript zorgt ervoor dat het nieuws scrollt.
Als ik echter in de newspagina de dtd declareer zoals:
<?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" xml:lang="en" lang="en">
dan werkt het scrollen niet meer.. hoe kan dit komen?
Dit is de code van de news pagina:
<html>
<head>
<title>:+:Crusade Alliance:+:</title>
<link rel="stylesheet" type="text/css" href="css/news.css"/>
</head>
<script type="text/javascript" src="js/news.js"></script>
<body onMouseover="scrollspeed=0" onMouseout="scrollspeed=current" OnLoad="NewsScrollStart();">
<div id="NewsDiv">
<table cellpadding="5" cellspacing="0" border="0" width="100%"><tr><td>
<span class="title">
Crusade Alliance is online<br>
</span>
Welcome to our website! Don't forget to sign the guestbook.
</br></br></br>
<span class="title">
Curusindar is officer<br>
</span>
After 6 months of being in the kinship, Curusindar is now officer.
</br></br></br>
<span class="title">
Welcome back JessiRicard<br>
</span>
After a 2 months break due to RL commitments, JessiRicard is now back to heal us.</br>
Welcome back JessiRicard!
</td></tr></table>
</div>
</body>
</html>
Ik heb een news pagina die in een iframe op :+: Crusade Alliance :+: wordt getoond. Javascript zorgt ervoor dat het nieuws scrollt.
Als ik echter in de newspagina de dtd declareer zoals:
<?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" xml:lang="en" lang="en">
dan werkt het scrollen niet meer.. hoe kan dit komen?
Dit is de code van de news pagina:
<html>
<head>
<title>:+:Crusade Alliance:+:</title>
<link rel="stylesheet" type="text/css" href="css/news.css"/>
</head>
<script type="text/javascript" src="js/news.js"></script>
<body onMouseover="scrollspeed=0" onMouseout="scrollspeed=current" OnLoad="NewsScrollStart();">
<div id="NewsDiv">
<table cellpadding="5" cellspacing="0" border="0" width="100%"><tr><td>
<span class="title">
Crusade Alliance is online<br>
</span>
Welcome to our website! Don't forget to sign the guestbook.
</br></br></br>
<span class="title">
Curusindar is officer<br>
</span>
After 6 months of being in the kinship, Curusindar is now officer.
</br></br></br>
<span class="title">
Welcome back JessiRicard<br>
</span>
After a 2 months break due to RL commitments, JessiRicard is now back to heal us.</br>
Welcome back JessiRicard!
</td></tr></table>
</div>
</body>
</html>