This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Parse error: syntax error, unexpected T_STRING in /misc/41/000/227/902/4/user/web/winawedding2010.co

Parse error: syntax error, unexpected T_STRING in /misc/41/000/227/902/4/user/web/winawedding2010.com/files/mail_p003_8_00.php on line 17

Re: Parse error: syntax error, unexpected T_STRING in /misc/41/000/227/902/4/user/web/winawedding201

Your site does not show any errors. Guess you got it fixed?

Browser: FireFox

OS: windows xp

Re: Parse error: syntax error, unexpected T_STRING in /misc/41/000/227/902/4/user/web/winawedding201

In styles.css

Item 1

#imZIBackg {display: none; text-align: center; width: 100%; background-image: url('imzibackg.png') !important; background-image: url('imblank.gif');

Your background image is defined twice, doesn't know which one to look for.

Item 2

change this on line 46:

filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);

to:

filter:alpha(opacity=85);


In accessibility.css line 61
line-height: auto; is not a valid statement, should be defined as a number by pix or precentage. If you don't specify a number, don't include the declaration.

These are the things that firefox told me are wrong with your site.

Browser: FireFox

OS: windows xp