| View previous topic :: View next topic   | 
	 
	
	
		| Author | 
		Message | 
	 
	
		ws Write and Show support
 
  Joined: 27 May 2007 Posts: 140
 
  | 
		
			
				 Posted: Thu Oct 16, 2008 11:23 am    Post subject: How to have an IFrame with no border | 
			   
			 
			
				
  | 
			 
			
				IFrame with no border 
 
So you want your IFRAME without borders?
 
 
You probably tried border=”0″ and it did not work.
 
 
If you want to make an iframe without a border you have to set the following attribute
 
 
frameborder="0"
 
 
That’s it.
 
 
Look at the attribute in this iframe html code example:
 
 
 	  | Quote: | 	 		  | <iframe name="frame_name: src="http://writeandshow.com" width="100%" height="500" frameborder="0" ></iframe> | 	 
  | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		 | 
	 
 
		 | 
	 
 
 |