Jump to content

Eric

Members
  • Posts

    284
  • Joined

  • Last visited

Posts posted by Eric

  1. The votes are what the votes are!  If someone doesn't like you and is willing to go through all that trouble, then you should maybe not pi$$ people off. You're walking on very thin ice just by posting replies to this poll after the warnings I have given everyone.If you wish to venture on, go right ahead.  But, if I were you, I'd quit while you're not loosing so badly.

    If you didn't want discussion, WHY leave the topic open. :)
  2. people who have multiple accounts are usually kicked from forumstheres no point in having more than one account...what you going to do with it? talk to yourself? :)and the mods dont have access usually to the ip's of the members unless its set that way by the admins.

    Well I wasn't talking about myself having a second account :)I just wouldn't like it if people that didn't like me tried to tip the scale in their favor.Just trying to keep everything on the "up and up" so to speak :(Also, if they are super moderators (global moderators is the term on some message board software) then they can see IPs just like admin.It's only "forum moderators" that the admins can set weather or not they'll allowed to view IP.I don't think it was ever specified if the mods on here are "super moderators" or "forum moderators".But either way, that wouldn't matter has only the admins have access to the ACP the the SQL toolbox.
  3. If people want to show off their graphics and stuff, we would recommend to kaijim that uploading be turned off, so that this doesn't become a photobucket like site, with people using the site to host their images.
    Well it can be turned off on a forum-by-forum basis. So that wouldn't be a problem to just turn it off for that one forum.

    Adding

    How do you ad php into a html processeed page editor?When i add the php, look at the page and a wierd error comes back

    What is a html processeed page editor :)What is the error that you're recieving?What were you doing when you got this error?All this information is helpful when trying to answer a question.
  4. Maybe, but if you look very closely, there are usually a few bites taken off the filesize.So, for example, if the file had 552bites, if you remove "sold" and "green" and "px" (because a value is zero doesn't need to be defined by pixels or percentages) then look at the bites (not kilobites because that can sometimes gives a false reading of the actual filesize) then it might be something like 548bites.

  5. Mea culpa, I forgot to close the </meta>, so it does work. I put it on one page and it seems to cascade to the others.  I'm still checking the permutations.

    <meta> doesn't need a "closing tag" as the element itself is an "empty tag".If you're using XHTML syntax (instead of HTML) then you just "self close" the element, as I showed before.<meta http-equiv="imagetoolbar" content="no" />If using HTML syntax, you leave it as-is<meta http-equiv="imagetoolbar" content="no">Dynamic Drive only showed you the HTML syntax, it forgot about the XHTML syntax (as I showed in my post).
  6. "similar"?It's the same exact code :)I'm even supprised Dynamic Drive has it on their pages, as they usually only deal with "DHTML" stuff, and this <meta> tag is Static (Not Dynamic).lol, what will those crazy folks at Dynamic Drive think of next :(I can't believe they actually labeled it as "Disable Image Toolbar script"It's not a script :)

  7. Try this code, you should use css to style your pages<img src="1.jpg" style="border: 0px solid green" />

    If you have a border of zero, then why tell it to be green if there is no border to be green? :)style="border:0" works just as well, without the extra code of having "sold green" attached to it.The less the code, the less the filesize, and the faster the page load :)
  8. After I removed it, IE6 became useless, because it opened every link typed in it in IE7. Scince it didn't find IE7 it reverted to another IE6 window which repeated the operation (sounds stupid, right?).

    That has got to be the funniest thing I heard all night! :)
  9. I'm running on firefox 1.5.0.1 also, all the functions work, perhaps it could be an extension like Adblock that might be causing the problem.

    It's possible, but I'm sure it's not adblock because I disabled it (ads show now) and it still doesn't work.All my other extensions are simple things like "IETab" and "Web Developer"What I find most weird is if it was something that blocked JS in my brother, how come none of the other websites are effected?
  10. There are three values for "valgn"

    • top
    • middle
    • bottom

    So just put valign="bottom"Also, the three values for "align" are

    • left
    • center
    • right

    ***Related Notes:"text-align" is the CSS equal to the "align" attribute in HTML"vertical-align" is the CSS equal to the "valign" attribute in HTML

  11. I'm running Firefox version 1.5.0.1 and have not experienced any problems.  I'd suggest uninstalling all versions of Firefox (back up your bookmarks) and then reinstall the latest version.

    Ok I did that. Just now downloaded a new copy of Firefox then uninstalled it completly from my computer. Then opened the latest install package and reinstalled.Still not working for me :)It makes absolutly no sense, JS works everywhere else so it is enabled. I just can't get it to work here :)
  12. I experienced no problem with 1.5 either. I was only after upgrading to 1.5.0.1And it's only THIS forum I have the problem on. Other sites running IPB have no problem.(by the way, why is W3Schools running an old version anyway? They should upgrade to 2.1.4 They'd have a few extra features if upgraded like "quick edit")

  13. just use this
    <html><head>	<title>test</title></head><body><select onchange="window.location=this[this.selectedIndex].value">	<option value="#">Choose a serach engine</option>	<option value="http://www.google.ca">Google</option>	<option value="http://www.msn.ca">MSN</option>	<option value="http://www.askjeeves.com">Ask Jeeves</option></select></body></html>

    That <select onchange="window.location=this[this.selectedIndex].value"> is pretty nifty.Although I haven't used forms as a means of linking in a very long time, I used to use <select name="dropdown" onchange="location.href=(form.dropdown.options[form.dropdown.selectedIndex].value)">But your way seems more efficiant as it uses slightly less code :)
  14. Some of you may know I've been having trouble with the JS on this forum.I think it might be my browser, the site works fine in others.It worked when I had Firefox 1.5 but now [that I upgraded to 1.5.01] it doesn't seem to work, and I recently upgraded to Firefox 1.5.0.1 (minor bug fix release).I don't think a minor release would cause JS on *this forum only* to stop working, bu I"m not sure.Can anyone else with Firefox 1.5.0.1 reply and tell me if the JS on this forum works?That is: clickable smilies, fast reply, multiple quotes, expand/reduce catagories, etc.

×
×
  • Create New...