Search the web
Sign In
New User? Sign Up
HTML-on-the-WEB · HTML-on-the-WEB Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 22221 - 22250 of 22463   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22221
Hi All I have download a PLR product with reseller rights when i open the file with win zip i get a pdf file What i would like your help with instructions on...
stephan williams
kittian28
Offline Send Email
Mar 1, 2009
8:06 am
22222
"Usually" in the zip there is included would be sales copy for you to use/change. Are there any other files? Have you gone to the download's thank you page to...
*Maria Marsala*
elevatingyou...
Offline Send Email
Mar 1, 2009
8:39 am
22223
Hi, I'm having a bit of trouble - Converting "old" HTML to XHTML & Divs's etc... Basically, I'm after a table, with 2 boxes (TD fields) - one LEFT and one...
Gordon Stewart
gordonisnz
Online Now Send Email
Mar 1, 2009
11:30 am
22224
If all else fails... don't forget that CSS2 has it's own table tags. Sample I've used here produces a single row of eight boxes: It's the "non IE" menu at...
nigel@...
nigelgunn99
Offline Send Email
Mar 1, 2009
1:09 pm
22225
Hi maria I am downloading free plrs from plrwholesalers .com with plrs rights I just download one that call instant list system i unzip this files and it has...
-stephan williams
kittian28
Offline Send Email
Mar 1, 2009
11:32 pm
22226
... From: "Gordon Stewart" ... Hi Gordon, Just some ideas that might help:- <table style="width:100%; border-collapse:collapse;"> <tr> <td...
Bob
robert_dehoure
Offline Send Email
Mar 2, 2009
3:33 am
22227
... hmmm It goes Perfectly fine in 3 browsers Ive tried - EXCEPT I.E. (& it validates to XHTML strict too... (I hate IE, but we've got to cater for them....) ...
Gordon Stewart
gordonisnz
Online Now Send Email
Mar 2, 2009
8:18 am
22228
... Bob - The top one you gave (with the tables) - Works on IE & Other browsers - & validates too.... Thanks -- G Freecycle Auckland :- ...
Gordon Stewart
gordonisnz
Online Now Send Email
Mar 2, 2009
8:23 am
22229
... From: "Gordon Stewart" ... Hi Gordon, I'd be tempted to just use a 2 column table, then use css to create the green box inside the R/H <td> with <div>s....
Bob
robert_dehoure
Offline Send Email
Mar 2, 2009
4:30 pm
22230
Redirect permanent /smalldirectory/ http://subdomain.domain.org/Fulldirectory/ [L] Hello, I've spent an hour or so Googling, & have found the above htaccess...
Gordon Stewart
gordonisnz
Online Now Send Email
Mar 8, 2009
4:08 am
22231
... http://www.mapelli.info/blog/htaccess-hacking-for-fun-and-profit Decent starting spot. Nothing beats the official (albeit technical) documentation though...
Thomas Hruska
shininglightpro
Offline Send Email
Mar 8, 2009
4:20 am
22232
... Thanks - I;ll read it now / soon... though - From initial looks - It seems to be wrong Redirect permanent /smalldirectory/ ...
Gordon Stewart
gordonisnz
Online Now Send Email
Mar 8, 2009
4:43 am
22233
Hello, could you give me some critique on this website header: http://maxxsound.net/magento/ The pics etc. in the middle will not be used. I'm mainly...
IamDave
proaudiomusic
Offline Send Email
Mar 14, 2009
5:49 pm
22234
Check out some changes from a newbie on this site please: http://the316band.com The amplifier grill cloth has me concerned that the text isn't readable enough...
IamDave
proaudiomusic
Offline Send Email
Mar 14, 2009
5:50 pm
22235
We have used a company called "Real Domains" for many years now & we have registered 100's of domains without any problems what so ever. They offer many...
Julie McWright
frequensearep
Offline Send Email
Mar 14, 2009
5:51 pm
22236
*I love it!!! looks great. ALL but I can not see the red words!!! They are hard to see for me. From: IamDave Sent: Saturday, March 14, 2009 10:13 AM To:...
Pam McMurray
mee_pammie_poo
Online Now Send Email
Mar 14, 2009
6:35 pm
22237
I need to find a specific bunch of features in a cart. Most important seems to be the way they handle taxes. If you have used a cart that does what I need it...
*Maria Marsala*
elevatingyou...
Offline Send Email
Mar 15, 2009
8:29 pm
22238
Hi All Need to get some code that does something I know is possible just can't remember how I do it. Lets say I have a 4 cell table (2X2) OK now the top row is...
save_the_earth_2003
save_the_ear...
Offline Send Email
Mar 15, 2009
8:38 pm
22239
See if this works for you:- <?php if (isset($categories_file) && $categories_file == "Videos") { include("text/videos.txt"); } else { include("home.txt"); } ?>...
Bob
robert_dehoure
Offline Send Email
Mar 15, 2009
10:09 pm
22240
It's still displaying a 404 error with the below code. I know this is possible as used it ages ago but can't seem to get this to work on this...
save_the_earth_2003
save_the_ear...
Offline Send Email
Mar 15, 2009
10:21 pm
22241
Hi Scottish, Forgot to mention, if you're including files in a page that is not in the root directory, you'll need to do it like this:- <?php if...
Bob
robert_dehoure
Offline Send Email
Mar 15, 2009
10:29 pm
22242
... The above code requires register_globals to be turned on the PHP configuration. This is disabled by default for security reasons on PHP 5 and later. Try...
Thomas Hruska
shininglightpro
Offline Send Email
Mar 15, 2009
10:35 pm
22243
Hi Scottish, 3rd attempt. I missed a closing curly bracket out. Sugar! <?php if (isset($categories_file) && $categories_file == "Videos") { include...
Bob
robert_dehoure
Offline Send Email
Mar 15, 2009
10:37 pm
22244
I give up I know it's possible but none of this is working and I have a different method that does work Thanks though ... From: Bob To:...
Scottish2
save_the_ear...
Offline Send Email
Mar 15, 2009
10:41 pm
22245
Don't give up, try this one. I tested it this time with 2 text files, text/videos.txt and text/home.txt Using index.php Then index.php?categories_file=Videos ...
Bob
robert_dehoure
Offline Send Email
Mar 16, 2009
2:12 am
22246
Bob Thanks but as I said I gave up and got the site working as I need it to so no worries as is almost done working on last few pages this morning. ... From:...
Scottish2
save_the_ear...
Offline Send Email
Mar 16, 2009
10:57 am
22247
... Okay, I haven't personally used this one, but I do have a friend who has used this avenue extensively. They didn't want to be bothered with any of the math...
Michael Roush
mdroush
Offline Send Email
Mar 16, 2009
2:07 pm
22248
Hi All Just curious as this hasn't been discussed in awhile but was just wonder what is the smallest screen size most of you are designing for now a day? I...
Scottish2
save_the_ear...
Offline Send Email
Mar 19, 2009
12:16 pm
22249
No minimum size but remember that the 7" and 10" screen computers are getting popular and there are people using iPhones and Blackberrys for web access. ...
Nigel Gunn G8IFF/W8IFF
nigelgunn99
Offline Send Email
Mar 19, 2009
1:09 pm
22250
... This might not be the direction you were thinking about, but quite frankly the minimum size I try to make my designs work with now is 320x240. Every PC ...
Michael Roush
mdroush
Offline Send Email
Mar 19, 2009
1:15 pm
Messages 22221 - 22250 of 22463   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