![]() |
|
|
|||||||
![]() |
HTML - I can't understand this problem |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi,
I'm using part of the same stylesheet I created for work as I am for part of my home website. Works fine for the sheet at work and is broken for my home site despite the code being the same. The stylesheet and webpage validates for my homewebsite The pages in question... http://146.87.55.8:81/archives-testing.html <- work http://www.all-the-johnsons.co.uk/happytreefriends/ <- home It's probably an oversight somewhere, but for the life of me, I can't see it. Any help will be appreciated. TTFN Paul Paul F. Johnson |
|
|
|
|
#2 |
|
Posts: n/a
|
Hi,
Paul F. Johnson wrote: > It's probably an oversight somewhere, but for the life of me, I can't > see it. Any help will be appreciated. D'oh! Found it. Missing an align="left" inside the image tag... TTFN Paul |
|
|
|
#3 |
|
Posts: n/a
|
Paul F. Johnson
[broken stylesheet] > It's probably an oversight somewhere, but for the life of me, I can't > see it. Any help will be appreciated. <guess type="initial"> You are using all sorts of up and down relative adressing. Look very closely and make sure the directory structure is the same in both environments. </guess> Better still, remove the relative bits and stick it all in the one directory. -- Cheers Richard. |
|