Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2017-04-07, 04:18 AM   #1
ecchi
Banned
 
ecchi's Avatar
 
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
Quote:
Originally Posted by jollyhumper View Post
all the links will need <a href
How do you do that?
I'm assuming the problem here is that you use a HTML editor not a text editor to create your websites. If so, the easiest way to do a job like this is to use a text editor. But remember to save it as plain text, most text editors will save it in their own proprietary format by default, which will fuck up the page. Always choose "plain text" (or on some editors it will just say "text document"). If you are using a Windows machine the quickest way is to use Wordpad's search and replace function. (If you are using Apple or Linux, there is probably a similar program in there somewhere.) Open your text file in Wordpad, choose "replace" from the "edit" menu and do the following two substitutions:

Code:
Find what: http
Replace with: <a href="http
[REPLACE ALL]

Find what: html
Replace with: html">link</a>
[REPLACE ALL]
This assumes all your links end .html or .shtml. If you have links ending .htm .php .cgi .perl etc... you will have to do the second substitution again, replacing the html with whichever of those are in your links section.

Last edited by ecchi; 2017-04-07 at 04:32 AM..
ecchi is offline   Reply With Quote
Old 2017-04-07, 05:20 AM   #2
jollyhumper
That's what she said
 
jollyhumper's Avatar
 
Join Date: Feb 2012
Location: Norway
Posts: 2,494
Send a message via ICQ to jollyhumper
Quote:
Originally Posted by ecchi View Post
If so, the easiest way to do a job like this is to use a text editor.
Ofcourse. To tired in the early morning ours.
I use HTML-editor working on pages, but I use EditPad for stuff like this.

Thanks

Jolly
jollyhumper is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:28 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc