With the Web package, is there any way to insert hard spaces (eg, or  )? Otherwise, how can you insert arbitrary amounts of whitespace?
-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
html entity: 'nbsp'
Richard Eng wrote: > With the Web package, is there any way to insert hard spaces (eg, > or  )? Otherwise, how can you insert arbitrary amounts of > whitespace? > > -- > You received this message because you are subscribed to the Google > Groups "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [hidden email] > <mailto:[hidden email]>. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by horrido
Richard Eng wrote: > With the Web package, is there any way to insert hard spaces (eg, > or  )? Otherwise, how can you insert arbitrary amounts of whitespace? (and of course, is not for adding space, it's role is to be non-breaking space; for styling issues like "here should be 5em free space", there is css) -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Ah, yes. CSS. I tend not to use CSS because I'm too lazy to learn it. I guess I can't avoid it forever... ;-)
-- On Monday, 15 June 2015 15:57:08 UTC-4, Herby wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
I remember times of HTML 3.2 with all its fonts, centers, blinks, marquees; p used as line separators; br taken as normal, etc.
I am very glad those times are gone and html is left for the data it self, while appearance of that data is decoupled to css. As this happened fairly long ago, I am in awe that there is still someone who eschews css. But, world is full if surprises. ;-) Yes I think you should learn it. I presume the best way for your hackish nature would be to start to use inline style attribute whenever you want some appearance, then learn to use style tags in head to group it per page, then finally decouple it into dedicated .css files... Dňa 15. júna 2015 22:18:16 CEST používateľ Richard Eng <[hidden email]> napísal:
--
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |