Search the web
Sign In
New User? Sign Up
cightml
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9656 - 9685 of 11114   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9656
http://www.mcfedries.com/CreatingAWebPage/resources.asp Also, try this one. seecurb +++++++++++ ... [Non-text portions of this message have been removed]...
Bruce Schneider
seecurb
Offline Send Email
Oct 2, 2005
5:56 am
9657
hi, guys and gals, there was something in the mail about setting out your javascript in an external SS recently, but I cannot locate it. What is the link to...
DW
derekboyd_99
Offline Send Email
Oct 3, 2005
6:19 am
9658
Hi Derek, Close, but not quite there. Try this: <script src="jssheet.js" type="text/javascript"> </script> That's all there is to it. External JS is easy...
Gary Badger
garybadger67
Offline Send Email
Oct 3, 2005
6:40 am
9659
Hi I was wondering if anyone knew how to make the text in a textarea wrap I have a link me page and am making a sister site page, but the code keeps *not*...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Oct 3, 2005
9:08 am
9660
Hi Stephanie, Try it without the wrap attribute... <textarea rows=4 cols=60>text here</textarea> Best regards, Dave Colliver. http://www.AshfieldFOCUS.com ~~ ...
David Colliver
david.colliver@...
Send Email
Oct 3, 2005
9:20 am
9661
... Thanks Gary, now all I have to do is to get the photos to preload. I am trying to use an array in the .js page - should these photos be thumbnail size -...
DW
derekboyd_99
Offline Send Email
Oct 6, 2005
12:15 pm
9662
Yes. ----- Original Message ----- From: "DW" <dbwat@...> To: <cightml@yahoogroups.com> Sent: Thursday, October 06, 2005 1:16 PM Subject: Re:...
Paul H
paulhtm
Offline Send Email
Oct 7, 2005
6:20 am
9663
You have a way with words Paul! ;-) Derek, a little while back Hazel put me onto a program called Infranview (free from http://www.irfanview.com/) which...
Gary Badger
garybadger67
Offline Send Email
Oct 7, 2005
8:31 am
9664
Hello I plan to upgrade the XHTML on my site and want to know if it is worth the time and hassle to work on it Eugene [Non-text portions of this message have...
EUGENE DONAGHY
eugene4980
Offline Send Email
Oct 11, 2005
8:55 pm
9665
... xhtml definately (use notetab as it is a one click conversion for the most part) strict vs transitional is more difficult strict if you can otherwise not...
Don - htmlfixit.com
dpasseng
Offline Send Email
Oct 12, 2005
12:23 am
9666
Hi On my website I have 2 PHP includes, one for the top section and one for the bottom. The top section has doctype html head title StephanieZylstra.com /title...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Oct 12, 2005
4:06 am
9667
Hi Stephanie, In ASP (similar to PHP) I would declare anything in the title prior to the title being written... so, for example, <% TitleAddOn = " >> Email Me"...
David Colliver
david.colliver@...
Send Email
Oct 12, 2005
8:53 am
9668
... <?php $title = " >> Email Me"; ?> ... <title>...<?php echo $title; ?> ... Simon...
Simon Welsh
kickme286
Offline Send Email
Oct 12, 2005
9:01 am
9669
Hi Eugene, I agree with Don. Definitely move from HTML to XHTML and make sure it validates at http://validator.w3.org/. But within XHTML to move from...
Gary Badger
garybadger67
Offline Send Email
Oct 12, 2005
10:43 am
9670
Hi I am helping my sister make a website. There is a competitions page with a story competition. People can enter as groups or individuals. I have this code: ...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Oct 14, 2005
10:32 pm
9671
Hi all, I never in a million years thought I would be asking this question... I am hoping to use AWSTATS as my log file stats package for my FOCUSPortals.com...
David Colliver
david.colliver@...
Send Email
Oct 15, 2005
10:26 am
9672
... To see if PHP is working, make a file called test.php with the following in it: <?php phpinfo(); ?> If it's working, you'll get a load of data. I've got no...
Michael Welsh
yomcat@...
Send Email
Oct 15, 2005
9:20 pm
9673
Hi all, i have been asked to develop a site where a book opens and turns as you view each page...tacky i know but its what he wants.Any ideas on how to...
dolalu
Offline Send Email
Oct 21, 2005
6:20 pm
9674
The only thing I've seen do that is Flash. Flash template maybe as a start. dave...
Dave
dajatech
Offline Send Email
Oct 21, 2005
11:15 pm
9675
Hi Does anyone know how to do the @ sign as something like &at; or &#248? I've looked in all my html reference things but I can't find it. Also, how do you do...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Oct 29, 2005
12:06 am
9676
Hi! A lot of times when I visit my web site http://www.stephaniezylstra.com/ there's all the tables and text and stuff like that, but no colours or styles, it...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Oct 29, 2005
12:07 am
9677
For @ try this... &#064; Meta Tag... meta http-equiv="Content-Type" content="text/html;charset=utf-8" Dave...
Dave
dajatech
Offline Send Email
Oct 29, 2005
12:30 am
9678
... Dave is right - the complete list of "HTML codes for cool characters" is on the flyleaf of Paul's CIGHTML book, which, as you are a member of this group,...
DW
derekboyd_99
Offline Send Email
Oct 29, 2005
1:53 am
9679
Looks fine to me with Win98SE and IE6. Paul H ----- Original Message ----- From: "Stephanie Zylstra" <computer_girl_13@...> To:...
Paul H
paulhtm
Offline Send Email
Oct 29, 2005
6:09 am
9680
@ is not in my out-of-date version of CIGHTML but it is on the list at http://www.mcfedries.com/CreatingAWebPage/codes.asp Strangely, it is not on the list at...
Paul H
paulhtm
Offline Send Email
Oct 29, 2005
6:09 am
9681
&#64; You can convert anything to ASCII like this at http://htmlfixit.com/cgi-bin/tools/uni.cgi Cheers, Gary http://www.garybadger.com/ Stephanie...
Gary Badger
garybadger67
Offline Send Email
Oct 29, 2005
10:19 am
9682
... paulhtm@... wrote: Strangely, it is not on the list at http://www.w3schools.com/tags/ref_entities.asp Could there be any good reason for the...
Dave
dajatech
Offline Send Email
Oct 29, 2005
2:35 pm
9683
Hi Stephanie Looks ok here FF 1.0.7 It won't hurt to upgrade to FF 1.0.7 Also delete and upload a fresh copy of the css Clear your cache Just do the...
Dave
dajatech
Offline Send Email
Oct 29, 2005
2:46 pm
9684
Thanks, Dave, I missed that. Paul H ----- Original Message ----- From: "Dave" <daja300@...> To: <cightml@yahoogroups.com> Sent: Saturday, October 29,...
Paul H
paulhtm
Offline Send Email
Oct 30, 2005
6:10 am
9685
Howdy, On a PC I can "refresh" the page displayed in a browser by pressing F5 on the keyboard. I can "force-refresh" (i.e. not use the cache files) by...
Gary Badger
garybadger67
Offline Send Email
Oct 31, 2005
9:12 am
Messages 9656 - 9685 of 11114   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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