hi again! i posted another thread with another issue, although no one has replied it yet i thought to give it another change with this other issue i have.
Im trying to open the "read more" links in a new window. My idea was that when someone clicked on "read the rest of this entry" a popup would open, much like the "comment popups". So it would display just the content of the entry nothing else, no header/footer
I was able to do this by adding a "target="_blank" in the wp-includes/post-template.php
so HERE is the issue:
The window opens fine, but its too big, I wan to reduce the size of this pop up window....
I tried using some Javascrips for popups in the same post-template.php, but no luck =(
hopefully u can help me out
thanks!