PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
if i move the closing tags up to say line 18 there i can set the table body width with a var,, if i leave as is i cant.. viewed in dreamweaver kinda confirms that moving the closing tags up higher on the page stops the css from becoming highlighted as if php...?
to be clear: in this form the css is not passed... without the heredoc it is passed.... but i need the heradoc to assign vars to the css.... it just seems the heredoc is not correctly setup to me the way it behaves...
thanks anyway... but it appears dreamweaver is breaking this in some way.. iv read about the importance of a new line before the closing tags,, and i can only guess that dreamweaver is stripping this...