PDA

View Full Version : Display table inside a post


Aussie Bob
08-16-2006, 12:14 AM
Calling all you VB masters. :D

I'm trying to display a table inside a VB post. So display this (http://dotable.com/table_test.htm), inside an actual thread. No matter what I do, nothing seems to work. I've tried searching VB's forum for this, but nothing there either. :pullhair:

Is it possible to display a table inside a VB post? Not sure if VB can render the html code, that creates the table, and display that table inside the VB post. :iunno:

TIA. :)

Aussie Bob
08-16-2006, 12:22 AM
Kind of got it to work. I forgot I had to enable HTML in the perms for that forum catagory. :D

Still, the table is all messed up and not being displayed at the top of the page. :pullhair:

Aussie Bob
08-16-2006, 12:32 AM
Nearly cracked it. Just have to find a way to have the table displayed at the top of the page. There's this white space above the table, that I didn't put there. :think:

CD Burnt
08-16-2006, 01:20 AM
does vb have an option to enable HTML for specific users (mods, admins)? that might be better than making a whole section HTML-capable.

Aussie Bob
08-16-2006, 03:57 AM
does vb have an option to enable HTML for specific users (mods, admins)? that might be better than making a whole section HTML-capable.
Not sure about that. :S

If I can't get tables to display properly, accross most browsers, I'll just do without them. Would be nice to use tables inside posts, and opens up a lot of possibilities for what I want to do. :think:

Scott
08-16-2006, 06:55 AM
You can try putting valign="top" in the <table...> bit. Sometimes it helps, sometimes it makes no difference :iunno:

Aussie Bob
08-16-2006, 07:43 AM
You can try putting valign="top" in the <table...> bit. Sometimes it helps, sometimes it makes no difference :iunno:
Thanks for the suggestion, but no dance. :pullhair:

Tyler
08-16-2006, 08:19 AM
I know there was a hack...

Tyler
08-16-2006, 08:23 AM
Blah, I searched all over vB.org but no luck. This is a nice-n-dirty way to do it. Create a new BBcode - name it something stupid. Put everything before the actual text and after the text. Then you should be able to do Both Steve....

Aussie Bob
08-16-2006, 10:24 AM
Thanks for looking. I'll try that dirty method. Sounds devious. :giggle:

Tyler
08-16-2006, 11:11 AM
Let us know how it goes :D