Quote Originally Posted by clydejones View Post
Try this


/*BOF Menu Column 4 link Definitions*/
Define('TITLE_FOUR', '<li class="menuTitle">Accepted Payments</li>');

define('PAYMENTS', '<li><img src='/images/payments/visa.jpg'></li>');



/*The actual links are determined by "footer links" set in EZ-Pages
*EOF Menu Column 4 link Definitions
*/

/*BOF Footer Menu Definitions*/
Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . HOME . FEATURED . NEWPRODUCTS . ALLPRODUCTS . ACCOUNT . '</ul></dd>');
Define('INFORMATION', '<dd class="second">
<ul>' . TITLE_TWO . ABOUT . SHIPPING . PRIVACY . CONDITIONS . SITEMAP . '</ul></dd>');
Define('CUSTOMER_SERVICE', '<dd class="third">
<ul>' . TITLE_THREE . ACCOUNT . CONTACT . UNSUBSCRIBE . '</ul></dd>');
Define('IMPORTANT', '<dd><ul>' . TITLE_FOUR . PAYMENTS);
Thanks for the help. I gave it a shot but still a white page. Does it have anything to do with folder permissions because when I tried to access the image itself on the server I get a permission denied page.