how to make the links in the cube to break into two linei tried giving the br tag between two words in the cube http://jsfiddle.net/VXXPC/23/embedded/result/\[code\]<div style="height: 65px;"> <div style="padding-bottom:14px;"> <nav style="margin-left: 362px;"> <a class="soCube" href="http://stackoverflow.com/html/">Customer Profile</a> <a class="poCube" href="http://stackoverflow.com/css/">SO</a> <a class="bomCube" href="http://stackoverflow.com/js/">Quote</a> <a class="rmaCube" href="http://stackoverflow.com/jquery/">Invoices</a> <a class="onOrderCube" href="http://stackoverflow.com/html/">Credit Memo</a> <a class="onHandCube" href="http://stackoverflow.com/html/">RMA</a> <a class="allocatedCube" href="http://stackoverflow.com/html/">Open AR</a> <a class="shippedCube" href="http://stackoverflow.com/html/">Payment</a> </nav> </div> </div>\[/code\]