Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

wonderign what this code dose in html

  • 28-12-1999 6:56pm
    #1
    Registered Users, Registered Users 2 Posts: 4,471 ✭✭✭


    what dose this do in a web page cant fig it out &nbsp


Comments

  • Registered Users, Registered Users 2 Posts: 18,484 ✭✭✭✭Stephen


    Er... what does what do?


  • Registered Users, Registered Users 2 Posts: 4,471 ✭✭✭elexes


    good point where did the thing go


  • Registered Users, Registered Users 2 Posts: 5,049 ✭✭✭Cloud


    You can't use HTML in the UBB ;-)

    Try replacing the greater than less than signs with square brackets and then paste it in.


  • Registered Users, Registered Users 2 Posts: 18,484 ✭✭✭✭Stephen


    <HTML>
    <HEAD>
    <TITLE>Woo!</TITLE>
    </HEAD>
    <BODY BGCOLOR="#000000" ahh whatever....>
    Boo
    </BODY>
    </HTML>

    Just put the code in UBB QUOTE tags

    [This message has been edited by Stephen (edited 10-01-2000).]


  • Closed Accounts Posts: 6,275 ✭✭✭Shinji


    Isn't there some way to config the UBB to replace greater then and less than signs with the HTML equivalent? ampersand-something-or-another smile.gif


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 4,471 ✭✭✭elexes


    right this should work

    & n b s p ;
    so whats it do


  • Registered Users, Registered Users 2 Posts: 18,484 ✭✭✭✭Stephen


    Its a non-breaking space. It basically just makes a space smile.gif

    - [IAR]Munch
    - iarclan.cjb.net


  • Registered Users, Registered Users 2 Posts: 10,339 ✭✭✭✭LoLth


    yeah, handy for putting in blank lines as in

    "< p> & nbsp  <p > "

    some browsers would ignore the line if it didn't have the bit in the middle. Same with spacing when you don't use the align tags.

    Any idea if it actually does any good in a table?

    [This message has been edited by LoLth (edited 13-01-2000).]


  • Closed Accounts Posts: 202 ✭✭Karla


    The easiest thing to do is just set the font color to the same color as the background, of course you're screwed if you're using an image as background but you shouldn't really be doing that anyway smile.gif


  • Subscribers Posts: 1,911 ✭✭✭Draco


    <br><br> will put in blank lines for you.

    Draco

    [This message has been edited by Draco (edited 14-01-2000).]


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 4,471 ✭✭✭elexes


    ye i knew the < br > thing but dident have a clue withthe other i thought it was just a wast of space r somthn . thx lads


  • Registered Users, Registered Users 2 Posts: 10,339 ✭✭✭✭LoLth


    it is a waste of space. Look at an excel table saved as HTML (or any MS office document), they're HUGE and all because they're literally crammed full of absolute ****e! Just edit/replacing the & Nbsp with blanks almost cuts the size in half!

    And what is with the < f ont> in front of *every* line and table cell???

    Anyone know of a good text/spreadsheet to HTML converter?



    [This message has been edited by LoLth (edited 17-01-2000).]


  • Registered Users, Registered Users 2 Posts: 2,660 ✭✭✭Baz_


    nope

    bye for now
    Baz


  • Closed Accounts Posts: 6,275 ✭✭✭Shinji


    If you don't have a non-breaking space in an otherwise empty HTML table cell, Netscape browsers won't display the cell properly.

    Ja,
    Rob


Advertisement