ozewolf Posted February 14, 2009 Share Posted February 14, 2009 Hi I am new to this I cant figure out how to get this to display correctly Image(head on left and seure verisign on the right befor the icons & strachable Tried so many things iam confused? Here is the code <!-- header //--> <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.gif') . '</a>'; ?></td> <table width="210" 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;">This 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="right" 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/">ABOUT SSL CERTIFICATES</a></td> <td width="155"> </td> </tr> <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 //--> The image http://www.screencast.com/t/IbNMfq00O Thanks in Advance EDIT: yes, I put the code tags for you Quote Link to comment Share on other sites More sharing options...
Zane Posted February 14, 2009 Share Posted February 14, 2009 you didn't use code tags Quote Link to comment Share on other sites More sharing options...
ozewolf Posted February 14, 2009 Author Share Posted February 14, 2009 Thanks Getting There but logo fixed on Left does not move with width of window <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 //--> go to archistoreit dot com dot au Quote Link to comment Share on other sites More sharing options...
haku Posted February 14, 2009 Share Posted February 14, 2009 This is the HTML section of the forum - not PHP. Output your code to the browser, then copy the source into here. And please use code tags. Quote Link to comment Share on other sites More sharing options...
ozewolf Posted February 14, 2009 Author Share Posted February 14, 2009 Have re posted in PHP in CODE thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.