tisapratt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: commenting codeKafkaesqui
you are my hero!!!
I looked at someone code, i saw that the opening and the closing tag need to be encoded, but i thought it was a “preference on wordpress setting” will do that.
well we always learn new thing everyday.I would like to mention i find another way to do this using
<textarea name=”textarea” cols=”65″ rows=”20″> </textarea>
I’m not using the visual rich editor when writing
but wordpress create the paragraph<p> and break</br>
it kind of odd to mehttp://www.opensourcedesigns.com/wordpress/?p=14
Thank you for your post:-)
Forum: Themes and Templates
In reply to: Putting flash swf in Headerguys is there any body know how to commented the code below on post page,because when i did it on my post for a test it shows the white box, i want it to show as a text
it work here but not on my page. is it a wordpress preference?i tried to comment /* *? or // did not work.
Can anyone give me ahint,<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0″ width=”700″ height=”132″>
<param name=”movie” value=”http://missm.djcrackman.net/wp-content/themes/classic/snow.swf”>
<param name=quality value=high>
<embed src=”http://missm.djcrackman.net/wp-content/themes/classic/snow.swf” quality=high pluginspage=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash” width=”700″ height=”132″></embed>
</object>