I am very new to Raspberry
I am trying to add the below HTML page in Chromium Kiosk - which is not supporting - is their anyway i can achieve the below ?
<!DOCTYPE html> <html> <frameset Rows="10%,*"> <frame src="frame_a.htm"> <frame src="frame_b.htm"> </frameset> </html> All I need is to display a navigation bar to refresh the home page - I am trying to create a image gallery.
Please let me know is their any way I can achieve the same
If No - Please let me know what is the work around for the same
Thanks in advance.
<framesrc="frame_b.htm">a typo - you probably meant<frame src="frame_b.htm">?