saintleo Posted February 26, 2008 Posted February 26, 2008 Okay, I have another one. Tables in general are new for me. I am trying to add a page (which is done) that when opens, has an image on it. Can anyone tell me what's wrong with this coding? I just have a padded /framed single box with an 'X' in it: define('TEXT_INFORMATION', '<center> <TABLE BORDER="3" CELLSPACING="1" CELLPADDING="1"> <TR> <TD ALIGN = "center"> <IMG SRC="http://www.ginastaubin.com/catalog/includes/languages/english/images/birthstone chart.jpg"> </TD> </TR> '); ?> Everything will be easier one day...right?!?
germ Posted February 26, 2008 Posted February 26, 2008 The image name isn't spelled correctly (file names ARE case sensitive). And it's not a good idea to use file names with spaces in the names. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
saintleo Posted February 26, 2008 Author Posted February 26, 2008 The image name isn't spelled correctly (file names ARE case sensitive). And it's not a good idea to use file names with spaces in the names. Thank you, thank you. Made me look a little closer at what I was doing and it looks GREAT! Everything will be easier one day...right?!?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.