send me the HTML files and I'll help you.
My email is daniel at my username without spaces .net
If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!I have a bunch of 500 KB html pages, each containing over 9,000 links. The link-title words are currently all lower case, but I'd like to have each word Capitalized ('Title Case').
Dreamweaver can't do this automated, so does anyone know which HTML editor (freeware, or fully functioning trial) can? I searched and searched in Google etc. hoping to find a capable HTML editor, but no luck so far.
Please have a look at this example http://captaincruiseline.com/example.htm to see what exactly I need done.
Thanks in advance,
Rob
send me the HTML files and I'll help you.
My email is daniel at my username without spaces .net
Thanks for your kind offer Daniel,
However, I just solved the problem; as per tm's and [b]Rowan[/]b's suggestions at NP, I did as follows:
That makes every link on the pages use capitalization.Code:<head> <style type="text/css"> a:link { text-transform: capitalize; } </style> </head>
Not the way I needed it, but for this purpose it will do just fine.
Rob
no problem
It could also be done as you wanted it, with a little programming.
Bookmarks