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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Solution cyberRobot Posted March 11, 2014 Solution Share Posted March 11, 2014 Perhaps the following will help: http://msdn.microsoft.com/en-us/library/ie/dn255008(v=vs.85).aspx Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.