Page 2 of 3

Posted: Wed Mar 17, 2004 9:27 am
by egg
thank you

Posted: Mon Mar 22, 2004 9:04 pm
by BigDaddy555
forgive me for asking, but what is the purpose of F2?

Posted: Mon Mar 22, 2004 9:13 pm
by Anthony
Timestamps and saving things are the most obvious..

Posted: Tue Mar 23, 2004 12:23 am
by BigDaddy555
I knew it controlled the time stamp, but this post talks about making a message come up that just tells the person I send the message to to press F2, then the html text I pasted will appear in their box. Just sounded like a neat trick. I couldnt makeit work though, and yes I turned off the timestamps.

Posted: Tue Mar 23, 2004 3:24 am
by Plasma2002b
they probably 'fixed' it in the newest versions of aim then

Posted: Tue Mar 23, 2004 3:21 pm
by egg
thanks for the help

Posted: Tue Mar 23, 2004 4:48 pm
by BigDaddy555
yes, I guess so because I am running 5.5 because of some of the features i like. Not a big deal....Thanks for the reply

new space html?

Posted: Thu Apr 01, 2004 5:12 pm
by LilLedford
ok, i am doing the F2 trick and everything but i want to include different things and sapce them out but when i simply press enter a little <BR> comes up instead, what is the html code for a new line thing (pressing enter) or how can i fix my problem?

Posted: Thu Apr 01, 2004 6:13 pm
by Jrrtt37
<br> is code for return

thanks

Posted: Thu Apr 01, 2004 6:58 pm
by LilLedford
thanks but i have another question:

the <BR> is working and everything but it wont work in conjuction with
<!-- ... --> does that like cancel out the <BR> or something?

Posted: Thu Apr 01, 2004 7:18 pm
by Jrrtt37
hmm.. not sure about that. i never knew HTML to cancel out a code of <br>.

re:

Posted: Thu Apr 01, 2004 7:52 pm
by LilLedford
yea, i was reading somewhere and it said that when u use <!-- ... --> , no other html will work inside of that

Re: re:

Posted: Thu Apr 01, 2004 10:22 pm
by fuuucckkers
LilLedford wrote:yea, i was reading somewhere and it said that when u use <!-- ... --> , no other html will work inside of that


<!-- text here --> is for commenting your HTML markup.

If you put anything inside those tags, it won't show up in the browser (or in this case, the AIM window).

Posted: Thu Apr 01, 2004 11:44 pm
by Plasma2002b
Jrrtt37 wrote:<br> is code for return

actually it is code for a line break

Re: re:

Posted: Fri Apr 02, 2004 7:30 am
by Anthony
x Wasted Mind x wrote:
LilLedford wrote:yea, i was reading somewhere and it said that when u use <!-- ... --> , no other html will work inside of that


<!-- text here --> is for commenting your HTML markup.

If you put anything inside those tags, it won't show up in the browser (or in this case, the AIM window).
Do it like this:

Code: Select all

blah blah<br><!-- comment code goes here --><b>Whatever else<br><!-- Even more comment code<p>hehe
Which will show up like this:

Code: Select all

blah blah

Whatever else

hehe
And with time stamps on:

Code: Select all

blah blah
comment code goes here
whatever else
Even more comment code

hehe