View previous topic :: View next topic |
Author |
Message |
melissa27
Joined: 10 Feb 2003 Posts: 15 Location: New York
|
Posted: Thu Mar 11, 2004 5:32 pm Post subject: change popup comments window size |
|
|
I've been trying to figure out how to do it, but I don't want to mess anything up. does anyone know how? thanks..  |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 268 Location: Oslo, Norway
|
Posted: Fri Mar 12, 2004 9:03 am Post subject: |
|
|
put this in your <HEAD> somewhere:
Code: | <?php comments_popup_script(400, 600) ?> |
The first one (400) is width and the second is height.
Call it using the code below (naturally in the BODY somewhere:) :
Code: | <?php comments_popup_link("any comments?", "a single comment", "% comments!") ?> |
Have a nice life!  _________________ Sigg3 dot net - because you're worth it! |
|
Back to top |
|
 |
|