954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

<p> Tag on Tables

Hi,

How do you use the paragraph


tag if you want to use it on an entire table?

I tried:

<p>
<table>
<tr>
<td>
Content 1
</td>
</tr>
<tr>
<td>
Content 2
</td>
</tr>
<tr>
<td>
Content 3
</td>
</tr>
</table>
</p>


But it did nothing...

Thanks,
Ashton.

AshtonHogan
Posting Whiz in Training
210 posts since Jul 2009
Reputation Points: 7
Solved Threads: 1
 

Hi

As far as I know, you cannot have a tag with a box element like a


tag. The tag is meant for inline elements.

What is it that you are trying to achieve with the table?

Kraai
Senior Poster
3,981 posts since Feb 2008
Reputation Points: 76
Solved Threads: 87
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: