Images de fond ne seront pas affichées dans Internet Explorer
- three_questions
- Newbie


- Inscription: Oct 29, 2008
- Messages: 8
- Status: Offline
Salut à tous,
Je suis en train de terminer mon premier site HTML mais j'ai du mal à le faire fonctionner. Quand je l'afficher dans Mozilla Firefox, mais il fonctionne très bien dans Internet Explorer disparaître les images de fond et l'écran devient gris.
Mon site est le lien ci-dessous:
http://www.yusufm.com
Quand je vérifier sur le site dans Dreamweaver est dit Le tag: "tr" n'est pas un attribut: "fond" dans la version actuellement en activité. [XHTML 1. 0 transitoire] et aussi Le tag: "table" n'a pas d'attribut: "hauteur" dans les versions actuellement active [XHTML 1.0 Transitional]
Deuxièmement, je voudrais avoir un formulaire de contact sur mon site et a trouvé celle-ci (ci-dessous) mais je n'arrive pas à le faire au travail, j'ai changé l'adresse e-mail dans le php de courrier et de mettre les deux fichiers dans un sous dossier mais pas de joie.
http://www.macromediahelp.com/flash/php_flash_contact_form/
Toute aide serait vraiment appréciée.
Je suis en train de terminer mon premier site HTML mais j'ai du mal à le faire fonctionner. Quand je l'afficher dans Mozilla Firefox, mais il fonctionne très bien dans Internet Explorer disparaître les images de fond et l'écran devient gris.
Mon site est le lien ci-dessous:
http://www.yusufm.com
Quand je vérifier sur le site dans Dreamweaver est dit Le tag: "tr" n'est pas un attribut: "fond" dans la version actuellement en activité. [XHTML 1. 0 transitoire] et aussi Le tag: "table" n'a pas d'attribut: "hauteur" dans les versions actuellement active [XHTML 1.0 Transitional]
Deuxièmement, je voudrais avoir un formulaire de contact sur mon site et a trouvé celle-ci (ci-dessous) mais je n'arrive pas à le faire au travail, j'ai changé l'adresse e-mail dans le php de courrier et de mettre les deux fichiers dans un sous dossier mais pas de joie.
http://www.macromediahelp.com/flash/php_flash_contact_form/
Toute aide serait vraiment appréciée.
- Anonymous
- Bot


- Inscription: 25 Feb 2008
- Messages: ?
- Loc: Ozzuland
- Status: Online
Octobre 29th, 2008, 8:21 pm
- righteous_trespasser
- Scuffle


