levorion
10-30-2006, 05:16 PM
Greetings,
This is my first post... I'm a novice web developer and pro drummer running www.ProMusicTeachers.com.
The site is php/mysql, we have a search function smack in the middle of the index page that is set up as a <table>.
The table should have a background image... this is the code I'm using is
<table border="0" bgcolor="#FF9900" background="/images/searchgraphic.jpg" align="center" cellspacing="3" cellpadding="0" width="617">
to create the table, then comes the form. However, the background image shows up only in Safari, but not IE or Firefox. This seems like a very simple tag... and I swear last night it showed up in Firefox too but this morning will not.
Any suggestions?
Much thanks,
Brian
This is my first post... I'm a novice web developer and pro drummer running www.ProMusicTeachers.com.
The site is php/mysql, we have a search function smack in the middle of the index page that is set up as a <table>.
The table should have a background image... this is the code I'm using is
<table border="0" bgcolor="#FF9900" background="/images/searchgraphic.jpg" align="center" cellspacing="3" cellpadding="0" width="617">
to create the table, then comes the form. However, the background image shows up only in Safari, but not IE or Firefox. This seems like a very simple tag... and I swear last night it showed up in Firefox too but this morning will not.
Any suggestions?
Much thanks,
Brian