LoveThoseBeads Posted August 25, 2006 Share Posted August 25, 2006 I need to add a image in the main body of my home page but for the life of me I can't figure out how to do it. The image is uploaded and saved under images. What html do I use to link to it?? My site has just gone live so I need to get it in there. Thanks in advance! Link to comment Share on other sites More sharing options...
LoveThoseBeads Posted August 25, 2006 Author Share Posted August 25, 2006 Figured it out thanks! Link to comment Share on other sites More sharing options...
boudey Posted August 30, 2006 Share Posted August 30, 2006 Figured it out thanks! Could you explain how you did it. I also want to include 3 other images in a table. Do you have several languages? If yes, how did yu manage to do so? Thanks. Link to comment Share on other sites More sharing options...
kenshin Posted August 30, 2006 Share Posted August 30, 2006 Could you explain how you did it.I also want to include 3 other images in a table. Do you have several languages? If yes, how did yu manage to do so? Thanks. If you haven't done so, go to your includes/english/ folder and open the index.php file includes/english/index.php look for the code that starts with this define('TEXT_MAIN' you can add a table an image, pretty much your own html. When you're done it should look like this define('TEXT_MAIN','The Quick brown fox jumps over'); or define('TEXT_MAIN',' <table width="100% cellspacing="0" cellpadding="0"> <tr> <td> Your text here </td> </tr> <tr> <td> <img src="You Image here"> </td> </tr> </table>'); Hope this helps; :thumbsup: Link to comment Share on other sites More sharing options...
boudey Posted September 3, 2006 Share Posted September 3, 2006 Thanks. That is what I needed. :) ciao. Link to comment Share on other sites More sharing options...
kenshin Posted September 4, 2006 Share Posted September 4, 2006 Thanks. That is what I needed. :) ciao. You are welcome. Anytime. :thumbsup: :) Link to comment Share on other sites More sharing options...
ehong33234 Posted November 17, 2006 Share Posted November 17, 2006 where would you insert this code? After what line or code? I just tried it after my main text, and the page doesn't show anymore. thanks.. Link to comment Share on other sites More sharing options...
moboman Posted November 17, 2006 Share Posted November 17, 2006 You can insert the code anywhere inside the text_main: ('TEXT_MAIN',' YOUR TEXT GOES HERE '); This page is located at: includes/english/index.php but there are a lot of options with images. <img alt="youralternativetext" width="yourwidth" height="yourheight" border="yourborder" src="yourpic.gif"> The only one you need is src="", but to be proper to w3c standards you really need to have an alt. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.