chackal
02-02-2008, 03:15 PM
Hi,
my problem :
table tag is missing
<table>
</table>
how can i add table tag my post?
Vbulletin forum ver : 3.6.8.
Thank you.
Peggy
02-02-2008, 03:22 PM
No way we can help you unless we know what template it's missing from and what you're trying to do.
chackal
02-02-2008, 03:53 PM
sorry my english.
Example
I can write this code:
<table border=1>
<tr>
<td>name</td>
<td>age</td>
</tr>
<tr>
<td>sample.1</td>
<td>30</td>
</tr>
<tr>
<td>sample.2</td>
<td>35</td>
</tr>
<tr>
<td>sample.3</td>
<td>27</td>
</tr>
</table>
I want to see this picture,
http://img110.imageshack.us/img110/1757/mytablesc9.jpg
but i dont see. i can see only code.
Peggy
02-02-2008, 05:22 PM
Your opening table tag should be
<table border="1">
try that and see if it works.
chackal
02-03-2008, 04:16 AM
again, sorry my English.
can i post table message here? i know no.
but how can i write here post table format message.
Thank you, again.
Joeychgo
02-03-2008, 04:23 AM
Im sorry - but I have no idea what your asking.
protoss
02-03-2008, 04:35 AM
Hi chackal
Please have a look at this......
http://www.vbulletin.org/forum/showthread.php?t=107985
It may be the solution to your request.
It does not require that HTML be allowed in posts.
A table can be used in a post by using the BBCode
..