- Inscription: Mar 12, 2007
- Messages: 6228
- Loc: South-Africa
- Status: Offline
Très bien, bienvenue dans le monde du développement web...et aussi pour ozzu, j'espère que vous Stick Around...
Le premier numéro ( "tr" n'a pas un attribut: «background») est vraie...pour le XHTML 1. 0 transition, qui est le DOCTYPE que vous utilisez, vous pouvez remplacer qu'avec un peu de style (CSS)...si vous ne changiez cette valeur:
Et puis aussi pour le deuxième numéro ( "table" n'a pas d'attribut "height"), qui refait la même chose n'existe pas avec un XHTML 1. 0 transitoire DOCTYPE, mais vous pouvez changer ce morceau de code pour le texte suivant:
Et que devrait régler votre problème...
Le premier numéro ( "tr" n'a pas un attribut: «background») est vraie...pour le XHTML 1. 0 transition, qui est le DOCTYPE que vous utilisez, vous pouvez remplacer qu'avec un peu de style (CSS)...si vous ne changiez cette valeur:
Code: [ Select ]
<tr style='background-image:url('images/Header.jpg');'>
Et puis aussi pour le deuxième numéro ( "table" n'a pas d'attribut "height"), qui refait la même chose n'existe pas avec un XHTML 1. 0 transitoire DOCTYPE, mais vous pouvez changer ce morceau de code pour le texte suivant:
Code: [ Select ]
<table style='height:235px;'>
Et que devrait régler votre problème...
Let's leave all our *plum* where it is and go live in the jungle ...
- three_questions
- Newbie


- Inscription: Oct 29, 2008
- Messages: 8
- Status: Offline
Merci pour l'accueil et la réponse rapide.
Il semble tout à fait une courbe d'apprentissage abrupte lorsque vous tentez d'obtenir le blocage du langage HTML.
Je crois que j'ai réussi à faire les changements pour la page d'index mais je rencontre encore quelques problèmes. Les proportions ont tort de IE par rapport à Firefox et je quand même:
qui se réfère à
et
qui se réfère à
quand je valider.
Comment y arriver cependant que certaines erreurs de base Im sûr
Il semble tout à fait une courbe d'apprentissage abrupte lorsque vous tentez d'obtenir le blocage du langage HTML.
Je crois que j'ai réussi à faire les changements pour la page d'index mais je rencontre encore quelques problèmes. Les proportions ont tort de IE par rapport à Firefox et je quand même:
Code: [ Select ]
The tag: "tr" doesn't have an attribute: "tr" in currently active versions.[XHTML 1.0 transitional]
qui se réfère à
Code: [ Select ]
<tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
<td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
- <tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
- <td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
- <tr align="center">
et
Code: [ Select ]
The tag: "table" doesn't have an attribute: "table" in currently active versions.[XHTML 1.0 transitional]
qui se réfère à
Code: [ Select ]
<td width="104" align="left" valign="top"><table width="71%" table style='height:235px;' border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<tr>
- <td width="104" align="left" valign="top"><table width="71%" table style='height:235px;' border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
quand je valider.
Comment y arriver cependant que certaines erreurs de base Im sûr
- three_questions
- Newbie


- Inscription: Oct 29, 2008
- Messages: 8
- Status: Offline
J'ai fait quelques progrès i obtenez seulement un message d'erreur maintenant quand je valider.
se référant à la ligne en format HTML
Et il ya aussi certaines divergences proportion entre Firefox et IE
Code: [ Select ]
The tag: "tr" doesn't have an attribute: "tr" in currently active versions.[XHTML 1.0 transitional]
se référant à la ligne en format HTML
Code: [ Select ]
</tr>
<tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
<td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
<td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
- </tr>
- <tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
- <td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
- <tr align="center">
Et il ya aussi certaines divergences proportion entre Firefox et IE
- righteous_trespasser
- Scuffle


- Inscription: Mar 12, 2007
- Messages: 6228
- Loc: South-Africa
- Status: Offline
- three_questions
- Newbie


- Inscription: Oct 29, 2008
- Messages: 8
- Status: Offline
Yeah, thats fine. Je l'ai joint ci-dessous.
Soyez prêt pour un certain nombre d'erreurs de recrue
Soyez prêt pour un certain nombre d'erreurs de recrue
Code: [ Select ]
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index</title>
<style type="text/css">
<!--
body {
background-color: #CCCCCC;
}
#apDiv1 {
position:absolute;
left:69px;
top:29px;
width:234px;
height:29px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:71px;
top:64px;
width:244px;
height:25px;
z-index:2;
}
-->
</style>
<style type="text/css">
<!--
.style4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}
-->
</style>
<style type="text/css">
<!--
#apDiv3 {
position:absolute;
left:80px;
top:297px;
width:864px;
height:25px;
z-index:1;
}
.style5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
vertical-align: baseline;
line-height: 6px;
color: #FFFFFF;
text-align: center;
}
.style6 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
<style type="text/css">
<!--
.style12 {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="920" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style='background-image:url("images/Header.jpg");'>
<td height="85"> </td>
</tr>
<tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
<td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td width="10" height="387" valign="top"> </td>
<td width="104" align="left" valign="top"><table width="84" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="123"><ul id="MenuBar1" class="MenuBarVertical">
<li><a href="index.html" class="style4">About Me</a> </li>
<li><a href="#" class="MenuBarVertical style4">Portfolio</a>
<ul>
<li><a href="Ctrlaltdelete.html" class="style4">Ctrl-alt-delete</a></li>
<li><a href="wordsplus.html" class="style4">Words Plus</a></li>
<li><a href="Panicescape.html" class="style4">Panic Escape</a></li>
<li><a href="greenriders.html" class="style4">Green Riders</a></li>
<li><a href="frogchair.html" class="style6">Frog Chair</a></li>
<li><a href="shoedesign.html" class="style4">Shoe Design</a></li>
</ul>
</li>
<li><a href="cv.html" class="style4">Skills & CV</a> </li>
<li><a href="contact.html" class="style4">Contact</a></li>
</ul></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td width="12" valign="top"> </td>
<td width="770" align="left" valign="top"><table width="761" border="0" align="left" cellpadding="0" cellspacing="0">
<tr align="left" valign="top">
<td align="left" valign="top"><div class="style4">
<div align="justify">
<p class="style12"><strong class="style6"> ABOUT ME:</strong><br />
I recently graduated from the Royal of Art and Imperial London with a joint Master’s in <a href="http://www.rca.ac.uk/Default.aspx?ContentID=160473&CategoryID=36692">Industrial Design Engineering</a>. I am currently working part-time for Blackberry (Research in Motion) as a Designer & Research Associate at the <a href="http://www.hhc.rca.ac.uk/1652/all/1/inclusive_design.aspx">Helen Hamlyn Centre</a>, and am also in the process of starting up a company within <a href="http://www.designlondon.net/">Design London</a>, off the back of winning the <a href="http://www3.imperial.ac.uk/newsandeventspggrp/imperialcollege/newssummary/news_17-3-2008-10-49-53?newsid=31514">New Business Challenge 2008</a>.</p>
<p class="style12">I have a people-centred approach to design and like to solve problems, as well as come up with new questions. My engineering background has given me a holistic approach to design incorporating both aesthetics and technical engineering. It also enables me to quickly create prototypes and sketch models for iterative development with real users. I believe design is about creating new possibilities, utilising multidisciplinary teams and user insights to create great products, experiences and services.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<p class="style12"><img src="images/Main_yusufmuhammad.jpg" alt="Words Plus" width="236" height="202" longdesc="images/Main_yusufmuhammad.jpg" /></p>
</div></td>
<td><div align="center"><img src="images/Main3_yusufmuhammad.jpg" alt="Ctrl-alt-delete" width="236" height="202" longdesc="images/Main3_yusufmuhammad.jpg" /></div></td>
<td><div align="center"><img src="images/Main2_yusufmuhammad.jpg" alt="Panic Escape" width="236" height="202" longdesc="images/Main2_yusufmuhammad.jpg" /></div></td>
</tr>
</table>
</div>
</div> </td>
</tr>
</table></td>
<td width="23" align="left" valign="top"> </td>
</tr>
</table></td>
</tr>
<tr style='background-image:url("images/Footer.jpg");'>
<td height="60" align="center" valign="top"><div>
<h1 class="style5"><br />
<br />
Yusuf Muhammad’s Industrial Design Portfolio © Yusuf Muhammad 2008</h1>
</div></td>
</tr>
</table>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index</title>
<style type="text/css">
<!--
body {
background-color: #CCCCCC;
}
#apDiv1 {
position:absolute;
left:69px;
top:29px;
width:234px;
height:29px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:71px;
top:64px;
width:244px;
height:25px;
z-index:2;
}
-->
</style>
<style type="text/css">
<!--
.style4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}
-->
</style>
<style type="text/css">
<!--
#apDiv3 {
position:absolute;
left:80px;
top:297px;
width:864px;
height:25px;
z-index:1;
}
.style5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
vertical-align: baseline;
line-height: 6px;
color: #FFFFFF;
text-align: center;
}
.style6 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
<style type="text/css">
<!--
.style12 {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="920" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style='background-image:url("images/Header.jpg");'>
<td height="85"> </td>
</tr>
<tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
<td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td width="10" height="387" valign="top"> </td>
<td width="104" align="left" valign="top"><table width="84" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="123"><ul id="MenuBar1" class="MenuBarVertical">
<li><a href="index.html" class="style4">About Me</a> </li>
<li><a href="#" class="MenuBarVertical style4">Portfolio</a>
<ul>
<li><a href="Ctrlaltdelete.html" class="style4">Ctrl-alt-delete</a></li>
<li><a href="wordsplus.html" class="style4">Words Plus</a></li>
<li><a href="Panicescape.html" class="style4">Panic Escape</a></li>
<li><a href="greenriders.html" class="style4">Green Riders</a></li>
<li><a href="frogchair.html" class="style6">Frog Chair</a></li>
<li><a href="shoedesign.html" class="style4">Shoe Design</a></li>
</ul>
</li>
<li><a href="cv.html" class="style4">Skills & CV</a> </li>
<li><a href="contact.html" class="style4">Contact</a></li>
</ul></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td width="12" valign="top"> </td>
<td width="770" align="left" valign="top"><table width="761" border="0" align="left" cellpadding="0" cellspacing="0">
<tr align="left" valign="top">
<td align="left" valign="top"><div class="style4">
<div align="justify">
<p class="style12"><strong class="style6"> ABOUT ME:</strong><br />
I recently graduated from the Royal of Art and Imperial London with a joint Master’s in <a href="http://www.rca.ac.uk/Default.aspx?ContentID=160473&CategoryID=36692">Industrial Design Engineering</a>. I am currently working part-time for Blackberry (Research in Motion) as a Designer & Research Associate at the <a href="http://www.hhc.rca.ac.uk/1652/all/1/inclusive_design.aspx">Helen Hamlyn Centre</a>, and am also in the process of starting up a company within <a href="http://www.designlondon.net/">Design London</a>, off the back of winning the <a href="http://www3.imperial.ac.uk/newsandeventspggrp/imperialcollege/newssummary/news_17-3-2008-10-49-53?newsid=31514">New Business Challenge 2008</a>.</p>
<p class="style12">I have a people-centred approach to design and like to solve problems, as well as come up with new questions. My engineering background has given me a holistic approach to design incorporating both aesthetics and technical engineering. It also enables me to quickly create prototypes and sketch models for iterative development with real users. I believe design is about creating new possibilities, utilising multidisciplinary teams and user insights to create great products, experiences and services.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<p class="style12"><img src="images/Main_yusufmuhammad.jpg" alt="Words Plus" width="236" height="202" longdesc="images/Main_yusufmuhammad.jpg" /></p>
</div></td>
<td><div align="center"><img src="images/Main3_yusufmuhammad.jpg" alt="Ctrl-alt-delete" width="236" height="202" longdesc="images/Main3_yusufmuhammad.jpg" /></div></td>
<td><div align="center"><img src="images/Main2_yusufmuhammad.jpg" alt="Panic Escape" width="236" height="202" longdesc="images/Main2_yusufmuhammad.jpg" /></div></td>
</tr>
</table>
</div>
</div> </td>
</tr>
</table></td>
<td width="23" align="left" valign="top"> </td>
</tr>
</table></td>
</tr>
<tr style='background-image:url("images/Footer.jpg");'>
<td height="60" align="center" valign="top"><div>
<h1 class="style5"><br />
<br />
Yusuf Muhammad’s Industrial Design Portfolio © Yusuf Muhammad 2008</h1>
</div></td>
</tr>
</table>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>
- <!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">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Index</title>
- <style type="text/css">
- <!--
- body {
- background-color: #CCCCCC;
- }
- #apDiv1 {
- position:absolute;
- left:69px;
- top:29px;
- width:234px;
- height:29px;
- z-index:1;
- }
- #apDiv2 {
- position:absolute;
- left:71px;
- top:64px;
- width:244px;
- height:25px;
- z-index:2;
- }
- -->
- </style>
- <style type="text/css">
- <!--
- .style4 {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 9pt;
- }
- -->
- </style>
- <style type="text/css">
- <!--
- #apDiv3 {
- position:absolute;
- left:80px;
- top:297px;
- width:864px;
- height:25px;
- z-index:1;
- }
- .style5 {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 9pt;
- font-style: normal;
- vertical-align: baseline;
- line-height: 6px;
- color: #FFFFFF;
- text-align: center;
- }
- .style6 {font-family: Arial, Helvetica, sans-serif}
- -->
- </style>
- <style type="text/css">
- <!--
- .style12 {
- font-size: 10pt;
- font-family: Arial, Helvetica, sans-serif;
- }
- -->
- </style>
- <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
- <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
- <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <table width="920" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr style='background-image:url("images/Header.jpg");'>
- <td height="85"> </td>
- </tr>
- <tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
- <td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
- <tr align="center">
- <td width="10" height="387" valign="top"> </td>
- <td width="104" align="left" valign="top"><table width="84" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="123"><ul id="MenuBar1" class="MenuBarVertical">
- <li><a href="index.html" class="style4">About Me</a> </li>
- <li><a href="#" class="MenuBarVertical style4">Portfolio</a>
- <ul>
- <li><a href="Ctrlaltdelete.html" class="style4">Ctrl-alt-delete</a></li>
- <li><a href="wordsplus.html" class="style4">Words Plus</a></li>
- <li><a href="Panicescape.html" class="style4">Panic Escape</a></li>
- <li><a href="greenriders.html" class="style4">Green Riders</a></li>
- <li><a href="frogchair.html" class="style6">Frog Chair</a></li>
- <li><a href="shoedesign.html" class="style4">Shoe Design</a></li>
- </ul>
- </li>
- <li><a href="cv.html" class="style4">Skills & CV</a> </li>
- <li><a href="contact.html" class="style4">Contact</a></li>
- </ul></td>
- </tr>
- <tr>
- <td> </td>
- </tr>
- <tr>
- <td> </td>
- </tr>
- </table></td>
- <td width="12" valign="top"> </td>
- <td width="770" align="left" valign="top"><table width="761" border="0" align="left" cellpadding="0" cellspacing="0">
- <tr align="left" valign="top">
- <td align="left" valign="top"><div class="style4">
- <div align="justify">
- <p class="style12"><strong class="style6"> ABOUT ME:</strong><br />
- I recently graduated from the Royal of Art and Imperial London with a joint Master’s in <a href="http://www.rca.ac.uk/Default.aspx?ContentID=160473&CategoryID=36692">Industrial Design Engineering</a>. I am currently working part-time for Blackberry (Research in Motion) as a Designer & Research Associate at the <a href="http://www.hhc.rca.ac.uk/1652/all/1/inclusive_design.aspx">Helen Hamlyn Centre</a>, and am also in the process of starting up a company within <a href="http://www.designlondon.net/">Design London</a>, off the back of winning the <a href="http://www3.imperial.ac.uk/newsandeventspggrp/imperialcollege/newssummary/news_17-3-2008-10-49-53?newsid=31514">New Business Challenge 2008</a>.</p>
- <p class="style12">I have a people-centred approach to design and like to solve problems, as well as come up with new questions. My engineering background has given me a holistic approach to design incorporating both aesthetics and technical engineering. It also enables me to quickly create prototypes and sketch models for iterative development with real users. I believe design is about creating new possibilities, utilising multidisciplinary teams and user insights to create great products, experiences and services.</p>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><div align="center">
- <p class="style12"><img src="images/Main_yusufmuhammad.jpg" alt="Words Plus" width="236" height="202" longdesc="images/Main_yusufmuhammad.jpg" /></p>
- </div></td>
- <td><div align="center"><img src="images/Main3_yusufmuhammad.jpg" alt="Ctrl-alt-delete" width="236" height="202" longdesc="images/Main3_yusufmuhammad.jpg" /></div></td>
- <td><div align="center"><img src="images/Main2_yusufmuhammad.jpg" alt="Panic Escape" width="236" height="202" longdesc="images/Main2_yusufmuhammad.jpg" /></div></td>
- </tr>
- </table>
- </div>
- </div> </td>
- </tr>
- </table></td>
- <td width="23" align="left" valign="top"> </td>
- </tr>
- </table></td>
- </tr>
- <tr style='background-image:url("images/Footer.jpg");'>
- <td height="60" align="center" valign="top"><div>
- <h1 class="style5"><br />
- <br />
- Yusuf Muhammad’s Industrial Design Portfolio © Yusuf Muhammad 2008</h1>
- </div></td>
- </tr>
- </table>
- <script type="text/javascript">
- <!--
- var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
- //-->
- </script>
- </body>
- </html>
- righteous_trespasser
- Scuffle


