I've been recently fiddling with the base href html tag to eliminate repetitiveness, especially with external links. Too bad it single-handedly destroys portability. Or does it?
The question is, can a base href be undone? So far, My only hack for it is to <base href="."> when I want relative links again, but that still prepends a stupid "http://./" to all affected links. Bleh.
base href fun!
-
- Tenth Dan Procrastinator
- Posts: 3055
- Joined: Fri Jul 18, 2003 3:02 am
- Location: Varies
- Contact:
Some quickies:
Yes, I write all of my HTML in xemacs (with a modified HTML environment).
Yes, I tried Mozilla Composer, which still added crap I didn't want.
No, we don't have dreamweaver licenses, which are ~$900 a pop.
Yes, I tried various shareware editors, none of which have the indenting goodness of xemacs.
No, I don't use MS Word, Publisher, or that ilk. Heck, I even avoid notepad thanks to the annoying carriage return differences between unix and windows.
Yes, people have modified my peer reviews in word before.
Yes, it is a pain to fix the HTML afterwards.
Whee!
Yes, I write all of my HTML in xemacs (with a modified HTML environment).
Yes, I tried Mozilla Composer, which still added crap I didn't want.
No, we don't have dreamweaver licenses, which are ~$900 a pop.
Yes, I tried various shareware editors, none of which have the indenting goodness of xemacs.
No, I don't use MS Word, Publisher, or that ilk. Heck, I even avoid notepad thanks to the annoying carriage return differences between unix and windows.
Yes, people have modified my peer reviews in word before.
Yes, it is a pain to fix the HTML afterwards.
Whee!
Last edited by VLSmooth on Wed Sep 03, 2003 11:46 pm, edited 1 time in total.
-
- Tenth Dan Procrastinator
- Posts: 3055
- Joined: Fri Jul 18, 2003 3:02 am
- Location: Varies
- Contact:
Heh, sounds frighteningly like an earlier idea I had:
1) Write code with custom tags
2) Replace custom tags with approriate tags via perl
In other words, write in a new language of my own design and create a converter/compiler for HTML.
Still tempted to try that... or CSS. Then again, I have to be careful since various people use IE, Mozilla, and Netscape here.
1) Write code with custom tags
2) Replace custom tags with approriate tags via perl
In other words, write in a new language of my own design and create a converter/compiler for HTML.
Still tempted to try that... or CSS. Then again, I have to be careful since various people use IE, Mozilla, and Netscape here.