-------- Original Message -------- From: webmaster for Kracked Press Productions <[email protected]> To: [email protected] Date: Tue, 22 Feb 2011 17:17:48 -0500
> > I need help trying to find out what is the problem with the HTML code. > You go to Module [page]. Click on "read more" under Writer and you > get a second "tab" or "windows" when it comes up. Now you have 2 > pages. You click on the "read more" under Calc, and you do not get > the second window. Both coding are the same except the file name. > So Writer should not open a second tab/window is Calc does not. > > Cannot figure what the problem is. It must be somewhere else, but > I cannot see it. The software I use cannot get it to stop either. > > http://www.lungstrom.com/libreoffice-dvd-project/LibreOffice-disc-North-American-DVD/module.html > > The Writer "Read more ..." link: <a target="_blank" href="writer.html">Read more ...</a> has a "target" attribute. _blank = open in new page/tab The Calc "Read more ..." link: <a href="calc.html">Read more ...</a> is missing the "target" attribute and defaults to _self = open in same window/tab. HTH Dave -- Unsubscribe instructions: E-mail to [email protected] List archive: http://listarchives.libreoffice.org/www/marketing/ *** All posts to this list are publicly archived for eternity ***
