D
daveyand
Hey guys, cant find on the group what i am trying to do, i blam ethat
on the search terms.
Basically this is the issue:
$Report = "<html><head> <stlye> .greenbold{ font-weight:
bold;font-color: green;}.redbold{font-weight: bold;font-color: red;}";
$Report .= "</style></head>";
How can i change it so that i can do something like:
$Report <<EndOfHTML;
<html>
<head>
<stlye>
..greenbold{
font-weight: bold;
font-color: green;
}
..redbold{
font-weight: bold;
font-color: red;
}
</style>
</head>
EndOfHTML
you should see that it will be alot more readable.
Maybe i am doing something wrong, but i get errors when trying to do
the above.
Cheers Guys.
Also if this has been discussed can someone point me in the right
direction instead of people repeating thjeir answers to me
on the search terms.
Basically this is the issue:
$Report = "<html><head> <stlye> .greenbold{ font-weight:
bold;font-color: green;}.redbold{font-weight: bold;font-color: red;}";
$Report .= "</style></head>";
How can i change it so that i can do something like:
$Report <<EndOfHTML;
<html>
<head>
<stlye>
..greenbold{
font-weight: bold;
font-color: green;
}
..redbold{
font-weight: bold;
font-color: red;
}
</style>
</head>
EndOfHTML
you should see that it will be alot more readable.
Maybe i am doing something wrong, but i get errors when trying to do
the above.
Cheers Guys.
Also if this has been discussed can someone point me in the right
direction instead of people repeating thjeir answers to me