sciencebear Posted December 16, 2009 Share Posted December 16, 2009 I have a table on my page that has a 1 px border all the way around. However, on the left edge I'd like to recolor the top 60 px. I had created a 1x60 image I had tried to align right over the border as such: <table border="1"><tr><td><img src="images/line.png" width="1" height="60" /></td><td>[rest of the content here]</td></tr></table> I've tried various combinations of setting padding, spacing and margin to 0, but nothing seems to get it to align right over the edge. Quote Link to comment Share on other sites More sharing options...
vinpkl Posted December 16, 2009 Share Posted December 16, 2009 you can try adding a background image instead and positioning it top left and give border to rest three sides. if this doesnt solves the purpose then post a image explaining what u trying to do. vineet Quote Link to comment Share on other sites More sharing options...
FaT3oYCG Posted December 16, 2009 Share Posted December 16, 2009 you should be using css to acomplish this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.