|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
CSS/HTML Problem
Hey I was wondering if anyone could help me ... ive been struggling with this problem for quit a while now and its really annoying and I would really love if somebody could help me ...
I have linked my CSS stylesheet up to my webpage ... and for the footer of the page i want to have the box as a style which is in this case #footer ... now the problem that I am having is that the code i have entered into my stylesheet isnt changing the table in my footer to how I want it. Below is the code ... CSS code: #footer { background-color: #E5E5E5; border: 1px; border-color: #C0C0C0 border-style: solid } HTML Code: <table width="600" border="1" cellspacing="0" cellpadding="0" border-color="black" background-color="#E5E5E5"> <tr> <td span id=footer> <div align="center"> <span id=copyright>Copyright 2005 © Roger Anderton Corporatewear<br> <span id=design>Site Designed by Leslie Yates<br> <span id=design>Site best viewed in Internet Explorer Browser</span></span></span></div> </td> </tr> </table> The host im currently using temporarily is Tripod Lycos .. Now could it be this host which is messing things up or is their something wrong with my coding ... Please Help! |
|
#2
|
|||
|
|||
|
RE: CSS/HTML Problem
<td span id=footer>
should be <td id="footer"> you can validate your html to spot stuff like this easily. http://validator.w3.org/ |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > CSS/HTML Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|