October 22, 200817 yr H there, Would appreciate anyones input on this as im already behind on getting this site online! Thanks x
October 22, 200817 yr Author Im linking to intenal hmtl files.. im getting this blue box around where the images selction is and it breaks up the page so there is gaps between all the slices and its bloody annoying! x
October 22, 200817 yr ok.. thats an easy one add this like you would an alt tag to the end of the image class="border" and add this to the css .border { border:none; } either that or you could add this to the end of the image, it depends on the doctype you have used border="0"
October 22, 200817 yr Author cheers guys.. they both work so i went with the easy one! thanks again x
October 22, 200817 yr just put this in the image tag that should sort it out the reason why I mentioned both is because if it was a strict doctype, putting it inline would make the script invalid, just thought I would mention it
October 22, 200817 yr The compliant way to do this would be to have this in your styelsheet: a img {border:none;}
October 22, 200817 yr The compliant way to do this would be to have this in your styelsheet: a img {border:none;} agreed, that is a better way... nice one
Create an account or sign in to comment