• I can’t get these tabels to lineup properly on my page (https://www.americanlivingrock.com) PLZ HELP

    <div align="center">
      <table width="960" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td colspan="3"><div align="center"><img src="https://www.americanlivingrock.com/images/americanlivingheaderrooftops1.jpg" width="960" height="709"></div></td>
        </tr>
    
          <td colspan="1"><div align="center"> <img src="https://www.americanlivingrock.com/images/americanlivingheaderrooftops2.jpg" width=474 height="59"></div></td>
    
         <td colspan="1" width="486" bgcolor="#000000">
    
            <div align="center">
              <object type="application/x-shockwave-flash" height="20" width="300" id="TSWidget13459" data="https://cdn.topspin.net/widgets/single/swf/TSSinglePlayer.swf?timestamp=1265048899" bgColor="#000000">
                <param value="always" name="allowScriptAccess" /> <param name="allowfullscreen" value="true" /> <param name="quality" value="high" /> <param name="movie" value="https://cdn.topspin.net/widgets/single/swf/TSSinglePlayer.swf?timestamp=1265048899" /> <param name="flashvars" value="widget_id=https://cdn.topspin.net/api/v1/artist/1515/single_track_player_widget/13459?timestamp=1265048899&theme=black&highlightColor=0x00A1FF" /> <param name="wmode" value="transparent" />
              </object>
            </div></td>
          </div>
        </tr>
      </table>
    </div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Don’t use table markup for layouts. It’s an outdated approach that is no longer needed for the current browsers, it increases page file size significantly and it doesn’t do your overall SEO any good.

    Use CSS instead.
    CSS Tutorials
    Learning CSS

    Thread Starter imeancomeonjoe

    (@imeancomeonjoe)

    Thanks esmi….

    all i really want is for the code below to overlap on my header image in the bottom right. Any suggestions?

    <object type="application/x-shockwave-flash" height="20" width="300" id="TSWidget13459" data="https://cdn.topspin.net/widgets/single/swf/TSSinglePlayer.swf?timestamp=1265048899" bgColor="#000000">
                <param value="always" name="allowScriptAccess" /> <param name="allowfullscreen" value="true" /> <param name="quality" value="high" /> <param name="movie" value="https://cdn.topspin.net/widgets/single/swf/TSSinglePlayer.swf?timestamp=1265048899" /> <param name="flashvars" value="widget_id=https://cdn.topspin.net/api/v1/artist/1515/single_track_player_widget/13459?timestamp=1265048899&theme=black&highlightColor=0x00A1FF" /> <param name="wmode" value="transparent" />
              </object>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting table elements…need help’ is closed to new replies.