Sigx Forum Index Sigx
We are the future in the past.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups    Ban PanelBan Panel   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Small text issue [solved]

 
Post new topic   Reply to topic    Sigx Forum Index -> Remote SigX Help
View previous topic :: View next topic  
Author Message
Karanina



Joined: 08 Nov 2008
Posts: 3

PostPosted: Sat Nov 22, 2008 12:54 pm    Post subject: Small text issue [solved] Reply with quote

Hello ^^
For some reason my SigX isn't changing the size and color of the font as i'm asking it to. Even though I want a font size 2 it keeps showing the font as size 1. Here's a link to the image

http://karanina.site90.com/sig/gdtr2.php

I wanted to know what I was doing wrong. I specified in the file the size i want but to no avail. did the same in my settings
Back to top
View user's profile Send private message
buddy1007



Joined: 03 Jul 2003
Posts: 650

PostPosted: Sat Nov 22, 2008 3:16 pm    Post subject: Reply with quote

in the php file where it says
Code:
$fz = GetMid($alldata,"<fz="," \fz>"); // font size

try changing it to
Code:
$fz = 2; //GetMid($alldata,"<fz="," \fz>"); // font size

or even try putting in a 3 see if that makes it bigger.


Here is a link to php.net manual's example of imagestring funciton.
http://us2.php.net/manual/en/function.imagestring.php
_________________

~~~SigX C++ Edition~~~
Back to top
View user's profile Send private message AIM Address
Karanina



Joined: 08 Nov 2008
Posts: 3

PostPosted: Sat Nov 22, 2008 7:29 pm    Post subject: Reply with quote

okay that worked, now what about the color? Embarassed
Back to top
View user's profile Send private message
buddy1007



Joined: 03 Jul 2003
Posts: 650

PostPosted: Sun Nov 23, 2008 3:51 pm    Post subject: Reply with quote

where it says this in the php file
Code:
GetMid($alldata,"<fc="," \fc>"); // font color

change it to
Code:
$fc = "0,0,0";//GetMid($alldata,"<fc="," \fc>"); // font color


where the numbers 0, 0, 0 represent Red, Green, Blue, up to 255, 255, 255

Here is a link to php.net manual's example of imagecolorallocate funciton.
http://us2.php.net/manual/en/function.imagecolorallocate.php
_________________

~~~SigX C++ Edition~~~
Back to top
View user's profile Send private message AIM Address
Karanina



Joined: 08 Nov 2008
Posts: 3

PostPosted: Thu Nov 27, 2008 7:41 pm    Post subject: Reply with quote

Ty that worked ^^ and also ty for the manuals they cleared a lot of questions i had Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Sigx Forum Index -> Remote SigX Help All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group