| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Jun 2003 Location: United States of Euphoria
Posts: 3,692
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Jun 2004
Posts: 587
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Judging by your example, this task shoud be pretty straight forward to write in PHP. All you have to do is search for the <a href> and </a> tags, take everyting between them and capitalize the words. . . It would only take about an hour to write and test this script. -Bob
__________________ Can't wait to be out of this forsaken business. Getting close! :) |
| |
| | THREAD STARTER #3 (permalink) | ||||
| Senior Member Join Date: Jun 2003 Location: United States of Euphoria
Posts: 3,692
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thanks, But unfortunately I don't do PHP, so that's why I asked for software recommendations instead. Also, with such big files, a (browser-based) script may not be able to pull it off.
__________________ ════► Great American City names? Get Yours CHEAP! ★ [INSTANT download] | ||||
| |
| | #4 (permalink) |
| Senior Member Join Date: Nov 2005 Location: on a oil rig just off Ireland
Posts: 1,408
![]() ![]() ![]() ![]() ![]() | theres a way to do it in CSS if you don't want to make it permanent. Code: text-transform: uppercase;
__________________ You design in photoshop, I code into valid XHTML/CSS. Professional PSD, PNG or HTML to tableless XHTML/CSS designs. For more info, send me a PM. |
| |
| | THREAD STARTER #5 (permalink) |
| Senior Member Join Date: Jun 2003 Location: United States of Euphoria
Posts: 3,692
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thanks, but these are not CSS based html pages, and I am not very familiar with CSS either. ![]() Plus wouldn't what you suggested make the whole line in CAPS, as supposed to just the first letter of each word?
__________________ ════► Great American City names? Get Yours CHEAP! ★ [INSTANT download] |
| |
| | #6 (permalink) |
| NamePros Regular Join Date: Dec 2004 Location: QLD, Australia
Posts: 713
![]() | I think what "tm" meant was to put this code in your <head></head> tag: ????: NamePros.com http://www.namepros.com/showthread.php?t=164454 Code: <head>
<style type="text/css">
a:link {
text-transform: capitalize;
}
</style>
</head> Edit: here's more info - http://www.w3.org/TR/1998/WD-css2-19...html#caps-prop
Last edited by Rowan W; 02-04-2006 at 05:57 PM.
|
| |
| | THREAD STARTER #7 (permalink) |
| Senior Member Join Date: Jun 2003 Location: United States of Euphoria
Posts: 3,692
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Code: <head>
<style type="text/css">
a:link {
text-transform: capitalize;
}
</style>
</head> That works! It was not the way I needed it, but for this purpose it will do just fine. Thanks everyone that posted for helping find a solution. ![]() Rob
__________________ ════► Great American City names? Get Yours CHEAP! ★ [INSTANT download] |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FREE Web Directory Script * Hot Links Sql ! | Ferman | Domains For Sale - Make Offer | 3 | 12-05-2005 12:57 AM |
| Hot Links SQL ( Web Directory Script ) License with $24.95 discount | Ferman | Scripts For Sale | 1 | 10-23-2005 01:17 AM |
| google ranking (Tips) | lilgee | Search Engines | 8 | 10-20-2005 03:04 PM |
| Good Article: An SEO Checklist | Ferman | Search Engines | 2 | 05-28-2005 11:51 AM |
| Do You Believe Kerry? | Wesley | The Break Room | 48 | 05-11-2004 11:14 PM |