2 Frames Split the browser window into 2 frames and add, example, a menu and a logo in the top frame
If you want to include, for example, a menu or your own logo in the publication view, you can do so by splitting the browser window into 2 frames. This way people can still use the navigation on your homepage.
<html> <head> <title>Browser title</title> </head> <frameset cols = "*" rows="40px,100%" frameborder=no framespacing=0 border=0> <frame src="html file" /> <frame src="publication url"></frameset><noframes></noframes> </html>
|