Archive for myfreeforum.org Before posting please check the "stickies" in the support forums. Please ask questions in real English and not "txt". You will get a better response. Please do not ask support questions via PMs.
|

IrnBru
|
Video LinkHi, wonder if someone could point me in the right direction for the problems im encountering here:-
http://smartrepair.myfreeforum.org/sutra532.php#532
The html is on and set to center,embed
Im presuming its a coding problem, this is what im using
<center><embed src="http://www.youtube.com/watch?v=vwfVULwSl84" type="application/x-shockwave-flash"width="500" height="375"></center>
html off so you can see the code
Thanks peeps
|
Nick(NR)
|
Re: Video Link | IrnBru wrote: | Hi, wonder if someone could point me in the right direction for the problems im encountering here:-
http://smartrepair.myfreeforum.org/sutra532.php#532
The html is on and set to center,embed
Im presuming its a coding problem, this is what im using
<center><embed src="http://www.youtube.com/watch?v=vwfVULwSl84" type="application/x-shockwave-flash"width="500" height="375"></center>
html off so you can see the code
Thanks peeps |
type="application/x-shockwave-flash"width="500"
needs a space between the " and the width:
type="application/x-shockwave-flash" width="500"
shout back, if fails
|
IrnBru
|
sorted
TYVM
|
|
|
|