I just started to learn about HTML and I am doing
ok. I have one problem, I can't figure out how to
align text in paragraph form in a spot over to the
right. I will show you what I mean.
Example HTML email jut the look no tags.
I need to know what tags to use to make
my Paragraphs look like this.
You don't use tags, you use styles. The first paragraph has a width and a left margin of zero while the second paragraph has a considerable left margin and possibly no defined width.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
I want it to be a universal format for all email
account providers. I was told I should use tables
but I don't know how to do that with this kind of format.
The code you gave me worked for the format but there was
a space between each sentence in my email and I did not want
a space in between sentences.
I hope this helps you understand what I am trying to accomplish.
That's how it WILL look as long as there is enough text to be formed into paragraphs.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
http://www.w3.org/TR/WCAG10/#gl-structure-presentation
3.7 Mark up quotations. Do not use quotation markup for formatting effects such as indentation. [Priority 2]
For example, in HTML, use the Q and BLOCKQUOTE elements to markup short and longer quotations, respectively.
Disclaimer. (1) Whilst I will help you sometimes, if I feel like it, and my advice in relation to your actual question will be of good quality: my posts are to be taken with a pinch of salt. I will be sarcastic, deploy irony and include obscure cultural references for my own amusement without warning.
(2) You will gain nothing from complaining, and if you try to argue with me then you will not win. No matter how noble your battle seems, I am still better than you, don't be an hero.
I just want to thank everybody for there help
and ask your opinion. I am creating these html
emails and I heard that not all email account
provider will read my code properly. I was told
if I use tables this will safe for all html emails I send
out. Is this true? what are others using to make sure
the emails are read properly.
To make sure they're read properly, I send my emails as text/plain.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
Bookmarks