Jump to content

colspan not work

- - - - -

  • Please log in to reply
3 replies to this topic

#1
lol33d

lol33d

    Programmer

  • Members
  • PipPipPipPip
  • 149 posts
hi guys

my colspan in table not working

why?

<table border="1">

	<tr>

		<td>1</td>

		<td>2</td>

		<td>3</td>

		<td>4</td>

	</tr>

	<tr>

		<td colspan="4" style="display: block;">copyright</td>

	</tr>

</table>

i need display block in td tag

help me please

thank you so much

#2
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
Remove style="display: block;" and it will work

#3
lol33d

lol33d

    Programmer

  • Members
  • PipPipPipPip
  • 149 posts
left;

i said

Quote

i need display block in td tag


#4
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
<td colspan="4"><div style="display: block;">copyright</div></td>





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users