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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 9385 - 9414 of 10819   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9385
... Gordon, including "margin-bottom: -12px;" (you may need to vary the -12px) into your h1 definition gets rid of the gap between paras. Derek...
DW
derekboyd_99
Offline Send Email
Jul 1, 2005
7:21 am
9386
Friends, I'm sure that many times we have discussed the fact that using a disable right-click JavaScript to protect images was easy to overcome if a user...
Gary Badger
garybadger67
Offline Send Email
Jul 1, 2005
12:43 pm
9387
the key isn't the class designation in-line, but rather your css designation show us the css you used when defining the class Gordon, as you should almost...
Don Passenger
dpasseng
Offline Send Email
Jul 1, 2005
3:43 pm
9388
Ok but I was trying to protect from bad robots but allow visitors to view the files if that is possible without them having to use a password. Maybe not...
Dave
dajatech
Offline Send Email
Jul 1, 2005
8:13 pm
9389
If you need an open directory, protected from bots, then one way is to have a page in that directory with a link to your files. Then, to get to that page, use...
David Colliver
david.colliver@...
Send Email
Jul 1, 2005
8:29 pm
9390
Well the first method might help, until someone else deep links to one of your pages ... then unless you use the 2nd or 3rd methods (sessions/cookies or...
Don Passenger
dpasseng
Offline Send Email
Jul 1, 2005
8:45 pm
9391
Umm.. I'm not following you... Take a look at www.PDXareaNtrak.org to see the page. For the most part I have replaced font tags with span tags (I know, lame)....
Gordon Reeder
gordonreeder
Offline Send Email
Jul 2, 2005
2:22 am
9392
... Thanks, that works for the header. But look at the body of the page and you will see that I have the first few words in each paragraph are bold. I can't...
Gordon Reeder
gordonreeder
Offline Send Email
Jul 2, 2005
2:34 am
9393
... use h2 as bold and h3 as normal?? i.e <h2> YOUR BOLD TYPE</h2><h3>the rest</h3> Derek...
DW
derekboyd_99
Offline Send Email
Jul 2, 2005
6:18 am
9394
I've never tried it, but why not setup a htaccess file with a user of "user" and a blank password. Then write the user name into the htaccess description so...
Franki
frankhauptle
Offline Send Email
Jul 2, 2005
6:29 am
9395
Why not just make a separate CSS page and use something similar to the following before you get too may pages made? Allows you to control your content of each...
Major Payne
geekretired
Offline Send Email
Jul 2, 2005
7:07 am
9396
Trry this: Set up your regular "p" tag. Then do a "p1" tag exactly the same with a heavier weight. Then when you do your paragraphs you can do them this way:...
Jim
jrrich2803
Offline Send Email
Jul 2, 2005
2:54 pm
9397
Friends, I have a <div> in a page that needs to be a minum height of 179px, but I would like it to expand (to fit content) if required. Is is possible to...
Gary Badger
garybadger67
Offline Send Email
Jul 3, 2005
12:26 pm
9398
... Did you try min-height: 10px...
Franki
frankhauptle
Offline Send Email
Jul 3, 2005
1:53 pm
9399
Thanks Franki, I didn't know that attribute. I've tried it and it works well in FF and Opera, but IE 6 seems to disregard it completely. I wonder if there...
Gary Badger
garybadger67
Offline Send Email
Jul 3, 2005
8:40 pm
9400
... All the stuff you put into "top" (179px of stuff??) stays there and yout next div you give a minimum top-margin of 179px (as an absolute position) or 10px...
DW
derekboyd_99
Offline Send Email
Jul 3, 2005
11:00 pm
9401
What's this?? I ran www.PDXareaNtrak.org through the w3c validator and was told that there is no 'align' attribute. So how do I get an image to be placed on...
Gordon Reeder
gordonreeder
Offline Send Email
Jul 5, 2005
2:55 am
9402
... You put the image in a div, and position the div exactly where you want it. You can apply the CSS directly to the image if you like, but I like to ...
Franki
frankhauptle
Offline Send Email
Jul 5, 2005
3:26 am
9403
... Microsoft didn't add min-height to IE until version 6, but suposidly it does support it. ...
Franki
frankhauptle
Offline Send Email
Jul 5, 2005
3:32 am
9404
Hello everyone Recently I have come across this strange problem - I am using style sheets and trying to do all XHTML pages, hovewer this particular web page...
Miro Perdoch
miro500@...
Send Email
Jul 5, 2005
7:08 am
9405
... Apple Mac IE does not exist. However, Mac IE is dead, and almost nobody uses it. If they do, they really need to upgrade. I've dropped support for it. ... ...
Mike Welsh
yomcat@...
Send Email
Jul 5, 2005
7:19 am
9406
Can someone check this page out and let me know how the image appears against the background? I was tempted to create a very nice but simple intro page for a...
Dave
dajatech
Offline Send Email
Jul 5, 2005
2:45 pm
9407
David there might be other pages pointing to the directories unfortunately. Franki I configured and downloaded your htaccess password and htaccess file setup. ...
Dave
dajatech
Offline Send Email
Jul 5, 2005
2:49 pm
9408
... The published version is several revs behind the working version I have on my machine. Here I have a DOCTYE of 4.01 strict. And once I get this align...
Gordon Reeder
gordonreeder
Offline Send Email
Jul 6, 2005
4:00 am
9409
Hi Dave! I have a old 15 inch monitor (tube type) that is 640x480. Your page doesn't really look "any worse" on that monitor (connected as a second monitor via...
Harry
jhsmith@...
Send Email
Jul 6, 2005
6:20 am
9410
Gordon, As I work on my pages I view them in Firefox, then view the source using a Firefox extension called "HTML Validator (based on Tidy)". Not only does...
Gary Badger
garybadger67
Offline Send Email
Jul 6, 2005
7:02 am
9411
Thanks Harry. As long as it is presentable that's fine. She looks much better than that BTW. Thanks so much for help Dave...
Dave
dajatech
Offline Send Email
Jul 6, 2005
8:13 pm
9412
... She looks great in Mozilla!! Derek...
DW
derekboyd_99
Offline Send Email
Jul 6, 2005
11:06 pm
9413
That's it then. And only a bit of a struggle, but PDXareaNtrak.org now validates as HTML 4.01 strict. The best part is that the page dosen't actually look any...
Gordon Reeder
gordonreeder
Offline Send Email
Jul 7, 2005
4:38 am
9414
Well done Gordon! I am showing 2 warnings (not errors): line 55 column 7 - Warning: <img> attribute "width" has invalid value "350px" line 55 column 7...
Gary Badger
garybadger67
Offline Send Email
Jul 7, 2005
7:09 am
Messages 9385 - 9414 of 10819   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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