Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Basic Links2 Concepts.....Am I On the Right Track?

Quote Reply
Re: Basic Links2 Concepts.....Am I On the Right Track? In reply to
Hi,

A \n is needed wherever you feel it is (at a basic level).

Take this for example.....

print "Hello my name is Paul. Below is my age:";
print "My age is 20";

...this would print...

Hello my name is Paul. Below is my age:My age is 20

...now that looks ugly so a newline is needed...

print "Hello my name is Paul. Below is my age:\n";
print "My age is 20";

...which would print....

Hello my name is Paul. Below is my age:
My age is 20

Using \n's becomes more important when using more complex code such as sending emails with MIME attachments - a \n in the wrong place will give an undesired result.

To add a new field, open up category.def and add a new field to the list. That field will then show up in the admin panel when you add a new category. The tag for the new field would have to go in category.html.



Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Subject Author Views Date
Thread Basic Links2 Concepts.....Am I On the Right Track? MTommy 3838 Aug 15, 2001, 2:22 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3763 Aug 15, 2001, 3:25 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
MTommy 3772 Aug 15, 2001, 6:10 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3760 Aug 15, 2001, 7:55 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Wil 3776 Aug 15, 2001, 8:22 AM
Post Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3698 Aug 15, 2001, 8:35 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Wil 3773 Aug 16, 2001, 6:04 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3686 Aug 16, 2001, 6:06 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Wil 3692 Aug 16, 2001, 7:03 AM
Post Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3720 Aug 16, 2001, 7:18 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
MTommy 3753 Aug 15, 2001, 10:25 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3780 Aug 15, 2001, 10:41 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
MTommy 3746 Aug 15, 2001, 11:08 AM
Post Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3745 Aug 15, 2001, 11:20 AM