html - Issue using width in css custom -


i created invoice table

but on top says:

ruc n° 20516223163      invoice   n° 001- 0004 

is not showing in middle , more bigger left because taking 2 spaces

<th class="smal"colspan="2">description</th> 

here demo:

http://jsfiddle.net/g78q9/27/

i'm doing imageenter image description here

please can me?

if understood want, try changes:

increase colspans "1" on trick td, , on descriptions tds.

also, prevent nº of breaking next line, add white-space: nowrap the td.trick class.

here's updated fiddle: http://jsfiddle.net/g78q9/29/


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -