dolalu Posted February 8, 2005 Share Posted February 8, 2005 i want to add 2 images under the top of the page where it asks you to log in or create an account. I have the relevant line inlanguages/english.php. I have tried using images/file.jpg and adding image folder to languages but that didnt work. Also tried this <u>create an account</u></a><br><br><div align="center"><font color="#990033"><?php . tep_image(DIR_WS_IMAGES . 'main.jpg')); . tep_image(DIR_WS_IMAGES . 'main1.jpg'));</div>'); but that brings up an error. How do i do it. Cheers Link to comment Share on other sites More sharing options...
dblake Posted February 8, 2005 Share Posted February 8, 2005 <u>create an account</u></a><br><br><div align=\"center\"><font color=\"#990033\"><img src=\"images/main.jpg\"></div>'); Link to comment Share on other sites More sharing options...
dblake Posted February 8, 2005 Share Posted February 8, 2005 notice the \ before the " Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.