Question: what is the difference between “plain” text e-mail and “HTML” e-mail?
Answer:
Answer by Kristina F
“plain” text email means you receive the email with only words, no graphics. “HTML” email means you can see graphics in the email. You also can click on weblinks instead of copying and pasting them in your web browser.
Question: Dreamweaver or HTML – “On Click,” I want to change an image AND some text?
I’m trying to set something up where a visitor to my website can click on various links and without changing pages, those links each control 2 separate areas on the same page. I’ll try to explain this more clearly using an example of a table, although I really don’t care if I actually use a table or some other way.
Imagine a table that is a single row and three columns. Basically, we have three cells side by side. I want to have some links in the left cell, and when someone clicks one, an image in the second (center) cell changes AND some text in the third (right hand) cell changes.
I could use Dreamweaver’s BEHAVIORS option to force the image in the center cell to change, and if the text were saved as an image, I could even force the third cell text to change. I need that text to have links in it, so I need to keep it as text. It occurred to me that I could use layers and load them using behaviors as well, but I do not want these things floating. If there is a way to force layers to sit in a table so they scroll with the page, that might work, but I do not know of one.
I have Dreamweaver CS4 in case anyone feels that is important as far as features. Of course, I can also just edit the HTML in Notepad if you have ideas not related to Dreamweaver.
I appreciate any replies, but I am not familiar with much in the way of CSS, so if your reply involves CSS, I have to decline your assistance unless you feel like really typing it out fully, which is more than I feel I can ask of a free question site.
Answer:
Answer by Michael
Here is a solution that uses html, css and javascript:
"http://www.w3.org/TR/html4/loose.dtd" >
Change Image and Text
Questions:
This page is set up so that it will work if Javascript is not enabled. In this case all of the images and text are displayed. The links go to the associated images and text.
The page layout is controlled with CSS. Principally everything is floated left.
The CSS also has a show and a hide class that can be used to show or hide content.
When Javascript is enabled all of the images and text are initially hidden by the the hideAnswers() function. It has an array of the ids of all of the answers. You would have to modify this to match the ids of the divs you want to hide.
When a user clicks on a link, the showAnswer() javascript function is called. That function first hides all answers to hide any previous answer, then sets the class of the answer to “show”. The showAnswer() function and so the onclick attribute return false. This prevents the actual link from being activated.
For more on the style, script and a tags see: http://www.html-tags-guide.com/html-style-tag.html and http://www.html-tags-guide.com/html-script-tag.html and http://www.html-tags-guide.com/html-a-tag.html
Question: I just logged in to my Outlook 2003 account & all “html” or “rich text” (not sure the difference) is in plain
I didn’t change any settings and I can’t seem to get it back. So when I open up an email from an airline (for example) there isn’t their normal header etc….
Answer:
Answer by Good Knight
The html or rich-text setting is going to be about what you write your email in and not how the emails you receive look to you. It could be that this email that you frequently get is now coming in plain text. Does that make sense?
Question: I need a easy html “blog” that I can put pictures and text into?
Does anyone know any html sites that may have one or do you know any html that may help? It’s for an online newspaper…
———————
I““““““““““I
I“PICTURE“““I
I““““““““““I
I““““““““““I
———————
I“`TEXT“““““I
I““““““““““I
I““““““““““I
I““““““““““I
———————
heh…Something like that?
P.S. NOT on Myspace…just piczo and/or freewebs
Free and Simple please
Answer:
Answer by john m
I use wordpress and mines located here http://andcomputers.info …you can add pictures and defineately text …its search engine friendly too, try http://wordpress.com and view all the available templates(how the blog will look)
Question: what does “plain” or “html” text mean when sending an email?are we supposed to choose one or the other?
are we supposed to choose “plain” or “html” each time we send an email at yahoo?the choice is in a box at the lower right of the email formating area.
Answer:
Answer by LoneStar
The “plain text” is just that—plain.
The “html” enables color and graphics —font style and size–and many other options.
Check it out—–click on “html”—-see the formatting bar across the top of the composing page ??–with all the icons ??
Hover your mouse over each icon to identify their action.
Question: How can I show my text in multiple lines not in one line ? “In php”?
when I print this article
” John …
is creative …”
it appear like this ” john … is creative”
I don’t want it in one line ? how can I do this ?
Answer:
Answer by gnomie_jones
Well, I guess it depends on your source. Is this coming from a textbox in a form? If so look into nl2br()
If it’s specific to that sentence, which I have no idea why it would be, you could just use str_replace(‘…’, ‘
‘, ‘John … is creative’);
If this is coming from a database then just figure out what your current line break (new line) is within the source data. Then just alter the str_replace() call above.
That’s the best I can do, leave some more details and I’ll answer more specifically if I can.
Question: IN css/html, how can I put a box around my text?
Here’s an example of what I want. Ignore the page, but where it says “Synopsis:A really simple way to add a drop shadow effect to a box using nothing more than Cascading Style Sheets.”, you see how it’s inside a shaded box? how can I do that?
~*~*Thanks~*~*
ah..I forgot to add the link, sorry, here it is
http://www.devpapers.com/article/64
Answer:
Answer by oops
Make a table with one row and only one cell. Color it as desired.
| <-- color right here -->
Synopsis: A bunch of text |
Tags
.html about Adobe Basic Basics blog Build Button Cascading Code create Creating Design Dreamweaver email Error file form from HELP html image Index.html JavaScript Layout Lesson link Menu Navigation need page pages Part Sheets site Style tags text there this Tutorial. Tutorials using website without


