Jump to content

what am i missing


ozewolf

Recommended Posts

Hi i am reposting this in code tags re http://www.phpfreaks.com/forums/index.php?PHPSESSID=0jt7fn3t7l27ltapd6lnh08192&topic=238639.msg1111986#msg1111986

//--></script> </head> <body> <!-- coolMenu //--> <!-- coolMenu_eof //--> <!-- warnings //--> <!-- warning_eof //--> <tr class="header"> <a href="http://archistoreit.com.au/index.php?osCsid=0p6eqk5btfpvsg2rvmo1ugact2"><img src="images/store_logo.gif" border="0" alt="archistoreit.com.au" title=" archistoreit.com.au " width="586" height="105"></a> <table align="right" width="385" border="0" cellpadding="0" cellspacing="0" title="Click to Verify - This site chose VeriSign SSL for your secure e-commerce and confidential communications."> <tbody> <tr> <td width="185" align="right" <script src=https://seal.verisign.com/getseal?host_name=archistoreit.com.au&size=L&use_flash=YES&use_transparent=YES&lang=en></script> <tr> <td width="135" align="left" valign="top" style="font:11px/16px Helvetica,Verdana,Arial,sans-serif; letter-spacing:.5px; text-align:right; margin:0px; padding:0px;">Our site chose VeriSign <a target="_blank" href="http://www.verisign.com/ssl-certificate/">SSL<br></a> for your secure e-commerce<br>confidential communications.</td> </tr> <tr> <td align="left" valign="top"><a target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:right; margin:0px; padding:0px;" href="http://www.verisign.com/ssl-certificate/"> </a></td> <td width="100"> </td> </tr> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <td align="right" valign="bottom"><a href="https://archistoreit.com.au/account.php?osCsid=0p6eqk5btfpvsg2rvmo1ugact2"><img src="images/header_account.gif" border="0" alt="Your Account" title=" Your Account " width="30" height="30"></a>  <a href="http://archistoreit.com.au/shopping_cart.php?osCsid=0p6eqk5btfpvsg2rvmo1ugact2"><img src="images/header_cart.gif" border="0" alt="Cart Contents" title=" Cart Contents " width="30" height="30"></a>  <a href="https://archistoreit.com.au/checkout_shipping.php?osCsid=0p6eqk5btfpvsg2rvmo1ugact2"><img src="images/header_checkout.gif" border="0" alt="Checkout" title=" Checkout " width="30" height="30"></a>  </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation">  <a href="http://archistoreit.com.au" class="headerNavigation">Home</a> » <a href="http://archistoreit.com.au/index.php?osCsid=0p6eqk5btfpvsg2rvmo1ugact2" class="headerNavigation">Catalog</a></td> <td align="right" class="headerNavigation"> | 

This displays different on various browsers and i know nothing of php so am asking for some help as to what is wrong with it

I am trying to get it to display in as it does in safari but move with the width of the browsers window.

 

http://www.screencast.com/t/CV5lTZOL8

 

go to archistoreitdotcomdotau to see it

Appreciated

Link to comment
Share on other sites

Not sure what you mean this Came from the HTML forum because it contained PHP

and it displays differently in safari,opera and firefox (header height,and position of the flash.

 

<tr class="header">

    <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.gif', STORE_NAME) . '</a>'; ?>

<table align="right" width="385" border="0" cellpadding="0" cellspacing="0" title="Click to Verify - This site chose VeriSign SSL for your secure e-commerce and confidential communications.">
    <tbody>
        <tr>
            <td width="185" align="right" <script src=https://seal.verisign.com/getseal?host_name=archistoreit.com.au&size=L&use_flash=YES&use_transparent=YES&lang=en></script>
        <tr>
            <td width="135" align="left" valign="top" style="font:11px/16px Helvetica,Verdana,Arial,sans-serif; letter-spacing:.5px; text-align:right; margin:0px; padding:0px;">Our site chose VeriSign <a target="_blank" href="http://www.verisign.com/ssl-certificate/">SSL<br></a> for your secure e-commerce<br>confidential communications.</td>
        </tr>
        <tr>
            <td align="left" valign="top"><a target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:right; margin:0px; padding:0px;" href="http://www.verisign.com/ssl-certificate/"> </a></td>
            <td width="100"> </td>
        </tr>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  
    <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1">
  <tr class="headerNavigation">
    <td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>
    <td align="right" class="headerNavigation"> | 
      <?php if ((tep_session_is_registered('customer_id')) && (!tep_session_is_registered('noaccount'))) // DDB - PWA - 040622 - no display of logoff for PWA customers
     { ?>
         <a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?>
      </a>  | 
      <?php } ?>

      <?php if (!tep_session_is_registered('noaccount')) // DDB - PWA - 040622 - no display of account for PWA customers
     { ?>
         <a href="<?php echo tep_href_link(FILENAME_ACCOUNT, 'my_account_f=1', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?>                  </a>  | 
     <?php } ?>

      <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
       |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?> | </a><a href="<?php echo tep_href_link(FILENAME_WISHLIST, '', 'SSL'); ?>" class="headerNavigation"><?php echo BOX_HEADING_CUSTOMER_WISHLIST; ?></a> </td>
  </tr>
</table>
<!-- header_eof //-->{/CODE]

Link to comment
Share on other sites

Ok I have gotten further with this but am not getting the flash part to show up

<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr class="header">
    <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.gif', STORE_NAME) . '</a>'; ?></td>

<td align="right"><?php
echo "<table width=\"240\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" title=\"Click to Verify - This site chose VeriSign SSL for secure e-commerce and confidential communications.\">\n";
echo "    <tbody>\n";
echo "        <tr>\n";
echo "            <td width=\"185\" align=\"center\" valign=\"top\"><script src=https://seal.verisign.com/getseal?host_name=archistoreit.com.au&size=L&use_flash=YES&use_transparent=YES&lang=en></script></td>\n";
echo "        </tr>\n";
echo "        <tr>\n";
echo "            <td width=\"135\" valign=\"right\" style=\"font:11px/16px Helvetica,Verdana,Arial,sans-serif;\">This site chose VeriSign <a target=\"_blank\" href=\"http://www.verisign.com/ssl-certificate/\">SSL</a> for secure e-commerce and confidential communications.</td>\n";
echo "        </tr>\n";
echo "        <tr>\n";
echo "            <td align=\"center\" valign=\"top\"><a target=\"_blank\" style=\"color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;\" href=\"http://www.verisign.com/ssl-certificate/\">READ ABOUT SSL CERTIFICATES</a></td>\n";
echo "            <td width=\"155\"> </td>\n";
echo "        </tr>\n";
echo "    </tbody>\n";
echo "</table>\n";
?>
    <td align="middle" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>
  </tr>
</table>

Any help would be appreciated :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.