Old 07-15-2005   #1 (permalink)
Registered User
 
aldog's Avatar
 
Join Date: Jun 2005
Posts: 75

Posting tags in message boards

for the last little while i've been posting tags in html help message boards...to...well...help people on message boards with html....but when i do so i usually post like this:
< ?xml version="1.0" encoding="UTF-8"?>

< player showDisplay="yes" showPlaylist="yes" autoStart="yes">

with spaces after the < in order for it to show up...i was wondering how you post html so you don't have to put spaces in...cause when dealing with certain people, it's hard enough explaining to them the tags, let alone that the have to get rid of all the spaces.
aldog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-15-2005   #2 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,099
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
There is a special CODE tag in vbulletin. Its a bit like HTML - before your code place [ code ], and afterwards [ /code ] (remove the spaces).

If you do this, your code will post like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<player showDisplay="yes" showPlaylist="yes" autoStart="yes">
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-15-2005   #3 (permalink)
Registered User
 
aldog's Avatar
 
Join Date: Jun 2005
Posts: 75

Thanks Man1c!
problem partially solved, anyone with help in regards to other types of message boards?
aldog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-15-2005   #4 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,099
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Afraid not m8! Each message board is its own kingdom really. There should be an instructions page accessible SOMEWHERE though...
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-15-2005   #5 (permalink)
Registered User
 
aldog's Avatar
 
Join Date: Jun 2005
Posts: 75

what if the message board is all html...as in (i'm pretty sure on this) you could do a code to make tables round(just trying to show people) and it would show up IN THAT post...as in THOSE TABLES would be round tables....so...i guess what i'm asking, is say you have a website and are trying to show html...how would you go about that.
aldog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-16-2005   #6 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
if your message board is html enabled, you could make a php script and run your code through it to entisize it.

PHP Code:
<?php
if(isset($_POST["submit"])){ echo '<pre>' htmlentities(trim($_POST["data"])). '</pre>'; }
echo 
'<form action="'.$_SERVER["PHP_SELF"].'" method="post">
<p>Enter HTML code:<br />
<textarea name="data" cols="40" rows="12"></textarea></p>
<p><input type="submit" name="submit" value="Entisize!" /></p>'
;
?>
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-17-2005   #7 (permalink)
Registered User
 
aldog's Avatar
 
Join Date: Jun 2005
Posts: 75

Hmm, intersting, that's just about exaclty what i was looking for, just didn't expect it to be in that form.
THANKS SCROWLER AND MANIC!!!
aldog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 03:02 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT