Hello all,
I'm not sure if what I'm trying to do is possible or not. The company I work for has a webpage that was created by a previous employee and they did not document the code well, on top of that I'm not very familiar with PHP in general. First I'll show you the current code:
$manual=$manual ."</td><td> <img src=\"../images/ico_educate.gif \" width=\"32\" height=\"32\"></td><td><p><stro ng><a href=\"educatio nal.php\">POPS Producers Online Plus Services</a></strong></td></tr>";
Now, what I'm trying to do: I want to change the font of the word POPS. Make it larger than the rest of the words, preferably as big as the icon if possible, and maybe even use a "fancier" script like Adrian while leaving the "Producers Online Plus Services" at the normal size and font type. If I could line everything up so that the bottom of the letters in "Producers. .." lines up with the bottom of the letters in POPS that would be outstanding.
I'm not sure if what I'm trying to do is possible or not. The company I work for has a webpage that was created by a previous employee and they did not document the code well, on top of that I'm not very familiar with PHP in general. First I'll show you the current code:
$manual=$manual ."</td><td> <img src=\"../images/ico_educate.gif \" width=\"32\" height=\"32\"></td><td><p><stro ng><a href=\"educatio nal.php\">POPS Producers Online Plus Services</a></strong></td></tr>";
Now, what I'm trying to do: I want to change the font of the word POPS. Make it larger than the rest of the words, preferably as big as the icon if possible, and maybe even use a "fancier" script like Adrian while leaving the "Producers Online Plus Services" at the normal size and font type. If I could line everything up so that the bottom of the letters in "Producers. .." lines up with the bottom of the letters in POPS that would be outstanding.
Comment