Search results

  1. jnjc

    Problem in Internet Explorer which doesn't show up in Firefox

    There are two files you should be looking at to resolve this issue: 1) include/menu/menu.html This is the HTML for the top frame of your site. If you look at post no. 6 from this thread I have posted replacement HTML for that file that MAY solve the issue (make sure you back up your...
  2. jnjc

    Web hosting with analytics

    Further to my last email, I checked out a couple of sites I added analytics to two days ago. They are all showing as not tracked, but if I go in and look at the reports they have hits. Maybe something is up analytics...
  3. jnjc

    Web hosting with analytics

    I have seen google take a couple of days to flag a site as tracked. Try view the reports and set the dates (top right) to include today and see if there are any hits. Failing that post your URL and I'll have a look at the HTML...
  4. jnjc

    PHP text scroller?

    You will only need php to load the text, use: file_get_contents('filename'); then use the marquee tag to display the scrolling text <marquee direction="right"> Your text </marquee> Do a google on the marquee tag to get all the parameters. So in theory (which means this is off the top...
  5. jnjc

    Problem in Internet Explorer which doesn't show up in Firefox

    As far as getting option 1 to work, I have had another look at the HTML for the header. The reason for the extra padding at the top looks to be because the first two rows in your table are spacer rows. It's these two rows (which render differently in FF) that are pushing your menu out of...
  6. jnjc

    Problem in Internet Explorer which doesn't show up in Firefox

    The option 1 changes where just a stab, you'd have to play around to get them right. The second option should work, when I look at your frameset definition it's still set to 116 have you rolled back the changes you made ?
  7. jnjc

    Looking for help to set the keyword for website!!

    You never specified what type of website you want to include keywords for :) I wouldn't stress too much about keywords. Nowadays most web crawlers don't take too much notice of them. Keywords should just be a list of words that are relevant to your site, it certainly won't have an adverse...
  8. jnjc

    How to...???

    <a href="#place1">Place 1</a> .... <a id="place1">This is a place 1</a> by clicking on the first link it will position you at the link tag with the ID place1. It is usually known as a Bookmark or an Anchor. HTH, JC
  9. jnjc

    help with ie6 problems

    You'd be surprised at the amount of people who are still on six. Typically it tends to be people using their work machines where the I.T. management has made the conscious decision not to move to 7....
  10. jnjc

    help with ie6 problems

    It's still important to support IE6, even if he upgrades to IE7 other people using the site may still be on 6.
  11. jnjc

    What do you think

    You school site is very good, I couldn't get into the dreamweaver site. Nice Work, JC
  12. jnjc

    Can someone please help me break ouf of these frames?

    It was probably me who helped sow the seed of doubt in your mind about frames. You will find a lot of talk around about frames and most of it is people slamming their use. The main reason people cite for not using frames is that search engines can struggle with them. From personal...
  13. jnjc

    Website Resolution

    Maybe it's just me, but I'm not 100% clear on what you are asking. When you say resolution is this the page width and height ? Are you looking to fix your page to a certain width ? Can you post a link to an example and it might clear things up a bit.
  14. jnjc

    sizes of images

    Could be that there is some styling somewhere that is causing the images to display larger than they are, check you .css files for img references. If you are running FF use Firebug to inspect the image and see where it's getting it's style from. Failing that post a link to the page and I'll...
  15. jnjc

    How can I do this? Scripting Question...

    Do you need to append it to the url ? Why not just submit a form it should have pretty much the same effect, something like this should equate to what you want: <form action="https://nettrax.myvoffice.com/maxintl/Application/Apply.cfm"> <input type="text" id="EnrollerId"> <button...
  16. jnjc

    Problem in Internet Explorer which doesn't show up in Firefox

    Your problem is caused because there is some padding in IE that is not there in FF. If you look at the distance the "AnchanWorld" logo is from the top of the page you will notice it is further down in IE. The reason you a loosing some of the panel is because you are using frames and because of...
  17. jnjc

    HELP: Blank Black Page Problem!

    You are missing the '</script>' tag for the scroll.js tag. you have: <script type="text/javascript" src ="/js/scroll.js" > you should have <script type="text/javascript" src ="/js/scroll.js" ></script> HTH, JC
  18. jnjc

    PHPNews Vs phpns

    I am looking at including news on a website I am putting together using PHP. From my google searches it seems the two main players are PHPNews and phpns. Are these the main open source news systems ? Is one considered better than the other ? Anyone got any real world experiences with...
  19. jnjc

    Web hosting with analytics

    Hi Jess, Look at google analytics. You create you google analytics account, register a url and you are given code snippets to include at the bottom of your pages. Add this code to your pages and google takes care of the rest. It's pretty easy to setup and it give you tonnes of information...
  20. jnjc

    Using Images On Web Sites

    I don't think you can make that assumption. You could search google and find the Nike Logo but that doesn't mean you can use it as you please. If you are looking for clipart / stock photos you are probably safer trying to find a site that offers they free, rather than assuming you can use...
Top