PAGEBUILDER
RELATIVE LINKING
When linking to a image stored in the scrapbook of the SAME user name, the relative Url can begin with the page name preceded by 2 dots and a slash mark -- like this ../ ---- for example, when in my mikan71 user account name and linking to mikan71 Pagebuilder scrapbook images, these codes:
<a href="../flag/scrapbookFiles/importD8.jpg"> Large U.S. Flag</a>
<img src="../flag/scrapbookFiles/importD11.jpg">
will produce the correct images:
Large U.S. Flag

But that method does not apply when crossing user names..When I am in mikan71 user account, but linking to images stored in the Pagebuilder scrapbook of ANOTHER of my USER names, the relative Url must begin with the other user name preceded by a / mark ---- for example, this coding:
<a href="/chakay307776/earthrise/scrapbookFiles/importD36.jpg"> chakay scrapbook image </a>
<img src="/chakay307776/photos/scrapbookFiles/importD10.jpg">
is required to produce images of the other user:
chakay scrapbook image

NOTE: Image attributes such as width, etc., were excluded to simplify the examples.