View Single Post
Old 06-22-2009, 01:21 PM   #4 (permalink)
Costin Trifan
Meeow!
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,235
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest order
Quote:
Originally Posted by AZ_Scott View Post
Not sure what I'm doing wrong. I just get a blank box when I preview the code.

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Discography</title>

<style fprolloverstyle>A:hover {color: #00FF00; font-weight: bold}
</style>


</head>

<body bgcolor="#FFFFCC" alink="#0000FF" text="#0000FF" background="images/wave_1.png">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#C0C0C0" width="765">
<tr>
<td width="133"><em><b><font face="Comic Sans MS" color="#0000FF" size="4px">
<a href="index.htm">Home</a></font></b></em></td>
<td width="160"><b><i><font face="Comic Sans MS" size="4px" color="#0000FF">
<a href="http://www.google.com/calendar/render?gsessionid=zL9-usAf0IGqKY68mdXz5A">Calendar</a></font></i></b></td>
<td width="171"><b><i><font face="Comic Sans MS" size="4px" color="#0000FF">
<a href="about_us.htm">About us</a></font></i></b></td>
<td width="206"><b><i><font face="Comic Sans MS" size="4px" color="#0000FF"><a href="blog.htm">
Chat me up</a></font></i></b></td>
<td width="223"><b><i><font face="Comic Sans MS" size="4px" color="#0000FF">
<a href="photo_gallery.htm">Photo Gallery</a></font></i></b></td>
<td width="285"><b><i><font face="Comic Sans MS" size="4px" color="#0000FF"><u>
<a href="Links.htm">Links</a></u></font></i></b></td>
</tr>
</table>
<!-- Embed Flash Player here -->
<embed
src="demos_band_clips/cold_duck.swf"
width="300"
height="300"
allowscriptaccess="always"
allowfullscreen="true"
/><embed

</html>
I highlighted the errors. fix them and let us know how it works.

# btw, remember that the embed tag is not recognized by Internet Explorer.

To make it crossbrowser you should make it something like this:


Code:
<object ... attributes ...> < object params go here> <embed ...attributes... ></embed> </object>
__________________
...to be continued
Costin Trifan is offline   Reply With Quote