From: Al Sparber - PVII on
> Thanks Nadia. The P7 is slightly complex but i'll get through it...

Skip the first parts and just read the "uberlinks" sections towards the
bottom of the page, which shows you how to deploy the auto page marking
script.


--
Al Sparber
PVII
http://www.projectseven.com

"Designing with CSS is sometimes like barreling down a crumbling mountain
road at 90 miles per hour secure in the knowledge that repairs are scheduled
for next Tuesday".


From: graham howe on
Hi All, thanks ever so muchy for the help. I have now understood your true jedi
ways and got the current page tricks working. Thanks

Next problem is the tag that is in the <body> tag. The
onLoad="P7_Uberlink...." In html im working with the page has already some
code to load an image swap code. For example:

<body
onLoad="MM_preloadImages('banner_icon_art.gif','banner_icon_stmarys.gif','banner
_icon_castle.gif','banner_icon_yorkshire.gif')"
onLoad="P7_Uberlink('uberlink','header')">

I understand that you can't use 2 onloads in the body tag so how do i get the
P7 to work with an onload code already been used?

thanks

From: Murray *ACE* on
<body
onLoad="MM_preloadImages('banner_icon_art.gif','banner_icon_stmarys.gif','banner
icon_castle.gif','banner_icon_yorkshire.gif');P7_Uberlink('uberlink','header')">


--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"graham howe" <webforumsuser(a)macromedia.com> wrote in message
news:eav12o$t4e$1(a)forums.macromedia.com...
> Hi All, thanks ever so muchy for the help. I have now understood your true
> jedi
> ways and got the current page tricks working. Thanks
>
> Next problem is the tag that is in the <body> tag. The
> onLoad="P7_Uberlink...." In html im working with the page has already
> some
> code to load an image swap code. For example:
>
> <body
> onLoad="MM_preloadImages('banner_icon_art.gif','banner_icon_stmarys.gif','banner
> _icon_castle.gif','banner_icon_yorkshire.gif')"
> onLoad="P7_Uberlink('uberlink','header')">
>
> I understand that you can't use 2 onloads in the body tag so how do i get
> the
> P7 to work with an onload code already been used?
>
> thanks
>


From: graham howe on
Tar very mucho!
From: graham howe on
Acutally, it's not working. The current page style isn't been applied. The body tag isn't calling the javascript?

thanks