Is it possible to have text wrap around a video or sit beside it.
Im ready to start the next phase of my website and would like to have videos and content look a certain way
Not sure about wrapping but you can put the text along side the video using tables. Make a 2 column table and put the video inside one cell (<td>) and the text in the other <td> Set the width of the column with the text to something like 80% and the width of the video's cell at 20%.