- Inscription: Mar 12, 2007
- Messages: 6228
- Loc: South-Africa
- Status: Offline
three_questions a écrit:
J'ai fait quelques progrès i obtenez seulement un message d'erreur maintenant quand je valider.
se référant à la ligne en format HTML
Et il ya aussi certaines divergences proportion entre Firefox et IE
Code: [ Select ]
The tag: "tr" doesn't have an attribute: "tr" in currently active versions.[XHTML 1.0 transitional]
se référant à la ligne en format HTML
Code: [ Select ]
</tr>
<tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
<td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
<td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
- </tr>
- <tr align="center" valign="top" tr style='background-image:url("images/content.jpg");'>
- <td height="188"><table width="919" border="0" cellpadding="0" cellspacing="0">
- <tr align="center">
Et il ya aussi certaines divergences proportion entre Firefox et IE
Je vois votre problème dès maintenant...haha...ne lisait pas correctement la première fois que je pense...vous avez un tr "" dans votre "tr" qui n'est pas censé être là...
donc vous avez juste à changer cette pièce et retirer la partie rouge
Code: [ Select ]
The tag name: "embed" Not found in currently active versions.[XHTML 1.0 transitional]
qui se réfère à
Code: [ Select ]
</span><span class="style18"><img src="images/Wordsplus2_yusufmuhammad.jpg" alt="" width="751" height="301" longdesc="images/Wordsplus2_yusufmuhammad.jpg" /><br />
<br />
<strong>The digital audio book<br />
</strong>The digital audio book plays on the intuitive action of following your finger along the page as you read aloud. Animated visualisations are triggered in conjunction with syllabic sounds, and can be set to convey a range of phonic characteristics. <br />
</span></p>
<div>
<div align="center"><span class="style18">
<script type="text/javascript">
AC_AX_RunContent( 'width','400','height','321','src','http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1','type','application/x-shockwave-flash','allowfullscreen','true','allowscriptaccess','always','movie','http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1' ); //end AC code
</script><noscript><object width="400" height="321">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1" />
<embed src="http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1" width="400" height="321" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always"></embed>
</object></noscript>
</span></div>
</div>
<br />
<strong>The digital audio book<br />
</strong>The digital audio book plays on the intuitive action of following your finger along the page as you read aloud. Animated visualisations are triggered in conjunction with syllabic sounds, and can be set to convey a range of phonic characteristics. <br />
</span></p>
<div>
<div align="center"><span class="style18">
<script type="text/javascript">
AC_AX_RunContent( 'width','400','height','321','src','http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1','type','application/x-shockwave-flash','allowfullscreen','true','allowscriptaccess','always','movie','http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1' ); //end AC code
</script><noscript><object width="400" height="321">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1" />
<embed src="http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1" width="400" height="321" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always"></embed>
</object></noscript>
</span></div>
</div>
- </span><span class="style18"><img src="images/Wordsplus2_yusufmuhammad.jpg" alt="" width="751" height="301" longdesc="images/Wordsplus2_yusufmuhammad.jpg" /><br />
- <br />
- <strong>The digital audio book<br />
- </strong>The digital audio book plays on the intuitive action of following your finger along the page as you read aloud. Animated visualisations are triggered in conjunction with syllabic sounds, and can be set to convey a range of phonic characteristics. <br />
- </span></p>
- <div>
- <div align="center"><span class="style18">
- <script type="text/javascript">
- AC_AX_RunContent( 'width','400','height','321','src','http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1','type','application/x-shockwave-flash','allowfullscreen','true','allowscriptaccess','always','movie','http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1' ); //end AC code
- </script><noscript><object width="400" height="321">
- <param name="allowfullscreen" value="true" />
- <param name="allowscriptaccess" value="always" />
- <param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1" />
- <embed src="http://vimeo.com/moogaloop.swf?clip_id=2086229&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=00adef&fullscreen=1" width="400" height="321" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always"></embed>
- </object></noscript>
- </span></div>
- </div>
Et l'intégration d'un fichier vidéo Vimeo.
Il ne semble pas aimer à savoir soit
- righteous_trespasser
- Scuffle


