SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Apr 15, 2009, 00:57 #1
- Join Date
- Feb 2008
- Location
- milwaukee, wi
- Posts
- 96
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
why is this table not showing up in this div? :(
Hi, this should be simple but I am rubbish at xhtml and css so I just can't see what I'm doing wrong! I really appreciate any help.
HTML Code:<div id="position1"> <table width="630" border="0" align="center" cellspacing="5"> <tr> <td colspan="3" align="center" valign="bottom"><div align="center"><br /> <br /> <img src="spring-header.png" alt="spring at umcwfb" width="488" height="90" /></div></td> </tr> etc etc.... </table> </div>
HTML Code:#position1 { background-image:url(spring-bg.jpg); background-position:center; background-repeat:no-repeat; width:700px; height:900px; overflow:auto; }
-
Apr 15, 2009, 01:10 #2
- Join Date
- Feb 2008
- Location
- milwaukee, wi
- Posts
- 96
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
nevermind - i found the problem. or rather, it found itself and after a second upload it all showed up.
Bookmarks