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 ? Link to comment https://forums.phpfreaks.com/topic/83221-html-repeat-x-or-y/ 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] Link to comment https://forums.phpfreaks.com/topic/83221-html-repeat-x-or-y/#findComment-423383 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.