Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. avdezign

    screen rez and pik outlines

    &nbsp;&nbsp;&nbsp;By stretching a gif across the screen means that your browser will always try and give access to the edges of your image.&nbsp;&nbsp;Thus causing your site to have scroll bars.<br><br>&nbsp;&nbsp;&nbsp;And yes, using it as a background instead will solve that problem since...
  2. avdezign

    Stubborn problems with DW dialog boxes

    &nbsp;&nbsp;&nbsp;I have never seen this occur on mine, and I doubt if it's DW's fault.&nbsp;&nbsp;But just in case that some of DW's files may be corrupted, may I suggest that you re-install the program from scratch to see if that will solve the problem. <p>Andre Vandal<br><a...
  3. avdezign

    Macromedia Dreamweaver Download Link

    &nbsp;&nbsp;&nbsp;&nbsp;As long as the browser can't read the file, it will download it.&nbsp;&nbsp;There is nothing to set for this, it's automatic for the browser to do that. <p>Andre Vandal<br><a href=mailto:dezign@canada.com>dezign@canada.com</a><br><a href=http://cosmics.tripod.com/>A.V...
  4. avdezign

    Links To Allow Site-User To Download From Server: How????

    &nbsp;&nbsp;&nbsp;The solution is very simple, just compress your file into a zip document, this way when they click on the small version the browser will automaticly dowoad the file because it can't read it.<br><br>&nbsp;&nbsp;&nbsp;Otherwise, you will have to do what everybody else does, and...
  5. avdezign

    What browsers should I be testing with?

    &nbsp;&nbsp;My rule of tumb, is to always test out with one version before the latest in both IE and NS.<br><br>&nbsp;&nbsp;&nbsp;I also make good use of my counter that also keeps tab of users browsers.&nbsp;&nbsp;Most still use NS 4, very little people are using NS 5, actually, more people are...
  6. avdezign

    creating menus with dreamweaver

    &nbsp;&nbsp;&nbsp;Just go to the 'Insert' menu, then the 'Form Object' sub-menu.<br><br>&nbsp;&nbsp;&nbsp;From there just select 'Jump Menu'.&nbsp;&nbsp;&nbsp;A box will apear asking you to fill out the information for all the menu items.&nbsp;&nbsp;&nbsp;You can chose between two versions of...
  7. avdezign

    Using ForeGround to Transparent,results in ugly looking GIF export

    &nbsp;&nbsp;&nbsp;Gif's are not the best picture format, I hope one day someone comes up with something better that still ratain the transparency ability.<br><br>&nbsp;&nbsp;&nbsp;I never got Great results with Photoshop and Gif, but I had to live with what I got before I got a hold of Image...
  8. avdezign

    Named anchors

    I've encontered the same problem.&nbsp;&nbsp;maybe I'm wrong here, but in my case I've noticed that IE will only take you to the page if the ancher is still accesible vissually from the top of the page.&nbsp;&nbsp;As for NT, it will bring the page up to the...
  9. avdezign

    Novice - Too many layers.

    100 layers!!!<br><br>&nbsp;&nbsp;&nbsp;You actually made something that ran over 100 layers?&nbsp;&nbsp;&nbsp;Sheesh!&nbsp;&nbsp;&nbsp;What were you making to reach that level?&nbsp;&nbsp;&nbsp;Amazed minds wants to know.&nbsp;&nbsp;:) <p>Andre Vandal<br><a...
  10. avdezign

    Novice - Too many layers.

    &nbsp;&nbsp;&nbsp;then why not take the time to share the solution you used so that next time we will all know what to do?<br><br>&nbsp;&nbsp;&nbsp;Thanks ahead... <p>Andre Vandal<br><a href=mailto:dezign@canada.com>dezign@canada.com</a><br><a href=http://cosmics.tripod.com/>A.V. Dezign's...
  11. avdezign

    Novice - Too many layers.

    Hummm, sounds like a strange one to me, I've never had any problems with that before, and I've worked on projects that has at least 24 layers, and this was back in version 3.<br><br>&nbsp;&nbsp;&nbsp;I have a few suggestion.<br><br>1 - try to give Photoshop more memory.<br><br>2 - trash your...
  12. avdezign

    How to get the size of a textarea element?

    &nbsp;&nbsp;Simple, just use the following arguments, 'size' & 'maxlength'. If for instance, wanted a text field with only 24 characters visible, but with a maximum of 50 characters, it would look like this.<br><br>&lt;input type=&quot;text&quot; name=&quot;textfield&quot; size=&quot;24&quot...
  13. avdezign

    Site name in title bar

    Look at the top of your window for your document, you will see a small icon that look like a document., with an arrow beside it.<br><br>&nbsp;&nbsp;&nbsp;Just click on it, and in the 'property window' you will get to modify your title name.<br><br>&nbsp;&nbsp;&nbsp;Hope it helps. <p>Andre...
  14. avdezign

    HTTP and Site Hits

    &nbsp;&nbsp;&nbsp;With the softwares available to servers today, it's very rare that you will see one crash due to multiple users.&nbsp;&nbsp;If you have ever encountered a site which tells you it's busy, or an FTP site which tells you the limit of online users has been reached, then you have...
  15. avdezign

    Refresh using HTML

    &nbsp;&nbsp;&nbsp;I've never seen that, though maybe it's possible.<br><br>&nbsp;&nbsp;&nbsp;I do on the other hand use a java script to refresh the page in NS4, because it can create problems when people change their page size when using CSS.<br><br>&nbsp;&nbsp;&nbsp;Here is the cript I use...
  16. avdezign

    Drive Imaging For Macintosh?

    &nbsp;&nbsp;&nbsp;If what you mean is a Disk Image that can be mounted, such as what is distributed by Apple on their CDs, then the program you have to use for that is Apple's 'Disk Copy&quot;, simply launch the program and select create 'new image' from the 'image'...
  17. avdezign

    Should I create an 'enter' page for my framed web site?

    &nbsp;&nbsp;I've never heard of this problem, but then again I've never like to use frames.&nbsp;&nbsp;I much prefer the use of tables, Style Sheets and Server Side Include instead.<br><br>&nbsp;&nbsp;&nbsp;But if what you say is true, then yes, a plain html version entry point would solve your...
  18. avdezign

    Cascading Style Sheets

    &nbsp;&nbsp;&nbsp;As far as I know, I have Netscape 4.6, and it handles CSS with no problems.&nbsp;&nbsp;I don't know from what version of Netscape they started to allow it though.<br><br> <p>Andre Vandal<br><a href=mailto:dezign@canada.com>dezign@canada.com</a><br><a...
  19. avdezign

    How do I create a guestbook?

    &nbsp;&nbsp;Your best bet is for you to first find the script you want to use, either Java or CGI, then from there see what the script needs from you.<br><br>&nbsp;&nbsp;&nbsp;Otherwise you might just end up building an entire section to your site that wont fit the script you like, and you'll...
  20. avdezign

    Linking form to e-mail

    Okay here goes...<br><br>First, select view invisible elements form the View menu, and make sure you have the Properties panel open, you will find that in the Window menu.<br><br>Second,&nbsp;&nbsp;&nbsp;Notice that your form now has a border around it, click on that border to select your...

Part and Inventory Search

Back
Top