Results 1 to 5 of 5

Thread: Firefox, explorer or other ?....

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Firefox, explorer or other ?....

    Im currently programming a HTML export for one of my applications.

    I've just realised i coded the whole export to work with firefox and now when I load it in explorer its not justifying my <DIV> tags the same as in firefox.

    My questions are ... should i recode the export to work with explorer ?

    or should i state firefox is required for the export to HTML to work correctly ?

    is there a tag to add a page/line break in between my divs ?

    many thanks
    regards
    John

  2. #2
    Master Of Orion ForumAccount's Avatar
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    2,802

    Re: Firefox, explorer or other ?....

    The HTML tag for a line break is <BR>.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: Firefox, explorer or other ?....

    lol

    yeh i know but this just moves the next new div layer down one line ... it still appears to the rhs of my previous div tag ....

    i think im going to check my style sheet i may have some 'float' styles setup wrong.

    thought there may have been a quick way i tried <p></p> tags and the page break tag but these didnt work

    any thoughts on the export ? should i recode for explorer as it is provided by default on windows .... but isnt on linux / osx etc

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Firefox, explorer or other ?....

    Quote Originally Posted by illskills View Post
    any thoughts on the export ? should i recode for explorer as it is provided by default on windows .... but isnt on linux / osx etc
    We can't tell you that. It's your app and they're your users so it's up to you to decide what's most appropriate.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Hyperactive Member Zeljko's Avatar
    Join Date
    Oct 2006
    Location
    Internet
    Posts
    441

    Re: Firefox, explorer or other ?....

    Quote Originally Posted by illskills View Post
    Im currently programming a HTML export for one of my applications.
    I've just realised i coded the whole export to work with firefox and now when I load it in explorer its not justifying my <DIV> tags the same as in firefox
    You have found a everlasting nightmare of every web developer!!!
    When I create a web page or site, I must always create it to support multiple browsers and that is not easy.
    Every browser, especially IE, are not following web design guidelines.
    I suggest that you make it for Firefox and then correct it to show reasonable well on IE...

    Quote Originally Posted by illskills View Post
    My questions are ... should i recode the export to work with explorer ?
    or should i state firefox is required for the export to HTML to work correctly ?
    No. Do not recode. Make it that it can work ON ALL BROWSERS IDENTICAL OR VERY SIMILAR.
    It's a bad practice to state that Firefox or Opera or Safari or Chrome or IE is required... Do not do that! Make it work. Use tricks (search for it on google... use css, use javascript..., use all weapons to make it work...)

    Quote Originally Posted by illskills View Post
    is there a tag to add a page/line break in between my divs ?
    <br> or <br /> is corect tag for new line feed but... but not for DIV-s while imagine that DIV is one big empty/full BOX and not one/more line(s) of text... So, you can't give to a box new line feed... DIV is most efficiently positioned using CSS...
    1. If this post helped you, please Rate it = That's You, saying Thanks, to Me ...Left side of this post: [Rate this post]
    2. Mark this Thread Resolved if your question has been answered That's You, saying Thanks, to Group ...Menu on top of your original Post: [Thread Tools]>[Mark Thread Resolved]
    3.
    Check my site: www.er-ef.netCheck my snippets: Get installed .NET versionsRegex extractingJoin hierarchically nested Datatables in one flattened Datatable


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