A web page is not your file system.. you should use something like relative path, or http://localhost/.
Are you using the HtmlHelper? Regards, -- ***Thiago Belem* Desenvolvedor Rio de Janeiro - RJ - Brasil +55 (21) 8865.9250 thiagobelem.net [email protected] *Skype / gTalk **»* thiago.belem.web *LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt* Assando Sites*, curso de CakePHP *»* assando-sites.com.br 2011/12/15 Daniel <[email protected]> > img src is not working for me. No image shows up in the view. Here > is the relevant HTML source of the page: > > <div class="related"> > ... > <table cellpadding = "0" cellspacing = "0"> > ... > <tr class="altrow"> > <td>6</td> > <td><img src="C:\xampp\htdocs\blogtest\webroot\images > \thumb_bc13_2010.jpg" /></td> > > I can open this image file directly in my browser no problem. I am > using the default css in cake. What could be going wrong? > > Thanks. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
