Hi Happy Camper,
I think what you may be asking is how to open a website in a new window,
Yes? If so this is the code you need to insert into the code fragment box
.....i.e >Insert>Code fragment.
javascript:Show('
http://*****','newwindow','') just delete the stars and
replace with the website URL. Be very careful and make sure you only delete
the stars in this code.
I always construct mine in notepad and then copy and paste it into the code
fragment box, that way you can be sure that you have the code correct.
You can add another code for changing the size of the window and I think
this may be it...
toolbar=no,scrollbars=yes,resizable=yes,height=600,width=700 just string it
to the other code.
This code will give you a window without toolbars, but with scrollbars. You
can also resize the window to the height and width you require by changing
the size.
Just select the text or picture you want to link, insert the code and when
you do a web preview, voila..your link should open in a new window at the
size you have chosen.
If this isn't what you're looking for, post again and I'm sure someone will
help.
Maureen