Question:

HTML HELP!? I Have a simple question!

by Guest34451  |  earlier

0 LIKES UnLike

Hey There. Thanks for taking your time to answer this question.

I have a music player on my site that opens in a new window. Of course it doesn't take up the whole window so what do I put in the code to make it 200 x 300 pixels when the window opens? I also don't want people to be able to re-size it.

This is the link on the index.html page.

<a href="music.html" target="new" width=150 height=250>Music Player</a>

and this is the code on the music.html page.

<LINK href="css2.css" rel="stylesheet" type="text/css"><div id="content">

<p><p style="visibility:visible;"><embed src="http://assets.myflashfetish.com/swf... quality="high"

wmode="transparent"

flashvars="myid=11717219&path=2008/08/...

=5&grad=true" width="158" height="208" name="myflashfetish" align="middle"type="application/x-shockw... </p>

</div>

 Tags:

   Report

1 ANSWERS


  1. you just change that width=&quot;158&quot; height=&quot;208&quot; to that width=&quot;200&quot; height=&quot;300&quot;

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.