david hodges

Greenhorn
+ Follow
since Jul 14, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by david hodges

is there a simple way of just increasing the length on an input box?



thanks!

david
I still can't get the inside border to match. here is my code:



there is a small, white, outline on the left of my table. i tried setting the border to "0" but the line is still there. Maybe there is a way to increase the cellpadding on only the far left and right so i wouldn't need the extra columns?
is there a way to change the border color of a table to match the background color of the table? something besides white. thanks.
thats my problem, i dont know what to put as code for the asp page. i'm trying to figure it out from a JSP book but it has to be in HTML and i can't figure how to change it over.
thats my problem, i dont know what to put as code for the asp page. i'm trying to figure it out from a JSP book but it has to be in HTML and i can't figure how to change it over.
this is what i have:

i can easily create a form with a few boxes and different options but i'm having alot of trouble with the submit part which i think should be rather simple but doesn't seem to be. i want the inputed information to be saved in the same folder as the HTML files or something close to that. Is there a way to do this? thanks in advance.
thanks for the help! i used your idea with a few changes of my own and it works very well. i'd show you but i'm having trouble inserting code into this text box and its pissing me off so i just gave up. thanks again!
right now i have three frames-one is a table with a set of thumbnails in it, the other is an enlarge frame so that when a thumbnail is clicked, it is enlarged in the other frame. what'd i'd like to do is instead of enlarging it in another frame, i'd like to have it enlarged in a popup window. i will have nearly 100 thumbnails so i need a way to enlarge them into a popup without having to create 100 separate HTML files which i can already do. any help? thanks in advance.
is there a way to put a border around only the outside of an html table. i found ways to put it on top of each individual cell or to the right and left but i dont want that. i have a table with 3 rows and 6 columns and just want a box around the outside. is this possible?