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: 728
  • Category: HTML
  • Founded: Apr 12, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 22579 - 22608 of 23207   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
22579 ** Maria Marsala **
elevatingyou... Send Email
May 3, 2010
12:54 am
Page: http://www.coachmaria.com/ticket/ I do not understand error I'm getting, but I get that little yellow icon on the bottom of the page in IE 8.0 Can...
22580 Jim Walls
k6ccchome Send Email
May 3, 2010
7:35 am
... Maria, The first thing I did was to run your page through the W3C validation service - http://validator.w3.org/ . It came up with 39 errors. I would...
22581 Michael Roush
mdroush Send Email
May 3, 2010
5:48 pm
Well, it's 4 incidences of "object undefined".... and it all comes from the Javascript you have inserted. I think my first recommendation would be to put all...
22582 Thomas Hruska
shininglightpro Send Email
May 4, 2010
3:50 am
... <script type="text/javascript" src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="javascript">obj=new ...
22583 ** Maria Marsala **
elevatingyou... Send Email
May 4, 2010
6:31 pm
Thanks Thomas and Michael -- I'll go try those things. I didn't write the script. I wonder why, so often, when I download code (html, js, etc) the code does...
22584 Thomas Hruska
shininglightpro Send Email
May 4, 2010
8:10 pm
... Validation really isn't all that important because the HTML/CSS Standards are broken to begin with. The question you should ask yourself is why the code...
22585 ** Maria Marsala **
elevatingyou... Send Email
May 5, 2010
11:56 pm
Page www.elevatingyourbusiness.com/a/ Looking to center top and bottom graphics. I tried block; margin-left: auto; margin-right: auto And margin-top:0px;...
22586 Sarah Fox
sarahfoxnz@... Send Email
May 7, 2010
2:42 pm
Hello. is it possible to use RSS from behind a passworded directory ?? and if so, How ? or - is RSS only available from publicly-accessable directories ?...
22587 Thomas Hruska
shininglightpro Send Email
May 8, 2010
3:37 am
... The RSS feed client would have to support it. There is a little used "feature" of URLs that allows you to do: ...
22588 ** Maria Marsala **
elevatingyou... Send Email
May 9, 2010
12:00 am
I spent a few hours today at http://www.w3schools.com/ learning CSS (or trying to learn it). I fixed almost everything I wanted to fix on my website EXCEPT...
22589 Gordon Stewart
gordonisnz Send Email
May 14, 2010
9:37 am
Hello, I'm creating a page / a site in Codeigniter.. I'll probably solve this soon - But if not, i'm wondering if anyone has experienced this. the HTML is...
22590 gordonisnz Send Email May 14, 2010
2:20 pm
... SOLVED :- Tried to load a file that didn't exist - So it auto-loads the main page again.....
22591 Thomas Hruska
shininglightpro Send Email
May 14, 2010
2:23 pm
... Both AJAX and iframes can do that. Really only takes an infinite loop (page referencing itself). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 ...
22592 ** Maria Marsala **
elevatingyou... Send Email
May 21, 2010
8:58 am
Do you use feedburner? Do I need something like feedburner to give people options of "which" RSS service to use? Do you find that people use the email feature...
22593 ** Maria Marsala **
elevatingyou... Send Email
May 21, 2010
8:58 am
This line is in the header of my blog www.MarketingWithIntegrity.com <div id="banner&quot; onclick="location.href='<?php echo get_settings('home&#39;); ?>';"...
22594 Michael Roush
mdroush Send Email
May 21, 2010
1:19 pm
... Subject: [HTML-on-the-WEB] fixing a line of code in a blog template This line is in the header of my blog www.MarketingWithIntegrity.com <div id="banner&quot;...
22595 Nigel Gunn G8IFF/W8IFF
nigelgunn99 Send Email
May 21, 2010
2:06 pm
Maria. The line "Woman Business Advisors" is also unnecessarily clickable and it's underline is encroaching on the line below. ... -- Nigel A. Gunn, 1865 El...
22596 ** Maria Marsala **
elevatingyou... Send Email
May 22, 2010
7:03 pm
Thanks everyone. I decided to keep the banner clickable and removed the clicking from the name of the blog. Another task done :) Maria...
22597 Pam Parker
crazedwriter Send Email
May 28, 2010
12:25 pm
Hi, I needed some additional help in HTML and page design and found your group. Lucky! Though I've been building sites for more than 10 years (taught myself...
22598 Thomas Hruska
shininglightpro Send Email
May 31, 2010
3:45 pm
... I've mostly seen site map _pages_ on really large websites where a link dumping ground needs to exist to quickly navigate to some portions of the site....
22599 ** Maria Marsala **
elevatingyou... Send Email
Jun 6, 2010
1:07 am
I added this to my CSS file, but it's not working. Can you tell me what I could have done wrong? I'm trying to make centering my image done right. I did use...
22600 Scottish2
save_the_ear... Send Email
Jun 6, 2010
1:10 am
I don't know CSS but just from looking at that seems it is a text centering command not image but maybe I am wrong not sure but from what I see maybe wrong...
22601 Ken Robinson
kenrbnsn Send Email
Jun 6, 2010
1:38 am
Use this: .centerimage { display: block; margin-left: auto; margin-right: auto; width: 200px; } Just use the image width instead of 200px. Ken Sent from my...
22602 Thomas Hruska
shininglightpro Send Email
Jun 6, 2010
1:44 am
... Try: margin-left: auto; margin-right: auto; Instead of text-align: center. But that is the cheating, non-holy grail way to center an image. I don't know...
22603 Thomas Hruska
shininglightpro Send Email
Jun 6, 2010
2:38 am
... http://www.w3.org/Style/Examples/007/center Seems to indicate that the 'width&#39; is not required. I'm inclined to agree because an image has an implicit...
22604 ** Maria Marsala **
elevatingyou... Send Email
Jun 7, 2010
8:34 am
Ken - thanks. My concern with the code presented was the width as sometimes the graphic is in my ezine which is very narrow. Tom - thanks again. From all I...
22605 Gordon Stewart
gordonisnz Send Email
Jun 10, 2010
12:50 pm
Hello. I have this in a table cell :- <div style="display: table-cell; border-bottom-color: black; border-bottom-style: dashed; border-width: thin;...
22606 kemark9
eyespi20 Send Email
Jun 10, 2010
2:11 pm
Gordon -- I am FAR from being an expert, however what you describe here is very much not like what I perceive cell dynamics to be. A cell either has a border...
22607 PapaTango
papa_tango_1102 Send Email
Jun 10, 2010
5:57 pm
Yes, a cell has a border on a particular side or it doesn't. You'd have to do this by styling the text or very simply by adding ... after your text for however...
22608 Michael D. Roush
mdroush Send Email
Jun 10, 2010
8:41 pm
As far as I know, css can only cause a border or no border. If you're doing this with php, you can use strlen() to find out how many characters long the string...
Messages 22579 - 22608 of 23207   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