View Single Post
  #205  
Old 03-15-2010, 12:25 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to 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;

__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote