Private Label and Cobranded VoIP Solutions
BrainCast internet & phone based message/memo recording & reminder organization system
Internet Phone Service and Broadband Phone Service by ViaTalk

Go Back   VoIP Forums, Internet Phone Service Forums, & Web Hosting Forums > CoderForums - Programming Discussion > General Programming Issues > Programming Languages & Technologies > PHP

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-04-2002, 10:45 AM
Rob's Avatar
Rob Rob is offline
Registered User
 
Join Date: Jun 2001
Posts: 177
Table Code and Rendering in PHP

I've noticed that in various PHP related programs such as vbulletin, if you enable HTML and try to add a table in a post, it places the table all the way down at the bottom of the post with a ton of white space above. Anyone know why and how to avoid this?
__________________
Rob
HR Forum Moderator
«-----------------------------------------------------------------------------------»
Before posting, please visit the HostRocket Forum Rules and HostRocket Terms of Service
«-----------------------------------------------------------------------------------»


Reply With Quote
  #2  
Old 01-19-2002, 12:24 AM
alan92rttt alan92rttt is offline
Registered User
 
Join Date: Jan 2002
Posts: 12
Send a message via AIM to alan92rttt
The reason for your problem is that the vbb passer adds a BR everytime you press enter in the mesage window.

you need to string you html into a really long line the {} below repsent the greater and less that symbols


{table}{tr}{td}text
2nd line{/td}{td}second column{/td}{/tr}{/table}

<table border=1><tr><td>text
2nd line</td><td<second Column</td></tr></table>
Reply With Quote
  #3  
Old 01-19-2002, 12:25 AM
alan92rttt alan92rttt is offline
Registered User
 
Join Date: Jan 2002
Posts: 12
Send a message via AIM to alan92rttt
hum I guess html is not enabled here. Well that would have worked
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Forum Jump