Jump to content

An empty row of table - space between rows


lucerias

Recommended Posts

Use <tr></tr> will not create a "space". instead it creates a new row that is 0px tall

If you want it to create a "space" you'll want to specify a height and add an empty cell:
[code]<tr style="height: 30px"><td>&nsbps;</td></tr>[/code]
that create a 30 pixel gap between the row above and below.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.