Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. to do that with xslt you would have to have the date in your xml file.LG
  2. only one thing to say:http://www.dynamicdrive.com/dynamicindex4/php-photoalbum.htmLG
  3. http://evolt.org/how_to_count_clicks_in_your_websitethis site shows how to do it with php and mysql.LG
  4. this is possible, but probably not with javascript. it would probably take a server-side scripting languages such as php or asp because it would have to save to an external file.LG
  5. just change the width and height in the window.open() right now they are both 200.LG
  6. why dont you just put the first letter in it's own span and uppercase that?LG
  7. the function op() is what makes the window be a specific size. the link only makes the function start. that link code is right, but I would do this:<a href="java script:op()">open</a>it basically does the same thing, it's just a better way to do it, I think. LG
  8. what do the images look like?post them too.LG
  9. jonas, how do you show the code for his signature without actually doing it?
  10. do you have outlook express?
  11. I dont know how, unless you put the text in the background image, but of course they can still save the image, nevermind.I don't think you can do that with HTML.
  12. lemonpi, the marquee tag is not a part of w3c's definition of (x)html.some browsers support it, but it shouldn't be used.
  13. so kajim is the guy who founded w3schools?cool!
  14. Little Goat

    xsl

    I think I know what your trying to do,XML <page><content><para>hi</para><para number="1">this site is copyrighted...</para></content></page> XSL (only the part that will do this) <xsl:for-each select="page/content/para"/> <xsl:choose> <xsl:when test="@number=1"> <div style="position:absolute;top:800px;"> <xsl:value-of select="."/> </div> </xsl:when> <xsl:otherwise> anything here </xsl:otherwise> </xsl:choose></xsl:for-each> that should do it. you'll probably want to change the style of the copywrite (div) though.LG
  15. try putting the path in one variable. if your going to do it like you are, make href a value too.I just clicked on the image link and it goes to 100webspace.com or something. I'm presuming that's your host, but I don't think your image exists!LG
  16. ok, thanks everybody.
  17. just a question...if you know how to do that could you post your code?I would like to learn how to do that.LG
  18. is by the hour the only way you do it?
  19. that wont work though. ther are five letter file extensions such as .class which is a java applet file. maybe some way to get all the text after the last dot?
  20. do you do any design for people that aren't local over the internet?
  21. ok I cant actually show what it is or it will try to show a picture.<img>http://urlofimagehere.com/imagename.gif</img>then just replace the <>'s with []'s. as for the rest of your html, use the buttons at the top of the signature editing window. I dont think it will do marquee's though.LG
  22. well, whatever it is, IE6 doesn't support it.your signature doesn't work, but I typed the src of the images in teh address bar and niether of them are soccer balls.a police car and another car. this forum automatically transforms html code so that it all shows up.LG
  23. I've never seen the <blink> tag before, I guess it does what it's name suggests. the place I found the <marquee> tag was the code a WYSIWYG editor produced.
  24. by the way, that url is wrong. I found the site over google:campfirenow.com
  25. Little Goat

    button

    add this attribute to the button for the text:value="yourtext"I'm not sure but this should make it unclickable after clicking, just add another attribute:onmousedown="this.disabled='disabled'"LG
×
×
  • Create New...