Results 1 to 16 of 16

Thread: Carrige Return and <br /> messing up problem

  1. #1

    Thread Starter
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Carrige Return and <br /> messing up problem

    Name:  vbforums-br-problem.JPG
Views: 122
Size:  11.9 KB

    Why <br /> <br /> ??
    Shouldn't it be the invisible characters [CRLF] [CRLF] instead?
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Carrige Return and <br /> messing up problem

    When did you get this?

    Is this the first time, or have you gotten it before?

  3. #3

    Thread Starter
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Carrige Return and <br /> messing up problem

    No I see this quite too often. But just thought of getting it corrected today.

    This will come up if page is left idle for a long time (say 24 hours or so). I'm not sure of the exact time for session expire though.

    I have my browser set to show the last webpage it was showing when I closed it. So the next day when I open the browser (firefox), and feel like repping someone, reply to post etc. on that page itself, this comes up. After I refresh the page, the message will not appear again.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  4. #4
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Carrige Return and <br /> messing up problem

    It's because you're using Firefox and it is showing you a cached page.

  5. #5

    Thread Starter
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Carrige Return and <br /> messing up problem

    Quote Originally Posted by JPnyc View Post
    It's because you're using Firefox and it is showing you a cached page.
    Yes, that's right.

    But my question was about the <br /> part.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  6. #6
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Carrige Return and <br /> messing up problem

    I'm not sure. It's probably due to a phrase we changed to alter its display elsewhere. Is it really that important?

  7. #7

    Thread Starter
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Carrige Return and <br /> messing up problem

    Not at all!

    In fact you can concentrate on more important ones while work on this on least priority basis. Afterall how many people get this box anyways? I think I'm just the first, and that too due to my browser settings and addiction to forums. This is usually the last site I visit before shutting down the system.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Carrige Return and <br /> messing up problem

    Quote Originally Posted by Pradeep1210 View Post
    This is usually the last site I visit before shutting down the system.
    Well, if you actuall "shut down" the system, closed your browser, and powered off your machine, then you probably wouldn't get that message either.

  9. #9
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Carrige Return and <br /> messing up problem

    Hack needs to borrow one of mendhak's extra eyebolls:
    I have my browser set to show the last webpage it was showing when I closed it.
    he does close the browser and shut down (I'm assuming) .. .but then whyen the browser is re-opened, it opens the last page that was open...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  10. #10
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Carrige Return and <br /> messing up problem

    Quote Originally Posted by Hack View Post
    Well, if you actuall "shut down" the system, closed your browser, and powered off your machine, then you probably wouldn't get that message either.
    If he saved the tabs, then when the system is powered up and he re-opens firefox the page displayed is from the cache, so the message would still show.

    Fixing that message should be a quick thing to fix, I wonder why JPnyc seems against it. It is a forum bug after all.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  11. #11
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Carrige Return and <br /> messing up problem

    Quote Originally Posted by Hack View Post
    Well, if you actuall "shut down" the system, closed your browser, and powered off your machine, then you probably wouldn't get that message either.
    If you're using Firefox, you sure will. It's not widely known but Firefox has a real issue when it comes to loading cached pages. I know it because I've been dealing with users on 30 forums for the last five years and it's come up a number of times. As a browser, it's a brilliant marketing job.

  12. #12
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Carrige Return and <br /> messing up problem

    Why not set Fire fox to clear the cache when Fire fox closes? Bookmark the important links.

    Edit:

    Which version of Fire fox are you using?
    Last edited by Nightwalker83; Jun 3rd, 2010 at 08:33 PM. Reason: Adding more!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  13. #13

    Thread Starter
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Carrige Return and <br /> messing up problem

    Quote Originally Posted by Nightwalker83 View Post
    Why not set Fire fox to clear the cache when Fire fox closes? Bookmark the important links.

    Edit:

    Which version of Fire fox are you using?
    If I clear the cache, I need to relogin by putting in the userID/password again for each site I visit that requires authentication. Additionally, all sites I visit will take longer to load than it takes now. That's a bigger pain.

    Also just as I said in earlier post, I'm really not bothered when this issue is fixed since it is just a string formatting issue and I can understand the meaning of the message very well. It is just that no one had pointed out this error till now. So I just did that, so that it gets into their list of bugs and is fixed some day or the other.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  14. #14
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: Carrige Return and <br /> messing up problem

    @: Pradeep: I am also using firefox with the same settings that you have. I never log out of VBF and in fact I never even close the tabs. I directly close the FF like you do. Next day when I open the FF, I get my pages back but never have I got that message. Probably because I refresh the page before answering any post... Never tried 'repping' someone the moment I open FF though
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

  15. #15

    Thread Starter
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Carrige Return and <br /> messing up problem

    Next time just click the rep link/image on any post for a test. This box should come up.
    Don't worry about accidentally repping a bad post because the site prevents you doing so until you refresh the page
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  16. #16
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: Carrige Return and <br /> messing up problem

    Ok I will try it on JPnyc as he has already got his rep disabled...
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width