Login  Register

Re: app_body_header

Posted by Harvey on Oct 17, 2013; 8:26pm
URL: https://support.nabble.com/app-body-header-tp7584955p7587379.html

What is "harvey_img?"

What if each sub-app has:

weather_img
woodstove_img

and we could call each image through that:

<then>
                    <div id="weather_img">
                        <a href="http://pro.accuweather.com/nx_mosaic_640x480c/sir/inmasirny_.gif">    
                            <img alt="NY Radar" style="border-width:0px 1px 1px 0px; border-style: solid; border-color: black;" src="http://pro.accuweather.com/nx_mosaic_640x480c/sir/inmasirny_.gif"/></a>    
                    </div>
                </then>  
  AND...

<then>
                    <div id="woodstove_img">
                        <a href="http://pro.accuweather.com/nx_mosaic_640x480c/sir/inmasirny_.gif">    
                            <img alt="NY Radar" style="border-width:0px 1px 1px 0px; border-style: solid; border-color: black;" src="http://pro.accuweather.com/nx_mosaic_640x480c/sir/inmasirny_.gif"/></a>    
                    </div>
                </then>  
 
Then we could customize each header?
HTTPS Please!