Quote:
Originally Posted by Switch
According to Stephen on Windows 7, images (text) won't bold correctly in v6.
PHP Code:
with (findImg(200)) {
text = "Pie";
style = "b";
zoom = 0.65;
}
//IS THE SAME AS
with (findImg(200)) {
text = "Pie";
zoom = 0.65;
}
|
This is also the case on XP