
-----------------------------------
greenapplesodaex
Tue Mar 14, 2006 9:47 pm

need help with adding bg in a page with frame
-----------------------------------
say, i have code

	
		this is a test
	

	 
		 
		 
			 
			 
		 

	 


to my understanding, i cant add  otherwise my frames wont work.
now, can i put ONE background in this page so that it goes under all frames as one pic? 

thanx in advance

-----------------------------------
Tony
Tue Mar 14, 2006 9:53 pm


-----------------------------------
apparently the HTML tag could have a background property





     html 
     {
          background-image: url('compsci.jpg')
     }
     



   
      
      
         
         
      

    




-----------------------------------
greenapplesodaex
Tue Mar 14, 2006 10:02 pm

re
-----------------------------------
thanx mate. 
it's showing up... in a way, but i think the frames are covering up the background so i still cant see it
