Hi All, Does anybody know how to wrap an image in a table without getting the 2-3 pixes at the bottom of the image instad of wrapping it all right up to the...
199
Mark Pulver
mpulver@...
Nov 12, 1999 10:08 pm
... Sometimes, I really hate the hacks you have to do in HTML... This is pretty close... <TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 VALIGN=CENTER> <TR> <TD> ...
200
Brett Taylor
weednix@...
Nov 12, 1999 10:24 pm
Hi Jody, try this: <TABLE CELLSPACING=0 CELLPADDING=0> Brett God Bless, - Brett Taylor - ...
201
Jaguwar
jaguwar@...
Nov 12, 1999 10:36 pm
I had to think about this for a bit to see what you mean, and frankly I'm not sure I have it right. If you mean get rid of the space underneath the image, try...
202
Jody
KJB1611@...
Nov 12, 1999 11:26 pm
Hi Mark, Gee, we meet up again Mark! Thanks Brent but that was a no go with what I needed to do. ... You and I both! Thanks for the fix. Guess you can image...
203
Jody
KJB1611@...
Nov 12, 1999 11:50 pm
Hi Jaguwar, ... Thanks - that is what I use to do, but it does work well or I had problems with it when do hacks with the rest of the code like I just sent. ...
204
Mark Pulver
mpulver@...
Nov 13, 1999 12:32 am
... heh-heh... You can't get rid of me as easy as moving forums! ... What the heck are you trying to do? :) Oh man!!! You're a nut case! Here's 4... :0 <TABLE...
205
Jody
KJB1611@...
Nov 13, 1999 9:11 am
Hi Mark ... Thanks!-) OK, you can see the results now of Album Express with some minor editing, but not much: http://www.sureword.com/album/ ...
206
Michael Gerholdt
gerholdt@...
Nov 13, 1999 9:14 pm
Jody et al: Suggestions have been appropriate but not complete. <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0"> <TR><TD><IMG BORDER="0" HSPACE="0"...
207
Jody
KJB1611@...
Nov 14, 1999 12:58 am
Hi Michael, ... Yes, I knew about that, but only wrap when I need to, because I cannot stand having to wrap my tables and fonts. I find that the only time I...
208
Michael Gerholdt
gerholdt@...
Nov 14, 1999 1:09 am
Maybe it's this: <TABLE WIDTH="100%"> you are limiting the width of your table here to screen size. IE is disobeying you, but NN is being obedient! So it is IE...
209
Jody
KJB1611@...
Nov 14, 1999 2:11 am
Hi Michael, ... OH, I did change it to that - forgot about it till you reminded me. ... OK, I understand that since I have 1500 pixels plus a few with 10 ...
210
chrispye@...
Nov 15, 1999 5:15 pm
I want to create a 'members39; only' page on my website for downloads and special information - to be accessed through a password, individual to (chosen by) the...
211
Lawrence M Hamilton, ...
lmhamilton@...
Nov 15, 1999 7:26 pm
Chris, On Mon, 15 Nov 1999 09:19:09 -0800 chrispye@... ... There is no way to do this with HTML alone. If you are on an ISP that lets you...
212
Grant
emerge@...
Nov 15, 1999 7:50 pm
For an ASP solution try this article from the great 4guysfromrolla site. Password Protecting Your Site By Rob Taylor ...
213
Lawrence M Hamilton, ...
lmhamilton@...
Nov 15, 1999 8:06 pm
Grant, Thanks for the link! I had to check it out since I went to school in Rolla, MO (UMR). I was in the first year of students that did not have to do...
214
Grey Cat
greycat@...
Nov 16, 1999 12:08 am
While you can get java apps which will let you password a web page, an easier solution is to just give the name of the page to those who are allowed on it....
215
Bill Scott
bscott@...
Nov 16, 1999 2:58 am
Hi Chris: I used a cgi script called access denied ... your ISP must be able to run cgi scripts you can see it in action by clicking on my Online Puppy Link...
216
Jody
KJB1611@...
Nov 16, 1999 3:38 am
Hi Grey, ... That is good for just regular stuff that you only want to keep the average user away from, but has to used on the first level. Look at these for...
217
Larry Thomas
larryt@...
Nov 16, 1999 4:03 am
Hi Kate, ... This does have one problem. I have found on occassion when I am surfing a web site that i can click on my URL box in Netscape and start deleting ...
218
chrispye@...
Nov 16, 1999 12:48 pm
Hi Thanks everyone for their suggestions - boy you're quick! - gives me some avenues to explore. I'll post the solution I end up with. Chris ... ...
219
Mark Pulver
mpulver@...
Nov 16, 1999 3:46 pm
... This depends on the server configuration... If this happens on your hosting service, then it's a huge security hole. You should bring it up to your site...
220
Jody
KJB1611@...
Nov 16, 1999 4:19 pm
Hi Mark, ... I just had them turn it on for me *on* mine, but not allow to get to my parent folder. Happy HTML'n! Jody http://www.sureword.com/notetab The...
221
Mark Pulver
mpulver@...
Nov 16, 1999 5:11 pm
Jody (10:16 AM 11/16/1999) wrote: Hi Jody! ... YIKES! :) Well, the problem with it Jody is that while it can be seen as a convenience when you just wanna drop...
222
Jody
KJB1611@...
Nov 16, 1999 5:39 pm
Hi Mark, ... I understand all that, but *for me* everything I have on my site I have it there for people to get - I don't put anything on the web - even under...
223
Marco Bernardini
marco@...
Nov 18, 1999 8:00 am
... Remember also to add to your root directory the file "robots.txt" to disallow private directories: if you write the file "secrets.html" I guess you don't...
224
Jody
KJB1611@...
Nov 24, 1999 6:46 am
Here's a short clip to number the lines between the Javascript tags. I don't know javascript so you will need to tell me what needs to be done to make it...
225
Bill Scott
bscott@...
Nov 26, 1999 7:26 pm
Hi All: sorry to bother you ... I need a simple fax software that will allow me to fax through my ISP is this possible to send recieve via your webpage .... ??...
226
Grant
emerge@...
Nov 26, 1999 9:31 pm
Here the url for René Brouwer offline zipped up version of his Web safe Color Choser. There is no exe files here just simple frames base HTML and javascript. ...
227
Lawrence M Hamilton, ...
lmhamilton@...
Nov 27, 1999 1:22 am
Bill, On Fri, 26 Nov 1999 11:28:57 -0800 "Bill Scott" ... I am not aware of any way to do this. I have gotten ads from Xoom, that say something about a free...