Search results

  1. R

    need a code please

    i can see why someone would want to disable it. it's imposing. how large is the image? you might need to crop you image a bit tighter if you've got a lot of black around it. if that doesn't work you can place a transparent layer over the image with the link on it. you will need a <div> and...
  2. R

    Webpage within a webpage...

    you might want to use <iframes>. be careful you may be publishing someone's copyrighted content on your site without permission.
  3. R

    windows vs linux

    i'm amazed at what you can get for your dollar with linux. my laptop runs Suse and it's just as capable as my windows work station but the software is about 1/100th of the price. it's also a pleasure to code in open source.
  4. R

    Things i'm looking for...

    i suppose you could make your own fonts by drawing every letter and saving them as .gif files. Then "hello" would become <img src="H.gif'><img src="E.gif'><img src="L.gif'><img src="L.gif'><img src="O.gif'> etc. then you would need tables. i'm just having you on...
  5. R

    redirect html code

    Could be a server setting. Maybe a security thing. If it's still not working for you then try this: <script type="text/javascript"> top.document.location.href = "http://something.com/page.htm"; </script> that should do it.
  6. R

    Uploading images for .asp sites

    if you're developing in asp then you'll probably find SA fileup is supported by your isp. It's pretty simple to use if you can code basic ASP pages: http://softwareartisans.com/
Top