Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2017-04-07, 04:18 AM   #14
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
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 05:14 PM.


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