Help?
Help?
(OP)
New to PageMill, trying to help my company who has just lost a computer guy.
We have a network with a Welcome screen with common forms and files that all employees can access on their computers. When they open the screen there's a list of links, when clicking on the link I would like the resulting site to open in the same browser instead of a new one.
Also, a link is linked to a .pdf file that is also located on the computers but when you click on the link it does the whole 'page cannot be displayed' bit. Maybe the 'link to:' is messed up - I'm not sure.
Anything would be useful, thanks.
We have a network with a Welcome screen with common forms and files that all employees can access on their computers. When they open the screen there's a list of links, when clicking on the link I would like the resulting site to open in the same browser instead of a new one.
Also, a link is linked to a .pdf file that is also located on the computers but when you click on the link it does the whole 'page cannot be displayed' bit. Maybe the 'link to:' is messed up - I'm not sure.
Anything would be useful, thanks.
RE: Help?
PageMill is old - very old - and unless your Welcome page is very basic, I would urge you use a more sophisticated editor which complies with the latest HTML specifications. You may well find that if you open the Welcome page in PageMill and re-save it, the code which PML does not recognise will be altered in some way.
If this a simple HTML link, then you can easily edit the code in Notepad - see here for the syntax:
http://www.willcam.com/cmat/html/other.html#Anchor
CODE
<A target="new" HREF="URL">linktext</A> or
<A target="_blank" HREF="URL">linktext</A>
to
<A HREF="URL">linktext</A>
The code is identical to anchor syntax described above. e.g.
http://w
You will also need to have Adobe Reader or Adobe Acrobat installed and associated with the PDF suffix on every computer.
Make sure you have backups of any pages before you edit them.
Iechyd da! John.
Glannau Mersi, Lloegr.
RE: Help?
I didn't even know PageMill existed until yesterday when I was asked to help on this.. I'm a senior in high school and interning at this company so it's not like I can just purchase new programs. The page is very basic, just links and .pdf files.
My only problem is now getting the list of links table and the rest of the information side-by-side on a page together. In Page Mill it doesn't allow me to put text next to a table, only under it. I'm sure there is a way to do so by altering the source code, but I don't know that much HTML to do so.
RE: Help?
One option is to add another column to the table. e.g.
h
Iechyd da! John.
Glannau Mersi, Lloegr.