Click to See Complete Forum and Search --> : Help Asap!!!!
triplemproducti
09-01-2008, 01:34 AM
I need some help.
im a rookie web designer, and i have this new site im building.
www.killianbaseball.com/new_killian
first the php isnt showing up
and the page displays fines on firefox, but on any other browser its just a blank page! Please if anyone can assist me with what i need to do, i would highly appreciate it!
Remove commenting:<script>
<!--
function wopen(url, name, w, h)
drhowarddrfine
09-01-2008, 08:44 AM
Help me, help me, help me he said
Or that man will shoot me dead!
triplemproducti
09-01-2008, 05:48 PM
put like i said im a rookie.
what am i suppose to do
<script>
<!--
function wopen(url, name, w, h)
</script>
do i put that on the index page?
sorry
triplemproducti
09-01-2008, 05:55 PM
i tried doing everything i can, even starting over from scratch!
i cant see the page on any browser but firefox, and i cant see the PHP doesnt display.
this driving me buts, whoever can please help, i would appriciate it.
http://www.killianbaseball.com/new_killian
Major Payne
09-01-2008, 11:43 PM
CSS Errors (http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.killianbaseball.com%2Fnew%255Fkillian%2F)
HTML Errors (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.killianbaseball.com%2Fnew%255Fkillian%2F)
Never got your page fully loaded in Firefox or IE. Way too many errors.
Remove the red text from your document.<script>
<!--
function wopen(url, name, w, h)
triplemproducti
09-02-2008, 07:07 AM
i got it.
but the PHP not displaying is still an issue.
if you look at:
http://www.restlessmiami.com/new_killian/index_exp.php
thats the site who its suppose to be
and on
http://www.killianbaseball.com/new_killian/index_exp.php
The PHP doesnt show!!
they are onn 2 different host, could that be the problem?
if it is, how can i fix that?? or do i need to buy another host?
Assuming the 2nd does support php, short tags (http://nl3.php.net/ini.core) could be disabled.
triplemproducti
09-03-2008, 01:42 PM
i keep getting an error that reads:
"Found 1 errors in external css files"
here is the css style sheet:
.trans { behavior: url(trans.htc); }
it affects ie and other browser, but firefox
what do i need to do to fix this??
Major Payne
09-03-2008, 07:07 PM
Only validation error that comes up for me on ".trans { behavior: url(trans.htc); }" is self-explanatory: Property behavior doesn't exist : url(trans.htc)
triplemproducti
09-03-2008, 07:55 PM
what i dont understand is that i have the same stylesheet for another site i did similar to this a while back, and it didnt give me a problem.
<link rel="stylesheet" type="text/css" href="ie.css" media="screen"/>
on dreamweaver, the "ie.css" is underlined in green and it tells me there is an error in the external stylesheet.
what is the correct form to write this code??
.trans { behavior: url(trans.htc); }
i need this in order to look at my rollovers on my main news table on my site, but it only affects older IE browsers!
http://www.restlessmiami.com/new_killian/index_exp.php
this is the first time is ever happends to me, ive have another site and it has the same thing, but doesnt show any errors with that same stylesheet.
(www.tbredbaseball.net)
how cant i fix that??
The numeric ids are invalid (http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.restlessmiami.com%2Fnew_killian%2Findex_exp.php)
Sort out the html errors (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.restlessmiami.com%2Fnew_killian%2Findex_exp.php)
Major Payne
09-04-2008, 01:33 AM
Guess my post #6 was missed by OP as those links to errors were there. LOL