Can any one please tell me how can I disable the border of html? I was going to embed the html on another application and the border makes it look kind of boring.. Is there any CSS code to do this?
thanks!
Can any one please tell me how can I disable the border of html? I was going to embed the html on another application and the border makes it look kind of boring.. Is there any CSS code to do this?
thanks!
Sounds like you're using an iframe
. If so:
http://stackoverflow.com/questions/65034/remove-border-from-iframe
You may try border-style:none
in CSS, but it would help if you clarified your question a bit :-).