• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML Expert need HELP!

NJLOAD

Senior member
What HTML code makes hyperlinked text open another web page? I'm trying to find out why when I click on a menu name it opens another web page instead of just going to that page. All the open pages show in the system tray. When I open the page in FrontPage and right click on the text and check out the hyperlink properties it only lists the html file.

Does this make sense?

Thanks
 
target="top" tells it to open in a new window in plain html. There are also javascripts that can do this.
 
bunker, I looked at the code and found this:
Home
If I remove the target=top will that work for all the menu buttons? This was the only place I saw it.
 
I have no idea what happened above;

a href="index.htm" class="mainmenu" target="_top">Home</a

If I remove the target=top will that work for all the menu buttons? This was the only place I saw it.
 
Back
Top