This topic is locked

Changing look of 'more' popup box.

8/27/2007 12:00:33 PM
PHPRunner General questions
M
mmponline author

I need to change the look of the popup box on tructuated field. It seems to be called filename_fulltext.php
I've tried to add a background color and other fornt (Arial) in the php file, but get parse errors.
How do I do this?

M
mmponline author 8/28/2007

Any help?

Alexey admin 8/29/2007

Stephan

put your code before and after this line in fulltext.php file:

echobig($value);

I.e.

?>

<font size="20px">
<?php

echobig($value);

?>
</font>
<?php

M
mmponline author 8/29/2007

PERFECT !!!!1
Thanks, you're great!