Finally got my site up and running using Dan jasker’s box model method - thanks Dan!
I have a strange glitch with a hyperlink though. When one particular page’s ‘previous’ and ‘next’ links are clicked a new window opens instead of staying in the same window. When the link is clicked in the new window it correctly just shifts to the next page but stays in the same window.
There doesn’t appear to be anything different to this hyperlink when compared to others on the site.
Hi Matt,
The page has a base target set to ‘ma page1’. If you open up the
inspector palette and look at the 3rd tab you’ll see a field called
‘Target’. Make sure this is ether empty or set to ‘_self’ (ideally
empty) and your links will open in the same browser window.
Regards,
Tim.
On 8 Jul 2009, at 06:36, Matthew Ball wrote:
Finally got my site up and running using Dan jasker’s box model
method - thanks Dan!
I have a strange glitch with a hyperlink though. When one particular
page’s ‘previous’ and ‘next’ links are clicked a new window opens
instead of staying in the same window. When the link is clicked in
the new window it correctly just shifts to the next page but stays
in the same window.
There doesn’t appear to be anything different to this hyperlink when
compared to others on the site.