| Author |
Message |
olgrim New Member


Joined: Jun 17, 2008 Posts: 21
|
Posted:
Sat Jul 19, 2008 10:09 pm |
|
Please help me.
I use phpnuke 8.1. and I made a module to show some html pages.
I use the following code to do this:
OpenTable();
include("html.txt");
CloseTable();
and also use array() to show multiple pages.
All nice fonts used in these Html files (like Century Gothic) are not showing. The Nuke modifies them to simple default fonts (Arial i think ) and alows italic, and min. font size can be is 8pt.
Is there a way to make it show different fonts? |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Sun Jul 20, 2008 9:43 am |
|
What kind of file is html.txt?
Is it HTML? Are there font tags in it? Or is it done with CSS? If CSS, you may need to add the CSS to your theme.
Also try using a different theme. |
|
|
|
 |
olgrim New Member


Joined: Jun 17, 2008 Posts: 21
|
Posted:
Sun Jul 20, 2008 11:09 am |
|
yes, it is a HTML file with HTML tags (no css).
It is could be also: text123.html extention.
I think on a phpNuke level, not a theme.
Did anybody tried to insert different HTML fonts? Is it working at all?
Is it blocked because of security issue?
Thank you |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Sun Jul 20, 2008 1:28 pm |
|
No its probably the CSS in your theme overriding the styles in your file. |
|
|
|
 |
|
|
|
|