Jump to content

Nim199

Members
  • Posts

    160
  • Joined

  • Last visited

Everything posted by Nim199

  1. Try adding an 'onClick' statment to the <select> tag, that runs the statment which looks up the related place.
  2. I would recomend taking this to the JS forum, as the onclick event may work.I couldn't give you the code, but this may work.Best Of Luck!
  3. ConTEXT sounds good, but, does it have a viewing screen, like in frontpage (which I avoid at all cost)? If it doesn't I may consider downloading it.
  4. Yes, with frames, you simple use this:- href="http://www.websitename.com/framename.html" -I tryed this with my dads website, and it worked fine with frames, because all you are doing is displaying an HTML document, but I am not sure about iframes.JS sounds like a good idea. I couldn't give you the code, but you could try 'redirecting' the iframe (if it is possible)
  5. If that is so, then try something like this:<iframe href="http://www.address.com.framename>It is a guess, but I am thinking on the lines that to view a Style Sheet, you simple find its name and stick it after the ~ .com/co.uk etc ~ bit.Good Luck!
  6. Nim199

    Centering the whole page

    This probably will not work, and is a bit 'retro', but have you tried the center tag?<center>
  7. I think I know what you mean, but I can't help, because the link does not work.It may be my browser, or it may be the link itself.To confirm, you would like an iframe, that will show another iframe, but one at a different web address.
  8. I have used Notepad since I was 7, and it has never let me down.Two helpful things is that 1. Is doesn't throw things at you, like when your trying to write some Javascript, it doesn't try and write it for you (and get it wrong). 2. It doesn't produce huge sources, and, unlike frontpage, where if you 'nudge' an object left a bit, it doesn't write 10 lines of script which you don't want, since there is no viewing screen to 'nudge' objects on.
  9. Hello,I wouls stick with the tables, and align them. <table align="center" width="70%"> <tr> <td align="left"> <select> <option value="N">No</option> <option value="Y">Yes</option> </select> </td> <td align="right"> This is text for use on the web page. </td> </tr> </table> You have to set the width in the 'table'If that doesn't work, try setting the <td> tags to <td align="center">Happy Web Building!
  10. Yay!It worked perfectly, except, can I use the RGB colour tool? It needs to be exact.Thanks To Everyone Who Has Replied
  11. Title: NotepadPrice: FreePlatform: WindowsDescription:Simple, and free program that provides a helpful, and light inviroment for HTML, whilst having a functioning 'tab' button.
  12. Question 2: Yes!<table width="986" style="border: 2px solid rgb(0, 0, 66)" cellspacing="0" cellpadding="0">Also, you had double quotation marks at the end of the tag [bordercolor=#000066&quot]
  13. Hi,I wouldn't use a hexcode at all. Most painting programs have an 'rgb' capability. In CSS, there is an RGB tool:p {color: rgb(Rvalue, Gvalue, Bvalue)}The values must be numeric!
  14. Prateek,Do you want a large amout of images, or not, because in JS, you can flick between a few images, but if you use to many, it just takes ages to load the page. With JS, you could also use Jpegs, which would give better image quality.Go to www.javascriptworld.com: the code is in there somewhere.Hope this helps.
  15. Hi,I use Revalation Natural Art (RNA), which gives you a huge amount of control over the animations. It is aslo simple to use, but, you cannot have 'items' which you can select and move about like in power point.But the GIMP is free, so, get that. Or, download an older version of Serif Draw Plus. You can export to all sorts of things from there (but in my opinion, Draw Plus can't do anything except add fancy styles). Draw Plus is also free, or you can bye the latest version from somewhere.Thanks For Reading!
  16. Your right in that 'div' is more flexible, but tebles can be manipulated inside the body section, so will work with just about any browsers.I have seen a website useing 'divs' were all order is lost i Firefox, but IE manipulates the CSS to resized the 'divs'. So it is problable becasue more and more people are using different browsers to each other, thus having allternat views off the site.Alos, I don't belive CSS has an alternative to the 'rowspan' statment, which I've found very helpfull in tool-menus. 'Justsomeguy' is right. It is all about opinion, browser and what exactly you need doing.Thanks For Reading!
  17. Nim199

    Learn VBScript?

    Hi,I am fluent in Visual Basic for Applications (VBA) and VBscript is an attempt at an internet version. Visual Basic is replacing Basic, and it is microsoft (lots of people use microsoft).I belive there is a reason for learning VBscript, because it is not at all dissimilar to VBA (although I keep banging on about this, and VBA is much more capable) and, for people like me who know VBA, is a good way of heading towards learning JavaScript. It certainly helpded me.Thanks For Reading!
  18. Thanks Patrick, I will see if that works when I have abit more time.And thnks to everyone else.
  19. Thanks guys, the only problem is that when I click on the text it goes to "webaddress/void:(0)". I have tryed having the href as "" but that opens the website folder quite understantably. If I make it "#" it opens the page again, but that is not what I would prefrobly like.If there is a sulution to this, than I will be very gratfull for it. Once again, thanks!
  20. Is there a way I could have a useless <a> because they are easy to format, to work instead? I have tryed a couple of things, but they don't like me.
  21. I am useing IE 7.0, but it doesn't work.Sorry to cause this trouble.
  22. I have tryed using CSS in numerous ways, but not this, So I will just check (even though I am using IE). THANKS EVERYONE!
  23. I have a website that I need the font color to change to blue form red when the text is hovered over. I am using the <p> tag. I am assuming this can be done in JS.Thanks for reading!
×
×
  • Create New...