Jump to content

notclive

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by notclive

  1. You could use html dom.example: <script type="javascript/text">function swapContent() {document.gotElementById("middlebar").innerHTML="Different Content";}</script><a href="java script: swapContent()">Click here to swap content</a><div id="middlebar">Content!</div> That should work, when you press the button it changes the content inside the div to "Different content".
  2. try margin: auto on whatever you want to center, it puts the div in the center, i think
  3. padding: 0px 5px; should put a 5px indent on the left and right
  4. do you mean how do you build a html wysiwyg editor? if so i assume you'd use javascript i cant help much more than that.
  5. i read the page about the mod/hack whatever it is (whats the difference?) and it said you could change how many rep points could be awarded, and you cant only give to one person so it should be cheat proof
  6. that helps me toedit: one problem, i also get a space vertically when i use <br /> how can i stop that?
  7. in the head section put this <style type="text/css">img{border: 0px;margin: 0px}</style> that should work i think, even if it doesnt you should do that to stop firefox putting a border around themedit: the firefox thing only happens for links, i dont think my advice was right
  8. I like that idea but i hope people dont get to competitive trying to help out.
  9. I managed it without screwing up my pc but i couldnt get it to work with my wireless internet card. I want to install it downstairs on my parents pc (wired internet) their running windows 98! but they wont let me .Anywho my prefered os, well i use win xp but i would probably be on linux if it worked with my wireless card, i worked on it for days trying to get it to work but to no avail. Im sure it would be possible to get my card working but i dont have the know how, which is where windows xp comes in its much easier to use but its made by microsoft and costs money . Thats one reason why i like linux because its free! I also like osx even though ive hardly used it, i just quite like apples clean look and nice UI. Havent got a clue about unix see ill admit to being stupid!
  10. This is quite a cool validator http://www.htmlhelp.com/tools/validator/ if you check the "validate entire site" option it follows all links on the same site and validates them aswell. Its makes validating a lot quicker.
  11. this is a bit like macromedia flash but not as good and a lot cheaperhttp://www.sothink.com/product/swfquicker/
  12. theyve probly put something to stop you using them
  13. i googled and found thishttp://www.sothink.com/product/flashdecompiler/andhttp://www.eltima.com/products/flashdecompiler/they both have free trials i havent used either though
  14. im 15, i started a topic like this somewhere
  15. omg on my desk there's a ten pound note 7+3=10and the current time has the number 3 in it twice!Also i have 2 arms and 2 legs which makes 4 which is 7-3!!I also have a piece of paper wiht the number 11 on it which can be next in a sequence with 3 and 7. 3, 7, 11, 15 etc etcmy lava lamp has the date 1963 on it 1+9+6+3=17 17=10+7 10=7+3 so thats two 7's and a 3!still dont beleive it though coz it took me ages to find all those numbers!!
  16. on (release) { gotoAndStop(1);} have the animation as a movie clip, it will automaticly loop. If I understand correctly thats impossible, so use a movie clip as i suggested. not sure how to do that, it should be possible though
  17. i think its a good idea, maybe it could have a wiki or would people leave the normal tutorials?
  18. thanks a lot its funky
  19. notclive

    Text Box

    you can either make the text box taller or change the size of the textto change the size of the text change the style of the input box <input type="text" name="uname" maxlength="40" style="width:190px;height:14px;border:solid 1px black; font-size: 10"> hope that helps
  20. It's done like this <?php //get download page of firefox website$page=file_get_contents("http://www.mozilla.org/download.html");//find the position of the below string on the page and add the length of the string$start=strpos($page,'<dt><a href="http://www.mozilla.com/firefox/">Firefox ')+54;//echo the next 7 characters after the position of the above stringecho 'The latest FireFox version is '.substr($page,$start,7);?> you can see the output herethe problem is if mozzilla changed their page it might stop working.If theres anything in my code you dont understand just ask.
  21. ill do it email me at mynamesnotclive@notclive.co.uk and give me more detail.
  22. Do u mean draw a curved line?If so draw a straight line hold your mouse over the line somewhere in the middle untill you see a curve icon, then click and drag.If you mean you want something to move in a curved line you need to have a motion guide. http://www.learn111.com/w3s/w3s-guide-tween.html
  23. It is possible, this method works in firefox and opera but not in ie7 not sure about other browsers.You use styling to change the font <img style="font-size: 18px; font-family: arial" alt="this is some text which will appear in the font arial size 18 if there is no image present!" src="logo.png" />
  24. going back to the russia asia thing its actully in eurasia acording to this http://en.wikipedia.org/wiki/Russia
  25. image yes margin nothe js is working fine thanks!
×
×
  • Create New...