richiec Posted July 12, 2009 Share Posted July 12, 2009 ive got a table set up which has a background image in it: <table cellspacing="0" style="border-collapse:collapse;" background="images/background.jpg" align="center"> however of course the background image repeats itself after the table goes down far enough.. How can i have it so it doesnt repeat itself? Thanks Rich Link to comment https://forums.phpfreaks.com/topic/165737-solved-total-noob-question-about-no-repeat-background/ Share on other sites More sharing options...
richiec Posted July 13, 2009 Author Share Posted July 13, 2009 never mind, thanks anyways for all the help lol i found it <table cellspacing="0" style="border-collapse:collapse; background-repeat: no-repeat;" background="images/background.jpg" align="center"> Link to comment https://forums.phpfreaks.com/topic/165737-solved-total-noob-question-about-no-repeat-background/#findComment-874335 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.