Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

HTML-on-the-WEB · HTML-on-the-WEB Discussion List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 729
  • Category: HTML
  • Founded: Apr 12, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 22915 - 22944 of 23222   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
22915 Robin Chapple
d9790 Send Email
Aug 16, 2011
1:50 am
I have some text on a blue background where I changed the colour to yellow adjacent to the text with this: <style type="text/css"> A:visited { color:#Yellow; ...
22916 Ken Robinson
kenrbnsn Send Email
Aug 16, 2011
2:01 am
... You need to make a class or id that would be in the <a> tag <style> a.yellow_link:visited { color:Yellow; text-decoration: underline; font-weight: Normal; ...
22917 Robin Chapple
d9790 Send Email
Aug 16, 2011
3:25 am
... Thanks and my apology for being inept. I needed the link to be yellow before it had been visited so, I added the class in my CSS file here: A{ font-weight:...
22918 Bas van Hoorn
kruidmeester Send Email
Aug 16, 2011
8:41 am
Hi Robin, --"a:yellow_link {...} I failed. What have I missed?" -- You used a colon ":" between the element name and class name, instead of a period "." . To...
22919 Robin Chapple
d9790 Send Email
Aug 23, 2011
11:49 pm
I use Eudora OSE to send HTML messages to club members to make them mote attractive and increase the interest. We have been using the technique for years. I do...
22920 Thomas Hruska
shininglightpro Send Email
Aug 25, 2011
12:48 am
... I have no idea what you are trying to accomplish. Visited the URL. The source contains a big HTML table with lots of   rows. -- Thomas Hruska ...
22921 Sarah Fox
sarahfoxnz@... Send Email
Aug 27, 2011
11:59 am
Hello. I'm "ok" (not great) with HTML, CSS & PHP..   & wanting to learn about creating HTML emails. I've looked at the headers of some emails  and i see :- ...
22922 Thomas Hruska
shininglightpro Send Email
Aug 27, 2011
2:56 pm
... You are talking about MIME e-mail. You could spend months/years scouring the relevant IETF RFCs trying to come up with a solution that *correctly* works...
22923 Nigel A. Gunn
nigelgunn99 Send Email
Aug 28, 2011
11:35 am
Please remember that there are many users of text only e-mail clients that don't display HTML and ensure that you also send in plain text. If necessary,...
22924 Nards Nuggles
nards_nuggles Send Email
Sep 10, 2011
12:06 pm
I am displaying wmv video <embed src="Abe Lincoln VS Chuck Norris.wmv" autostart="false" loop="false&quot; controlls="true" > the video is coming up the size of a...
22925 Sarah Fox
sarahfoxnz@... Send Email
Sep 11, 2011
12:23 pm
Hello. I've got a HTML table  where I've got the left column as :- LONG WORDS (date)        MORE TEXT HERE (MULTI-ROW TEXT ) short words (date) words...
22926 Nigel A. Gunn, W8IFF/...
nigelgunn99 Send Email
Sep 12, 2011
12:47 pm
That was about as clear as mud. Send us a link to the live page so we can see the actual code....
22927 Thomas Hruska
shininglightpro Send Email
Sep 12, 2011
2:54 pm
... The Flash video format is MUCH more universal than WMV. Use the width and height attributes to set the size of the embed. Make sure it is 'controls&#39;, not...
22928 Sarah Fox
sarahfoxnz@... Send Email
Sep 13, 2011
12:25 pm
... [Non-text portions of this message have been removed]...
22929 Gordon Stewart
gordonisnz Send Email
Oct 2, 2011
8:57 am
Hello. I've used this technique successfully before - (a few years), but I can't recall what the name of it is, so I can google it & re-learn it. Basically, on...
22930 Gordon Stewart
gordonisnz Send Email
Oct 2, 2011
12:35 pm
... isn't it always the way - You try & remember, & a few hours after you need it, you remember :) AJAX :- http://www.w3schools.com/ajax/default.asp I'm off...
22931 Thomas Hruska
shininglightpro Send Email
Oct 20, 2011
6:36 am
... Use jQuery for AJAX. You can leverage the Google CDN if you are concerned about the increase in bandwidth. jQuery also offers really easy DOM manipulation...
22932 Gordon Stewart
gordonisnz Send Email
Oct 20, 2011
7:23 am
... thank you. I've been a bit busy recently, so some things are on a back-burner (is that the right phrase).. i'll look at Ajax / Jquery when I can. (i've got...
22933 Gordon Stewart
gordonisnz Send Email
Oct 30, 2011
1:38 am
Hello. I've just done as whois report on a website name & found something interesting :- GODADDY is mentioned in the whois report. what do these mean ? ...
22934 Thomas Hruska
shininglightpro Send Email
Oct 30, 2011
4:05 am
... It is telling you that the account holder has "locked" the domain. When it is unlocked, domain transfer requests can be made by another registrar. It is...
22935 Thomas Hruska
shininglightpro Send Email
Oct 31, 2011
9:17 pm
... Back-burner is the correct phrase. I have a couple of projects there as well :) -- Thomas Hruska CubicleSoft President Barebones CMS is a...
22936 Gordon Stewart
gordonisnz Send Email
Nov 4, 2011
5:34 am
Hello. I'm doing a new website, & they want an image to be in the background (Thats easy enough).. however, I upload to the server & refresh the page, & the...
22937 Thomas Hruska
shininglightpro Send Email
Nov 4, 2011
9:38 am
... I've never seen anyone use absolute positioning on the body before. That's going to create interesting results. You should be following the example on...
22938 Gordon Stewart
gordonisnz Send Email
Nov 5, 2011
8:34 am
<tr><td colspan='2'><div style="background-color:#D6C1C2; font-weight:bold; text-align: center;">Special Effects</div></td></tr> Hello. I have the above line...
22939 Gordon Stewart
gordonisnz Send Email
Nov 5, 2011
9:02 am
... I've changed the DIV to a SPAN.. & now it only affects the text.. (never noticed that difference before) -- G Auckland North Shore Freecycle - New Zealand ...
22940 Thomas Hruska
shininglightpro Send Email
Nov 5, 2011
4:11 pm
... 'div' is a "block-level" element. 'span' is an "inline" element. But you can do whatever you want with CSS including turning block-level elements into...
22941 Gordon Stewart
gordonisnz Send Email
Nov 13, 2011
10:43 am
Hello. i have <tr style="border-style: hidden; border-width: 0px;"> I want a 4 x 4 table, with BLACK background & pictures in each box... everything is Ok,...
22942 Bas van Hoorn
kruidmeester Send Email
Nov 13, 2011
11:44 am
Hi Gordon, --"i have <tr style="border-style: hidden; border-width: 0px;"> I want a 4 x 4 table, with BLACK background & pictures in each box... everything...
22943 Gordon Stewart
gordonisnz Send Email
Nov 14, 2011
9:42 am
Hello. I'm looking for a picture slide-show script. Possibly AJAX / Javascript based.. I've found a few scripts & examples of a single picture, that...
22944 Gordon Stewart
gordonisnz Send Email
Nov 14, 2011
11:38 am
Just a bit of tweaking - But I've got a great script - & pretty easy to set up (just a few hours tinkering...) PHP / CSS... (PHP to create the html) ...
Messages 22915 - 22944 of 23222   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help