Ok....sigh...
I resized the youtube player. Looks good....
Then I resized the left/right columns also, and everything is lining up pretty good.
Resized the images then changed the style.css to reflect the new size.
I just cannot get the darn code right for centering the youtube player.
I would think its somewhere in this code...
Code:
// match a youtube video URL and replace it
$ret = preg_replace("#(^|[\n ])([\w]+?://)(www\.youtube|youtube)(\.[\w\.]+?/watch\?v=)([\w-]+)([&][\w=+&;%]*)*(^[\t <\n\r\]\[])*#is", '\\1' . $directurl . '\\2\\3\\4\\5\\6" target="_blank" class="postlink">' . $user->lang['Jump_to'] . ' Youtube</a>' . $object . '<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/\\5"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/\\5" type="application/x-shockwave-flash" wmode="transparent" width="640" height="385"></embed></object>' . $tableend, $ret);
// match a youtube.de video URL and replace it
$ret = preg_replace("#(^|[\n ])([\w]+?://)(de\.youtube|youtube)(\.[\w\.]+?/watch\?v=)([\w-]+)([&][\w=+&;%]*)*(^[\t <\n\r\]\[])*#is", '\\1' . $directurl . '\\2\\3\\4\\5\\6" target="_blank" class="postlink">' . $user->lang['Jump_to'] . ' Youtube</a>' . $object . '<object width="640" height="385"><param name="movie" value="http://de.youtube.com/v/\\5"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/\\5" type="application/x-shockwave-flash" wmode="transparent" width="640" height="384"></embed></object>' . $tableend, $ret);
If this is the right part to add it.....help?
If not, what is the correct file to edit? Ill give it a go if its a different file....