| View previous topic :: View next topic |
| Author |
Message |
cgherman Newbie

Joined: 04 Mar 2005 Posts: 2 Location: Tg Mures Romania
|
Posted: Fri Mar 04, 2005 6:25 am Post subject: URL modification |
|
|
Please help me:
When open a html document with relatives links (ex: <a href="folder1/file1.pdf">) it is autoconveted in to <a href="http://folder1/file1.pdf">. And in this way it is saved.
What can I do to keep the initial format of links when I save the file?
PS: I use OO 1.9.77. _________________ Best regards
Cristian |
|
| Back to top |
|
 |
JohnV Administrator

Joined: 07 Mar 2003 Posts: 8984 Location: Lexinton, Kentucky, USA
|
Posted: Fri Mar 04, 2005 2:31 pm Post subject: |
|
|
| I don't know the answer to this but you might play with the options at Tools > Options > Load/Save - General. They look like a logical answer. |
|
| Back to top |
|
 |
cgherman Newbie

Joined: 04 Mar 2005 Posts: 2 Location: Tg Mures Romania
|
Posted: Fri Mar 04, 2005 10:28 pm Post subject: |
|
|
I tried al option in Load/Save, i have deleted manual from source all "http://" but when I return to document all links became the same <a link="http://folder1/file.pdf">
I will try monday the new Oo 2.0beta. Maybe I will have some luke. _________________ Best regards
Cristian |
|
| Back to top |
|
 |
dupree Newbie

Joined: 27 Apr 2005 Posts: 2
|
Posted: Wed Apr 27, 2005 12:52 pm Post subject: Same problem |
|
|
Has anybody figured this out? I like the HTML editing features, but having to hand edit every stinkin URL is really getting old!
Doug |
|
| Back to top |
|
 |
Kaaredyret Moderator


Joined: 22 Aug 2003 Posts: 1356 Location: Denmark
|
Posted: Wed Apr 27, 2005 2:16 pm Post subject: |
|
|
Use NVU instead, hmm?
http://www.nvu.com/ _________________ www.kaaredyret.dk - OpenOffice resources (templates, extensions, tutorials and more) !
Stay updated on software and OpenOffice.org news via Twitter |
|
| Back to top |
|
 |
9point9 Moderator

Joined: 31 Aug 2004 Posts: 3875 Location: UK
|
Posted: Wed Apr 27, 2005 2:41 pm Post subject: |
|
|
What you could do is produce the HTML file in OOo, then open it in a text editor as plain text and run a find replace to fix the URL's.
For instance: Replace <a href="http:// with <a href=". This will work so long as you don't actually need an http:// in it. That might, in some cases, cause problems. _________________ Arch Linux
OOo 3.2.0
OOoSVN, change control for OOo documents:
http://sourceforge.net/projects/ooosvn/ |
|
| Back to top |
|
 |
|