Jump to content

Picture on top of table border?


sciencebear

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/185355-picture-on-top-of-table-border/
Share on other sites

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.