Fork me on GitHub

need help with html images tags/links  Bottom

  • Hi. I can't get the picture to show up on my themes. Need expert help to me. Thanks alot.

    Here is the themes.html (is not really themes.html because I found the template online and I'm trying to convert it newbies style to an already made autothemes) . When uploading the themes to my root and go to www.mysite.com/themes.html..........All the images appear. Is only when I upload it to an already made autothemes, I then copy the code for the free template and paste it into the autothemes template. Then I don't get any picture but all the outline, tables, text words are there. HELP ME.


    HERE IS MY THEMES.HTML

    Code

    </head>

    <body background="images/pixi_lime.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/btn_contact_dn.gif','images/btn_news_dn.gif','images/btn_services_dn.gif','images/btn_overview_dn.gif','images/btn_home_dn.gif')">
    <div align="center">
      <table width="766" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
        <tr>
          <td width="1" rowspan="7"><img src="images/pixi_clear.gif" width="1" height="1"></td>
          <td width="763" height="6"><img src="images/pixi_clear.gif" width="6" height="6"></td>
          <td width="1" rowspan="7"><img src="images/pixi_clear.gif" width="1" height="1"></td>
        </tr>
        <tr>
          <td width="763" height="86" align="right" valign="top" background="images/pixi_blue.gif"><img src="images/toppic.gif" width="451" height="86"><img src="images/toplogo.gif" width="219" height="86"></td>
        </tr>
        <tr>
          <td width="763" height="53" align="right" valign="bottom" background="images/nav_bg.gif"><a href="#" onMouseOver="MM_swapImage('btn_home','','images/btn_home_dn.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/btn_home.gif" name="btn_home" width="82" height="37" border="0" id="btn_home"></a><img src="images/navspacer.gif" width="2" height="53"><a href="#" onMouseOver="MM_swapImage('btn_overview','','images/btn_overview_dn.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/btn_overview.gif" name="btn_overview" width="103" height="37" border="0" id="btn_overview"></a><img src="images/navspacer.gif" width="2" height="53"><a href="#" onMouseOver="MM_swapImage('btn_services','','images/btn_services_dn.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/btn_services.gif" name="btn_services" width="109" height="37" border="0" id="btn_services"></a><img src="images/navspacer.gif" width="2" height="53"><a href="#" onMouseOver="MM_swapImage('btn_news','','images/btn_news_dn.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/btn_news.gif" name="btn_news" width="97" height="37" border="0" id="btn_news"></a><img src="images/navspacer.gif" width="2" height="53"><a href="#" onMouseOver="MM_swapImage('btn_contact','','images/btn_contact_dn.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/btn_contact.gif" name="btn_contact" width="103" height="37" border="0" id="btn_contact"></a><img src="images/nav_bg.gif" width="17" height="53"></td>
        </tr>
        <tr>
          <td width="763" height="22" align="right" valign="top"><img src="images/toppic2.gif" width="763" height="22"></td>
        </tr>
        <tr>
          <td width="763" valign="top">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="244" valign="top"><img src="images/pagepic.gif" width="244" height="223"></td>
                <td width="25">&nbsp;</td>
                <td valign="top"><p>&nbsp;</p>
                  <p>&nbsp;</p>
                  <h1>Page Header</h1>
                  <p>Page content goes here; To use this template you simply have
                    to build the html for it from the graphic. First export all your
                    buttons, backgrounds and other images. You must decide whether
                    certain elements will be images or html generated.</p>
                  <p>First build one template page and make sure it is exactly right
                    before you build the rest of the site.</p>
                  <p><br>
                  </p></td>
                <td width="65">&nbsp;</td>
              </tr>
            </table></td>
        </tr>
        <tr>
          <td width="763" height="1" background="images/pixi_lime.gif"><img src="images/pixi_lime.gif" width="1" height="1"></td>
        </tr>
        <tr>
          <td width="763" height="35" align="center" class="baseline">&copy;Copyright
            newyorkcityboy.com2003</td>
        </tr>
      </table>
    </div>
    </body>
    </html>
  • For AutoThemes you needs to replace any instance of images/ with {image-path}

    So it will look like {image-path}image1.gif

    --
    Zikula Themes

This list is based on users active over the last 60 minutes.