Forum-related question, actually

Started by
4 comments, last by RuneLancer 21 years, 5 months ago
This may not be the proper board to post this in, though I guess it IS somewhat of a "beginner" question.. How in the hell does one do that textbox where you can have code show up in? I usually use and to format my text, for lack of any better tools, and this works fine but in the case of a lot of code it could potentially munch up window space and may not be the best of things.

void main(void)
{
  printf("This is what the code tags make text looks like.\n");
  printf("So how do I do the textboxes? ");
}
 
Thanks in advance and sorry if this isn''t the right place to ask this question ^^;
Advertisement
[ source ] [ /source ]

i think it''s in the forum FAQ

-me
Forum FAQ...? God, now I feel dumb. I checked the "forum" faq before making this post but since I was in the Beginner board, I ended up checking out the faq for this board and not for the forum itself. Which would be the nice, obvious, too obvious not to be noticed, friendly ?faq icon. x.x


  void main(void){  insert random code here...}  


Yay ^-^ Thanks!
Insert ''random code'' here?

The past was unknown, the future was predicted.
the future is just like the past, just later. - TANSTAAFL
BTW, one thing I didn''t find in the FAQ is how to add an URL (with a link)...
Just use plain old html


    <a href="http://www.site.com"></a>  


Make sure you include the http:// or it won't work


[edited by - Monder on November 23, 2002 7:45:40 PM]

This topic is closed to new replies.

Advertisement