Jun 7, 2004 #1 davikokar Technical User Joined May 13, 2004 Messages 523 Location IT Does someone know hot to say frameborder="no" in CSS? thanks
Jun 7, 2004 1 #2 dkdude Programmer Joined Jun 16, 2003 Messages 849 Location DK Try adding [tt]STYLE="border:0px;"[/tt] to your tag! Good Luck §:O) Jakob Upvote 0 Downvote
Jun 7, 2004 Thread starter #3 davikokar Technical User Joined May 13, 2004 Messages 523 Location IT I tried that but it doesn't work. Actually I'm not using a frame but an inline frame <iframe>... Upvote 0 Downvote
Jun 7, 2004 #4 dkdude Programmer Joined Jun 16, 2003 Messages 849 Location DK Adding [tt]<body style="border:none"> [/tt] to the page in the IFRAME may help.... didn't test it though §:O) Jakob Upvote 0 Downvote
Adding [tt]<body style="border:none"> [/tt] to the page in the IFRAME may help.... didn't test it though §:O) Jakob
Jun 7, 2004 Thread starter #5 davikokar Technical User Joined May 13, 2004 Messages 523 Location IT that was the one... thanks Upvote 0 Downvote