To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.publish.htmlOpen lugnet.publish.html in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Publishing / HTML / 322 (-20)
  Re: LEGOFan.net - central community run hub for all areas of the LEGO community.
 
(...) And let me be super-clear here for anyone just jumping in -- Classic-Castle is a nifty site and I have nothing against them. I'm just mentioning their forum as an example. And I understand that phpBB is nice and open source and free and easy (...) (21 years ago, 13-Feb-04, to lugnet.publish.html)
 
  Re: LEGOFan.net - central community run hub for all areas of the LEGO community.
 
[ followup-to .publish.html, since this isn't generally interesting. :) ] (...) And that is indeed why I'm confused. I was referring to the phpBB on Classic-castle in the paragraph you quoted. Like all such BB forums, it basically has a big monotone (...) (21 years ago, 13-Feb-04, to lugnet.general, lugnet.publish.html)
 
  Re: set font size for entire body via stylesheet
 
(...) All I'm saying is give some of the others a try until you figure out what's going on. (...) { font: weight style variant size/line-height font-name(s) } In this property, the order... is important (although not every value needs to be (...) (21 years ago, 4-Feb-04, to lugnet.publish.html)
 
  Re: set font size for entire body via stylesheet
 
(...) I have IE 6.0, and it worked for me. But while I was setting up the test, I realized I had misspelled the css filename in the html document, so always check the spelling! If you don't have this text rel="StyleSheet" in the <link> tag line, it (...) (21 years ago, 2-Feb-04, to lugnet.publish.html)
 
  Re: set font size for entire body via stylesheet
 
(...) Well "x-small" would be mostly OK, if it were consistent between platforms. It's larger in MSIE than in Netscape. I need it to always be the same size, regardless of browser used. (...) Do you mean the <FONT> tag? I tried defining "font" in my (...) (21 years ago, 2-Feb-04, to lugnet.publish.html)
 
  Re: set font size for entire body via stylesheet
 
(...) Have you tried any of the other value specifications for font-size? Does x-small not suit your needs? or em|ex|px|pc|mm|cm|in or %? Just as a check on what is happening in your style sheets and html, I might suggest trying one of the other (...) (21 years ago, 2-Feb-04, to lugnet.publish.html)
 
  set font size for entire body via stylesheet
 
I need some assistance working with a stylesheet. I cannot get either Netscape (7.1) or MS IE (6.0) to recognize the "font-size" attribute for the "body" inside my stylesheet. I've tried these: body { font-family: verdana; font-size: 7pt } body { (...) (21 years ago, 2-Feb-04, to lugnet.publish.html)
 
  Re: Announcing DeepSpace.com
 
(...) Well, if you store it in a database, then you only need to get a directory listing the very first time the page loads (like when the thumbnails are created)...after that, it can just get the array from the database, which is most likely (...) (21 years ago, 15-Jan-04, to lugnet.publish.html, FTX)
 
  Re: Announcing DeepSpace.com
 
(...) Would you need to store it as a string an the database? Couldn't you just simply pass along a session variable that holds the array and use that? Although I guess if you wanted to add comments, you would have to store everything in a database. (...) (21 years ago, 14-Jan-04, to lugnet.publish.html)
 
  Re: Announcing DeepSpace.com
 
XFUT .publish.html (...) Once you have the list of images in the directory in an array, you can store that array in a database field. Then, when you call up the image, look in the array for the next and previous images. You can use the PHP functions (...) (21 years ago, 14-Jan-04, to lugnet.space, lugnet.publish.html)
 
  LEGO Track Geometry page
 
I've put together a page with some of my thoughts about LEGO track geometry. Please take a look and tell me what you think! (URL) --Bill. (21 years ago, 21-Nov-03, to lugnet.trains, lugnet.publish.html, FTX) !! 
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
(...) Well, I assumed it was already 2 forms until I looked at the actual HTML. To me the horizontal rule between the 2 sections delineated the forms. If others assert they would be confused by 2 forms in this fashion what can I say? Perhaps there (...) (21 years ago, 3-Jun-03, to lugnet.publish.html)
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
(...) Maybe that's what they intend to do. They may start to edit the message and then change their mind. If you are doing JS or CRC to check for changes in the edit box then you also need a way to reset it if edits are started and then decided (...) (21 years ago, 3-Jun-03, to lugnet.publish.html)
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
(...) Yes, you don't want to use the browser's Back button. But you can easily add an "Edit" button to the preview page, which takes you back to an edit page with the changes intact. (...) Yes, and Mozilla doesn't preserve the contents of each frame (...) (21 years ago, 2-Jun-03, to lugnet.publish.html)
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
(...) I agree with Dan...especially in light of how it's always been (a single form). (...) I'm not sure. Can you point me to specific examples of "bad wrapping in the quoted text"? One thing that I am aware of, however, is a -lack- of wrapping long (...) (21 years ago, 2-Jun-03, to lugnet.publish.html)
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
(...) I think that might make more work for the user than is strictly necessary. If the server detects changes automatically (or if JS disabled the "Post" button automatically), then it eliminates a step. --Todd (21 years ago, 2-Jun-03, to lugnet.publish.html)
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
(...) Todd, I was justing post a blog when i thought of something (well, saw how the blog did it) - one the page where you compose the text, it has one button that says "preview". when you hit it, you go to a page with the text, but you are unable (...) (21 years ago, 2-Jun-03, to lugnet.publish.html)
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
Quoting "Brian H. Nielsen" <70401.2635@compuserve.com>: (...) The problem is, that if you have two buttons, one says "Post" and one says "Preview", people would assume they're in the same form. I know I will. You can put multiple forms on the same (...) (21 years ago, 2-Jun-03, to lugnet.publish.html)
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
(...) People already deal with multiple forms on a page and are used to the fact that the button they click is relevant only for the data on that form. The current Message Preview page is layed out in a manner that clearly suggests it is 2 different (...) (21 years ago, 2-Jun-03, to lugnet.publish.html)
 
  Re: Disabling HTML form button if any changes made to an edit box?
 
(...) That part sounds great to me. (...) And this part also sounds great -- except for one thing: What if someone makes edits in the lower form, but then clicks the "Post" button in the top form? --Todd (21 years ago, 2-Jun-03, to lugnet.publish.html)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR