views:

90

answers:

2

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!

+1  A: 

Sounds like you're using an iframe. If so:

http://stackoverflow.com/questions/65034/remove-border-from-iframe

ceejayoz
No it is not an iframe, it is the main border of the html window.
Nati
HTML doesn't have an inherent border. What application are you embedding a website into? What language is it coded in?
ceejayoz
I am using Auto play media studio, if you are aware of it. It imports an html web file in your project but it is unable to hide the borders.
Nati
See, don't you think that would've been useful information for us to have? Looks like it's a GUI app, so if you don't see an option to tweak it, you probably *can't* tweak it.
ceejayoz
I think u are right, thanks!
Nati
+1  A: 

You may try border-style:none in CSS, but it would help if you clarified your question a bit :-).

Tomas Petricek
yea making the border style none is what I need, How do I do that?
Nati
My question is simply how to hide the main border of an html. thanks
Nati