Search results

  1. jnjc

    Content Management

    Contacts should be already there. Login to the admin section and check the components menu, you should see a contacts option. Add a default contact (Joomla allows you to have multiply contacts for sales, support etc...). Then add a new item to your menu and choose type contact .... HTH, JC
  2. jnjc

    A script for crossing out text on webpage

    There are a couple of ways to do it. The simplest would be: <del>Test Text</del> You could also do it using styles, look at the 'text-decoration' attribute the value would be strikethrough HTH, JC
  3. jnjc

    Which menu do you prefer??

    Site B 1) It's in a location where the user expects to see it 2) I can't say for sure, but I have a feeling that the menus in site A would be troublesome if the content of the page was larger than the browser window HTH, JC
  4. jnjc

    Content Management

    I like Joomla and in my experience it's pretty flexible, if you have a specific concern/query post them and we will try and steer you in the right direction...
  5. jnjc

    How do I do this?

    This effect is commonly referred to as a 'Lightbox', its a piece of open source JavaScript, check out the link below: http://www.huddletogether.com/projects/lightbox2/ HTH, JC
  6. jnjc

    how to input data

    It all depends on were the information is coming from, I am sure there are databases where you can buy that information. Another way would be to write something that would suck the information from one of the government website that list company details. You could also get people to register...
  7. jnjc

    Rollover Colour Problems

    I don't use dreamweaver so I can't tell you how to fix it there but if you add the change (outlined in bold) to the top of your .html you should be OK. <style type="text/css"> <!-- a:hover { color: #525352; } body { background-color: #6D796F; } a:hover { color: #525352; } body,td,th {...
  8. jnjc

    frameborders visible problem...

    Add this to your first frameset tag (around line 8 of you index page) <frameset frameborder="0" rows="*" framespacing="0"> HTH, JC
  9. jnjc

    Building a B&B directory

    You'll be fine, put the whole lot in Joomla, even though the pages are stored in the DB they will still be indexed by google.
  10. jnjc

    Sidebar positioning look wierd in MSIE

    Have you resolved the issue, when I look at the site it looks the same in FF and IE. If it's not resolved that can you supply a bit more information as to the problem.
  11. jnjc

    removing old URL - Google

    Google has a page removal tool, log into your webmaster tools and go to the following URL: https://www.google.com/webmasters/tools/removals HTH, JC
  12. jnjc

    unwanted loop of flash file in firefox

    can you post a link, you may have added the parameter in wrong place or something like that.
  13. jnjc

    split flash movie

    I don't know much about flash, but from other sites I've seen I'd imagine this would be done within flash itself. If it's a movie can you convert it to an actual movie format and stream it ? HTH, JC
  14. jnjc

    A couple of Questions

    Check Out: http://www.xml-sitemaps.com/ It's pretty good for creating sitemaps
  15. jnjc

    Font family

    Try and do a little research before posting questions... Like this: http://www.google.com.au/search?hl=en&q=css+font-family&btnG=Google+Search&meta=
  16. jnjc

    Database

    I think you will have problems if you use MS Access as your DB, the main one being that you will find it difficult to get a hosting company that supports it. In short you will only make your life difficult if you try and use it. Stick with Conor's advice and look at using PHP and MySQL...
  17. jnjc

    Compress PNGs

    AFAIK there is a work around to fix the IE6 issue with .png files. Can you post a link to one of the files and we can have a look.
  18. jnjc

    remove verification email from PHP Register and Login Form

    unfortunately there is no magic bullet to stop your mail being treated as spam, if there was then all the spammers would use it and it would defeat the purpose... There are many factors that can cause a mail to be considered as spam, I read somewhere if the email contains red text then it's...
  19. jnjc

    Submit and download form

    If I were doing this I would present the user with a page after the submit of the email. Something like: Thank you for Your Query. Please Click Here to Download your file HTH, JC
  20. jnjc

    Please help meeee

    Where did the menu come from ? Check out the homepage for the menu and look at the demos etc., make sure they work in IE as well as FF.
Top