- Inscription: Mar 12, 2007
- Messages: 6228
- Loc: South-Africa
- Status: Offline
- three_questions
- Newbie


- Inscription: Oct 29, 2008
- Messages: 8
- Status: Offline
- righteous_trespasser
- Scuffle


- Inscription: Mar 12, 2007
- Messages: 6228
- Loc: South-Africa
- Status: Offline
- webdummy
- Born


- Inscription: Nov 07, 2008
- Messages: 4
- Status: Offline
righteous_trespasser a écrit:
Très bien, bienvenue dans le monde du développement web...et aussi pour ozzu, j'espère que vous Stick Around...
Le premier numéro ( "tr" n'a pas un attribut: «background») est vraie...pour le XHTML 1. 0 transition, qui est le DOCTYPE que vous utilisez, vous pouvez remplacer qu'avec un peu de style (CSS)...si vous ne changiez cette valeur:
Et puis aussi pour le deuxième numéro ( "table" n'a pas d'attribut "height"), qui refait la même chose n'existe pas avec un XHTML 1. 0 transitoire DOCTYPE, mais vous pouvez changer ce morceau de code pour le texte suivant:
Et que devrait régler votre problème...
Le premier numéro ( "tr" n'a pas un attribut: «background») est vraie...pour le XHTML 1. 0 transition, qui est le DOCTYPE que vous utilisez, vous pouvez remplacer qu'avec un peu de style (CSS)...si vous ne changiez cette valeur:
Code: [ Select ]
<tr style='background-image:url('images/Header.jpg');'>
Et puis aussi pour le deuxième numéro ( "table" n'a pas d'attribut "height"), qui refait la même chose n'existe pas avec un XHTML 1. 0 transitoire DOCTYPE, mais vous pouvez changer ce morceau de code pour le texte suivant:
Code: [ Select ]
<table style='height:235px;'>
Et que devrait régler votre problème...
La raison, je ne collent pas autour dernière fois, c'était parce que je ne recevais pas d'aide à mes questions dans ce forum, je pensais que je lui donne une autre aller, mais non,...dejavu!...qui ressemble à sa se reproduise gif "alt =": hmm: "title =" #Hmm "> Qu'est-ce qu'un gaspillage de temps!

Page 1 sur 1
Pour répondre à ce sujet, vous devez vous connecter ou vous enregistrer. Il est gratuit.
Afficher de l'information
- Total des messages de ce sujet: 13 messages
- Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 142 invités
- Vous ne pouvez pas poster de nouveaux sujets
- Vous ne pouvez pas répondre aux sujets
- Vous ne pouvez pas éditer vos messages
- Vous ne pouvez pas supprimer vos messages
- Vous ne pouvez pas joindre des fichiers
