Couple of questions

hwo do i align my flash document to the right side of the page…

also does anyone know where i can find a tutorial on dreamweaver frames, w hen i insert a frame into dreamweaver its this big ugly extra page with a fat *** scrollbar… i just wnat it to be invisible… thanks

i guess i can help you on these -
for the flash document all you have to do is set an align tag to right, or place the flash file in a table/cell and align right…


<div align="right"><embed src=.....swf height=xx width=xxx type=application/x-shockwave-flash></div>

for the frames, all you have to add in your index page (the one that tells where the frames are and what they do) all you have to add is (check out the details surch as scrollable)


<frameset rows="*" cols="170,*" framespacing="0" frameborder="NO" scrollable="NO" border="0">
<frame src="xxxxx.html" name="menu" scrolling="NO" noresize>
<frame name="main" src="xxx.html">
</frameset>