oracle765 Posted March 6, 2014 Share Posted March 6, 2014 <div class="tbody" style="width:958px;"> <div class="tr"> <div class="td company_name"><img src=images/companylogos/<?php echo $insurer;?>.jpg width="90" height="50" border="0" alt="" /></div><br /> I have tried border="0" but it don't seem to work and I do not know how to find the class= "td company_name" please help thanks I have a border around my image results on compareandchoose.com.au/insurance_data page and I cannot figure how to get rid of it here is the code in question Link to comment https://forums.phpfreaks.com/topic/286775-borders-around-image/ Share on other sites More sharing options...
requinix Posted March 7, 2014 Share Posted March 7, 2014 I can't get it to produce any results. Link to comment https://forums.phpfreaks.com/topic/286775-borders-around-image/#findComment-1471699 Share on other sites More sharing options...
cyberRobot Posted March 7, 2014 Share Posted March 7, 2014 Note that "td" and "company_name" are two different class names. Also, are you familiar with the "Inspect element" feature for browsers like Chrome, Firefox, and IE? It can help you track down how styles are being applied to the image/div tag. Link to comment https://forums.phpfreaks.com/topic/286775-borders-around-image/#findComment-1471761 Share on other sites More sharing options...
oracle765 Posted March 9, 2014 Author Share Posted March 9, 2014 ah I see I didn't know the td and company_name were two different elements, and no I am not familiar with the inspect element for the browser for instance how do I find this or get to this in IE11 which I am using Link to comment https://forums.phpfreaks.com/topic/286775-borders-around-image/#findComment-1471884 Share on other sites More sharing options...
cyberRobot Posted March 11, 2014 Share Posted March 11, 2014 Perhaps the following will help: http://msdn.microsoft.com/en-us/library/ie/dn255008(v=vs.85).aspx Link to comment https://forums.phpfreaks.com/topic/286775-borders-around-image/#findComment-1472133 Share on other sites More sharing options...
oracle765 Posted March 12, 2014 Author Share Posted March 12, 2014 hey guys thanks for all your help, managed to resolve this with help from a friend cheers Link to comment https://forums.phpfreaks.com/topic/286775-borders-around-image/#findComment-1472264 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.