Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

format question

Asked Modified Viewed 1,970 times
M
mariagc
M
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
asked
Member

Right now when people press print on any page on my site (the small print icon after every article) they are taken to a white page. However because my text is white on black background the text doesn't show up on the white print background.

How do I change this so that the text is black on the white print background? I still need to keep the text white on the main site because my backround is black.
0 replies

4 posts

M
mariagc
M
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
answered
Member

Tammy,

I copied and pasted your code as per your instruction in my themese styles.css but it didn't work..
Edited by mariagc on 19-06-2008 14:48,
0 replies
M
mariagc
M
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
answered
Member

That did not work either. The text remains white on the print page.
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

try adding this to print.php right after <style type=\"text/css\">:
* { color : #000 !important;}
0 replies
M
mariagc
M
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
answered
Member

It worked... You are a PHPFusion GOD, Matonor!!! :)

Thanks also for your help Tammy!
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet