I have following html code :

<div class="container">
<table class="table table-bordered table-striped">
	<thead>
		<tr>
			<th>th is 0</th>
			<th>th is 1</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>cell is row 0, column 0</td>
			<td>cell is row 0, column 1</td>
		</tr>
		<tr>
			<td>cell is row 1, column 0</td>
			<td>cell is row 1, column 1</td>
		</tr>
		<tr>
			<td>cell is row 2, column 0</td>
			<td>cell is row 2, column 1</td>
		</tr>
		<tr>
			<td>cell is row 3, column 0</td>
			<td>cell is row 3, column 1</td>
		</tr>
		<tr>
			<td>cell is row 4, column 0</td>
			<td>cell is row 4, column 1</td>
		</tr>
		<tr>
			<td>cell is row 5, column 0</td>
			<td>cell is row 5, column 1</td>
		</tr>
		<tr>
			<td>cell is row 6, column 0</td>
			<td>cell is row 6, column 1</td>
		</tr>
	</tbody>
</table>
</div>

But I get this result : As file attached
Firebug give this code : As file attached

Text format is : Rich HTML

CommentFileSizeAuthor
table view.jpg28.9 KBketan039
firebug code.jpg43.61 KBketan039
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

quardz’s picture

Can you tell me where you put this code. in Node body? or views table result ? Can you give detail. Thanks for reporting a problem.

ketan039’s picture

in node body

Thanks for prompt reply

quardz’s picture

I think it is because you either not used FULL HTML filter or you pasted HTML code in WYSIWYG editor. Can you check that please.

ketan039’s picture

Status: Active » Closed (fixed)

quardz,

WYSWYG Editor causing this Issue.
Its not theme issue.
Issue closed