Guest guest Posted May 15, 2008 Report Share Posted May 15, 2008 When I make Mexican food I serve this after dinner. Bertha Fried Cinnamon Tortilla Strips 1 cup sugar 1 teaspoon ground cinnamon, or use more 1/4 teaspoon ground nutmeg 10 8 inch flour tortillas cooking oil In a large resealable plastic bag, combine sugar, cinnamon, and nutmeg, set aside. Cut tortillas into 3-inch x 2-inch strips. Heat 1 inch of oil in a skillet or electric fry pan to 375 degrees, fry 4 to 5 strips at a time for 30 seconds on each side or until golden brown. Drain on paper towels. While still warm, place strips in bag with sugar mixture, shake gently to coat. Serve immediately or store in an airtight container. Yields 5 dozen. var callCount = 0; function rmvScroll( msg ) { if ( ++callCount > 10 ) { msg.style.visibility = " visible " ; } if ( callCount msg.clientHeight ) { newHeight = msg.scrollHeight + delta; } delta = msg.offsetWidth - msg.clientWidth; delta = ( isNaN( delta )? 1 : delta + 1 ); if ( msg.scrollWidth > msg.clientWidth ) { newWidth = msg.scrollWidth + delta; } msg.style.overflow = " visible " ; msg.style.visibility = " visible " ; if ( newWidth > 0 || newHeight > 0 ) { var ssxyzzy = document.getElementById( " ssxyzzy " ); var cssAttribs = ['#' + msg.id + '{']; if ( newWidth > 0 ) cssAttribs.push( 'width:' + newWidth + 'px;' ); if ( newHeight > 0 ) cssAttribs.push( ' height:' + newHeight + 'px;' ); cssAttribs.push( '}' ); try { ssxyzzy.sheet.deleteRule( 0 ); ssxyzzy.sheet.insertRule( cssAttribs.join( " " ), 0 ); } catch( e ){} } } function imgsDone( msg ) // for Firefox, we need to scan for images that haven't set their width yet { var imgList = msg.getElementsByTagName( " IMG " ); var len = ((imgList == null)? 0 : imgList.length); for ( var i = 0; i Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.