XCCreations Posted June 12, 2008 Share Posted June 12, 2008 Using HTML how do i src images to show up? Link to comment Share on other sites More sharing options...
germ Posted June 12, 2008 Share Posted June 12, 2008 In a typical osC store, it would usually go something like this: <img src="images/spacer.gif" border="0" alt="" width="14" height="14"> Need any more explanation with that? :unsure: 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 > Link to comment Share on other sites More sharing options...
XCCreations Posted June 12, 2008 Author Share Posted June 12, 2008 What if im using dreamweaver to create a nav bar. My Site http://fingercrafteddomains.com/store/catalog/index.php The images dont show now i sourced the images as this in dreamweaver: <td><img name="nab_r1_c7" src="http://fingercraftessystems.com/store/catalog/images/Nav/Nab.gif" width="800" height="35" border="0" alt=""></td> how would i source this properly Link to comment Share on other sites More sharing options...
germ Posted June 12, 2008 Share Posted June 12, 2008 I bet this will work: <td><img name="nab_r1_c7" src="images/Nav/Nab.gif" width="800" height="35" border="0" alt=""></td> 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 > Link to comment Share on other sites More sharing options...
XCCreations Posted June 12, 2008 Author Share Posted June 12, 2008 iS THERE A WAY I CAN MAKE THIS CODE REPEAT LIKE WITH BOX HEADINGS SO I DONT HAVE TO MAKE THE IMAGE HUGE? EXAMPLE background-image: url('images/some_graphic.gif'); background-repeat: repeat; <- tHE REPEAT aNYWAY? Link to comment Share on other sites More sharing options...
germ Posted June 12, 2008 Share Posted June 12, 2008 Probably best done in your stylesheet. Some examples: CSS Background 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 > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.