asmith Posted December 26, 2007 Share Posted December 26, 2007 can i set an imgae repeat in x or y (like CSS) for a table rows ? i know about : background="img.gif" if the image is small or something it will tile it all over. can i specify the repeat x or repeat y ? Quote Link to comment Share on other sites More sharing options...
dbrimlow Posted December 26, 2007 Share Posted December 26, 2007 You can still designate styles using "inline css". <table> <tr> <td style="background:#000000 url ("img.gif") top left repeat-x; border:1px solid #ffffff; margin:2px; padding:2px"> </td> <tr> <table> [code] [/code] 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.