shank888 Posted April 5, 2008 Share Posted April 5, 2008 Hey, I am trying to brign the Welcome table to have a border on the left side of 10px, and make it strecth all the way to the login to within 10 px. as well I want the bottom blue bar to have a spacing of 10 on the top of it. How do I do this? http://beta.babble-net.com/ Link to comment https://forums.phpfreaks.com/topic/99755-table-alignment-spacing/ Share on other sites More sharing options...
talor123 Posted April 6, 2008 Share Posted April 6, 2008 i dont fully understand your question.. if you are trying to position it try using css position:absolute;top:0px;left:10px; and setting the border width,css can help aswell : .tbl1{border-width:10px;} then put in the <table> tag class="tbl1" hope that helped Link to comment https://forums.phpfreaks.com/topic/99755-table-alignment-spacing/#findComment-510365 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.