Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Posts posted by PrateekSaxena

  1. Can I ave a "Page" that does not show up on the sidebar under the heading of pages, but still exists so that I can link to it from other pages or posts??

  2. I have started to use Wordpress for blogging. I know that is very customizable and is quite flexible too but I could not find anything in the menus that was too astonishing. Could you please point me towards tutorials that will tell me how to make my blog better through Wordpress?

  3. I will soon be getting Flash MX. I wanna learn ActionScript. I know JS and C++ and VB 6.0 and stuff, but have never used ActionScript. I want to Start with the basics then intermediate and then advance(duh!) I want to become pro at it and make kool games and stuff. Help me out here. ... please give links...

  4. Try this - CSS -

    #flashContainer{height: 200px;width: 200px;overflow: hidden;}

    HTML -

    <div id="flashContainer"><embed src = "myFlashFile.swf" style="text-align:center;height:300px;width:300px;"/></div>

    I think this will work! Forgive me for the inline style :)

  5. function popitup(url) {	newwindow=window.open(url,'name','height=200,width=150');	if (window.focus) {newwindow.focus()}	return false;}onload = l();function l(){timer = setTimeout("popitup('http://w3schools.com')",5000);}

    I think this will work!

  6. I think you should apply the style to the List item -

    li.list{position:absolute;left:100px;width:100%;padding:0;margin:0;list-style-type:disc;font: 900 15px arial;color:#996600;}

    Then in the body:-

    <ul><li class="list"> Road accidents</li><br><li class="list"> Habitat destruction - urban development</li><br><li class="list"> Dog and cat attacks - be responsible with your pets</li><br><li class="list"> Disease - adverse weather conditions</li><br><li class="list"> Flying into windows</li><br><li class="list"> Poisons in the environment -many household substances are toxic to wildlifeeg. fly spray, herbicides</li></ul>

×
×
  • Create New...