html show just black, view source data is there

3 messages Options
Embed this post
Permalink
randyp

html show just black, view source data is there

Reply Threaded More More options
Print post
Permalink
hello,
I just gone and set up a basic test page

http://216.186.190.13/sb.php

when i click on a link , the page is displayed but it is all black

If i do a view source the data is there

I must be missing one step

Thanks for any help

randy
Wizzud

Re: html show just black, view source data is there

Reply Threaded More More options
Print post
Permalink
This (extracted from viewdrill.php)...
  <style>
    background: #fff;
  </style>
...is not a valid css declaration!

If it said
body {background:#fff;}
instead ... ?
Combine literacy with curiosity and a whole world of information opens up to you
randyp

Re: html show just black, view source data is there

Reply Threaded More More options
Print post
Permalink
Thanks

wow that was a stupid one on my part