orlyhot
03-06-2003, 10:06 PM
How do you have an html code, but be able to let other people see it. Like instead of seeing the bold writing, seeing the code for bold writing. Do you know what I'm saying?
|
View Full Version : How do you have a code but not..... orlyhot 03-06-2003, 10:06 PM How do you have an html code, but be able to let other people see it. Like instead of seeing the bold writing, seeing the code for bold writing. Do you know what I'm saying? web_site 03-06-2003, 10:17 PM <xmp> html tag goes here </xmp> orlyhot 03-06-2003, 10:29 PM Sorry! I just found it here. Thanks anyway though. I wasn't thinking about searching first. SORRY! ;) orlyhot 03-06-2003, 10:58 PM Ok, now I have that. Now how do I make a table with the boxes under each other? I want there to be a box for the title, then a box under it for the thing. Alcy 03-07-2003, 04:13 AM What thing? o.O <table> <tr> <td>TITLE</td> <tr> <tr> <td>TEXT HERE</td> </tr> </table> epolady 03-07-2003, 04:49 AM Correcting Alcy: <tr> <td>TITLE</td> </tr> :) orlyhot 03-07-2003, 07:43 PM Thanks you guys. Now I have another problem, the xmp code doesn't work. On my page it just says invalid tag> before the message in the table. It's really annoying. Alcy 03-07-2003, 07:49 PM Whoops... hehe, thanks epolady :) You could try a textarea.... <textarea> code here. </textarea> You can even adjust the width/height and add colours. Sheila 03-07-2003, 07:49 PM You could use these codes to instead of <xmp> < = < > = > orlyhot 03-07-2003, 07:57 PM Well, I don't know if you guys have ever heard of this site; Neopets. neopets.com (http://www.neopets.com) I have a guild on there. There are certain restrictions on that thing. epolady 03-07-2003, 07:59 PM You can use tables on Neopets. What coding are you using ? It may not be the tables causing the 'invalid tag'. orlyhot 03-07-2003, 08:07 PM <xmp><table border=6 bordercolor=brown height=90><tr><td>Add for guild. <xmp>Do you love lotr? *star* Do you like variety? *star* .:Lotr Guild for all:. has lots of stuff! We have layouts made by us *star* music *star* weekly polls *star* cast pictures *star* contests *star* newbie packs *star* adoption center *star* motm *star* 2 PAGES *star* + more! JOIN TODAY!!!</xmp></td></tr></table></xmp> I hope that works. I don't usually have the xmp on the outsides. I just didn't know if you could post codes or not. orlyhot 03-07-2003, 08:18 PM I'm so dumb. I was just using xmp so I could show *star* which usually makes a star picture. I'm so dumb, I forgot, on your guild page it doesn't let you make pictures like :D or stars. DUH!! I didn't NEED xmp. I'm really really sorry about that guys. epolady 03-07-2003, 08:24 PM I think a textarea would be better then. Spirit892 03-07-2003, 08:46 PM Maybe you could also use a DIV layer... |