MyBB Community Forums

Full Version: Link size in new window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think this is an easy one for you guys so here goes:

I installed chat and have it setup as a link in my header which opens in a popup. Exactly as I like however its too small. I need to alter the heaight and width so its in a usable size. What and where do I add the size I would like? heres my info:

href="$settings[bburl]/chat/" target="_blank"><img src="$settings[bburl]/images/chat.gif" border="0" alt="Chat">Chat</a></li><li><a
In HTML this isn't really possible. You would need some help from javascript.
For ease of use you could simply use this: http://javascript.internet.com/generator...indow.html
I trtied that but too be honest the instructions were confusing and when I tried it messed up my heading
$settings[bburl] isn't going to work, needs to be {$mybb->$settings['bburl']}
Thanks I got it sorted after much fiddling