Jump to content

Ryusuke

Members
  • Posts

    62
  • Joined

  • Last visited

Posts posted by Ryusuke

  1. But theres lots of confusing errors, to me, like these ones

    Error Line 77 column 79: document type does not allow element "TABLE" here; missing one of "TH", "TD" start-tag....="0" cellpadding="0" bordercolor=black>The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
    Error Line 114 column 15: there is no attribute "BACKGROUND".<td background="http://www.freewebs.com/adayoffreestyle/newestheaderblack.gif">
    And I just don't understand this one
    # Error Line 78 column 31: document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag.<table border="0" cellspacing=0>The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
  2. http://www.urbanfreestyle.co.nr/homepg.htmSo my problem is my site doesn't work in Internet Explorer because the image links below. What is the best way to do it so it suits Firefox and IE?Here is the code for the banner and links table.
    <div style="margin-left: 80px; width: 500px; font: normal 12px arial;background-color;position:absolute;top:0;left:00;width:0px;"><table width="200" border="1" cellspacing="0" cellpadding="0" bordercolor=black bgcolor=#155190><td bgcolor=#155190><IMG src="http://www.freewebs.com/adayoffreestyle/presevewithtriangle.JPG" border=2 width=840></td><table width="200" border="1" cellspacing="0" cellpadding="0" bordercolor=black><tr><td><a href= "http://z7.invisionfree.com/A_Day_of_Freestyle/index.php?act=site" target = "_blank" ><img border ="2" src="http://www.freewebs.com/adayoffreestyle/buttons/portal.jpg"</a</td><td><a href= "http://z7.invisionfree.com/A_Day_of_Freestyle/index.php?act=idx" target = "_blank" ><img border ="2" src="http://www.freewebs.com/adayoffreestyle/buttons/Forums.jpg" </a</td><td><a href= "http://www.urbanfreestyle.co.nr/Tricktips.htm" target = "_parent" ><img border ="2" src="http://www.freewebs.com/adayoffreestyle/buttons/tricktips.jpg" </a</td><td><a href= "http://www.urbanfreestyle.co.nr/moretricktips.htm" target = "_parent" ><img border ="2" src="http://www.freewebs.com/adayoffreestyle/buttons/moretricks.jpg" </a </td><td><a href="http://www.urbanfreestyle.co.nr/gallery.htm" target="_parent" ><IMG src="http://www.freewebs.com/adayoffreestyle/buttons/gallery.jpg" border=2></a</td><td><a href="http://www.urbanfreestyle.co.nr/link.htm" target="_parent" ><IMG src="http://www.freewebs.com/adayoffreestyle/buttons/links.jpg" border=2></a</td><td><a href="http://www.urbanfreestyle.co.nr/games.htm" target="_parent" ><IMG src="http://www.freewebs.com/adayoffreestyle/buttons/games.jpg" border=2></a</td><td><a href= "http://www.urbanfreestyle.co.nr/urbanfreestyle.htm" target = "_parent" ><img border ="2" src="http://www.freewebs.com/adayoffreestyle/buttons/flaws.jpg" "/></a</td></tr></table></table></div>

    Thanks you W3

  3. i'd place it in the embed tag somwhere also i dont think the embed tag has an end tag. if you are using xhtml you should end it like <embed (stuff goes here) /> just like a br tag <br />
    <objectclassid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"width="425" height="350" id="movie"><param name="movie" value="http://www.youtube.com/v/Yi4GkqwqI_Q" /><embed src="http://www.youtube.com/v/Yi4GkqwqI_Q" quality="high" width="425" height="350" name="movie" type="application/x-shockwave-flash"plug inspage="http://www.macromedia.com/go/getflashplayer" autostart="true" /> </object>

    Huh?What's with all the extra stuff, isn't auto start=true all that's required?
  4.  <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Yi4GkqwqI_Q"></param><embed src="http://www.youtube.com/v/Yi4GkqwqI_Q" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

    So that's the youtube code, but I want the video to play automatically.I know I have to put autostart=true but it didn't work maybe I didn't place it right

×
×
  • Create New...