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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bluranj

  1. bluranj

    DW FORMS : CREATING A QUIZ WITH COURSE BUILDER EXTENSION

    http://www.windowatch.com/dreamweaver6_6.html http://www.macromedia.com/support/coursebuilder/ Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  2. bluranj

    User Authentication - check username question

    server behaviors >> user authentication >> check names Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  3. bluranj

    TURN BACK ON "DO NOT ASK OPTION"??

    http://dreamlettes.net/chiki/pref.gif Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  4. bluranj

    jump menus in frames

    Use projectsevens jump menu extension Get it from http://projectseven.com/extensions/express.htm Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  5. bluranj

    New window causes old to refresh

    You have used # to make a null or nowhere link, use javascript:; instead of # <a href=javascript:;> Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  6. bluranj

    Render CSS properly in design view

    Adding to the above... More so with nested CSS divs. I see you have used quite some nesting in your page. Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  7. bluranj

    Render CSS properly in design view

    Dreamweaver renders CSS divs incorrectly in design view. Unless the site design using CSS divs is simple enough (without floats, etc.) design view of dreamweaver doesn't help much. So it is NORMAL Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  8. bluranj

    Newbie question

    Ultradev and MX have built in routines (asp server behaviors) that put in standard code, for eg. recordsets, etc just like dreamweaver 4 has built in routines for dhtml and javascript (objects, commands and behaviours) like rollover images, etc. You could hand code all your HTML, ASP...
  9. bluranj

    Putting together a forum

    www.webthang.co.uk has a forum tutorial called ultraeasy forum. check it out Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  10. bluranj

    Newbie question

    Dreamweaver 4.0 is a visual editor. Homesite on the ohter hand is for hand coders. Dreamweaver MX the most recent editor from Macromedia have merged Dreamweaver 4.0, Ultradev 4.0 and Homesite to provide all its users with one solution for their web editing needs. It depends if you want to use...
  11. bluranj

    Error Message when using insert record form

    http://www.macromedia.com/support/ultradev/ts/documents/insert_into.htm Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  12. bluranj

    bindings/+ disabled

    If you have a untitled.html file open, its suppossed to be an html file, so + sign will not be available. Close the untitled html file and Open a new file using the server technology you wish to use. Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  13. bluranj

    CSS Background problem!

    selector {background: [color] [image] [repeat] [attachment] [position];} If you look at the CSS declaration above, you will see all the properties for background are declared one after the other without , or ; just use a space to seperate. This is what NS4.x understands in comparision to this...
  14. bluranj

    linking to.css sheets

    Do a find and replace Find for </head> and Replace with <link href=&quot;file.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;> </head> Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design
  15. bluranj

    Show (not link to) 2nd page ON current page?

    or simply use iframes http://www.cs.tut.fi/~jkorpela/html/iframe.html won't work with version 4 of netscape and below and version 3 of IE and below Ranjan www.dreamlettes.com - A Dreamweaver Community Join today for your answers in web design

Part and Inventory Search

Back
Top