Hi,
We are in the midst of editing a web site that was built in PHP. Since there are numerous pages, we want to use CSS (Cascading Style Sheets).
But!! The code is written this way within PHP tags:
<?php
$wnd->AddRow("Accessing Tracking Management");
$wnd->AddPwdBox("userpwd", "<b>Password</b>", "30");
$wnd->EndForm("Login", "Clear");
?>
These are textboxes and Button I've included as reference. Also note that we have an include file as Header and I am attaching the CSS file within the <HEAD> tags.
Now, how do I write Style Sheets to this PHP code? Help appreciated!
Thanks in advance.
Kamran Paracha
www.pexsol.com