Hi all am in a pickle 😛
All my code is working fine apart from one small part
<body>
<?=$loginBar?>
<div id="headerMover">
Is there anyway I can warp the
<?=$loginBar?>
Only, In a base href or something like that?
all the other code in my file runs at gallery.domain.com
and the login part has to be forums.domain.com
I tested this by adding a “base” to the top and it worked for the login part but there rest did not.
So I need to “wrap” or something the same
Cheers
No, there is no way to have multiple
basetags on the same page. From the MDC docs:You’ll have to use absolute URLs in your header.