Search results

  1. jnjc

    Wonky sizing results embedding .swf file in html--css problem?

    I think I may have cracked it. In you main.css around line 12 there is a piece of code that reads: html>body * { height: auto; } remove it and you should be good. HTH, JC
  2. jnjc

    Best s/w for a Real Estate site?

    You are making a very common mistake by putting these three in the same sentance. Dreamweaver is a completely different kettle of fish from the other two. Bascially Dreamweaver is design software. It will let you create/design pages but it is front end only. The core functionality you need...
  3. jnjc

    Roll Over Drop Down

    You most likely need to use one of the JavaScript libraries to achieve this. I tend to use Mootools for this type of thing. Check out this link: http://demos.mootools.net/Fx.Slide Basically you need to use this type of functionality attached to a mouse over event instead of a click...
  4. jnjc

    Easiest design software, best results?

    I reckon you are on the right track with Joomla. If you have a definite project in mind the way I would approach it is to try and find a Joomla Template close to what you have in mind and then try and tweak it to fit your idea. This way you don't have to learn a huge amount before you get...
  5. jnjc

    Problem Aligning Custom Image and Text on a List

    Thanks AprilMaybe that way of doing it is spot on. I have put a link here: http://www.solasit.com.au/sandbox/lists/index2.htm I probably will need to play around with image sizes and font size etc. to get it 100% but your idea of using the background image instead of a bullet image is...
  6. jnjc

    MIKE DEAN houstons top hiphop producer needs help on website

    Can you post a link to the site ? The easiest way to get help is to post a link to the site and give some details as to what "will not work on pc." means...
  7. jnjc

    Problem Aligning Custom Image and Text on a List

    Nope, still not lined up properly in FF. You wouldn't image this would be that difficult. I have updated the link with your suggestion, under the heading Example 2. Anybody got any other ideas ? Thanks, JC
  8. jnjc

    Wonky sizing results embedding .swf file in html--css problem?

    It looks like you may have the height/width ratio wrong. Try leaving the width as is and increasing the height and see if it looks any better. HTH, JC
  9. jnjc

    Favicon wont show up? Help?

    Can someone else try it in IE 7 to see if it works, it is definitely working for me. Here is a screen shot:
  10. jnjc

    Favicon wont show up? Help?

    I have tested it in IE7 and FF and I can see the FavIcon what browser are you using ?
  11. jnjc

    Problem Aligning Custom Image and Text on a List

    Thanks Geodun1, I had tried vertical-align:center, but your post made me have another look. It should be vertical-align:middle. When I do this and tweak the line height it works in IE, but it still looks wrong in FF. It's getting closer though.... I have updated the link...
  12. jnjc

    Role of Meta Title Tag in SEO

    I have had a quick look at the webjam site builder. From what I can see it doesn't let you do what you are trying to do. It probably won't let you transfer the verification file either. At this stage your best bet is to contact them directy, explain what you are trying to do and see if they...
  13. jnjc

    Greybox?

    It's all there for you. First off follow the steps outlined in the installation section. This will set things up. Then go to the normal usage tab and look at the examples. Give it a go and if you can't get it to work post a url and someone here will help you out...
  14. jnjc

    Role of Meta Title Tag in SEO

    First thing you should do is edit your previous post and replace some of the character in the google file name with xxx I am not sure what the security risk might be but I reckon you can never be too careful. When I tried to look for that file it does not exist on your server. Are you sure...
  15. jnjc

    Problem Aligning Custom Image and Text on a List

    Hi Folks, This problem is driving me nuts. I am trying to use a custom image for the bullet on a list. My css is as follows: .bullet1 { list-style-image: url(bullet1.gif); list-style-position: inside; font-size: 18px; } My HTML is: <ul class="bullet1">...
  16. jnjc

    Role of Meta Title Tag in SEO

    I had a look at the source of your page and I can't see the meta tag. have you removed it ? If so add it back in and then let me know and I can check it is in the correct location...
  17. jnjc

    PHP Bulk Email?

    What is your level of expertise ? Starting at the basics do you know enough to add tables/fields ? What is the system/site ? If it's a CMS package there may be things out there to do most of this for you....
  18. jnjc

    PHP Bulk Email?

    I would add a field to your user table called lastEmailBatch Then have a control record recording you last batch number. Write a script to scan the user table for users where the lastEmailBatch number does not match the control record number. Send them the email and set the lastEmailbatch...
  19. jnjc

    CMS Website Design Assistance - Urgent !

    You could look at using Joomla with a shopping cart extension or something like Zencart HTH, JC
  20. jnjc

    Role of Meta Title Tag in SEO

    . There are two ways to get your site verified by google. One is to transfer a file with a name generated by google into your website's directory. The other is to place a meta tag into you index.html (could be index.php or index.htm), as far as I know it won't work if you are putting it in...
Top