... OK. I've now found out how to do it. This is a special case for an on-line motorcycle club membership form, where layout is important for clarity (large...
... Sounds OK. However, how are you going to ensure that when you first set a cookie, you are setting it for the right type of user? For example, a user logs...
I don't think any of your proposed solutions address the real problem. The real problem is not security. The real problem is that your website is not doing...
Hi I'm pretty new to this list - so apologies if this has been thrashed out before. Does anyone know the best way to completely fill a web page? I've always...
Try adding this short bit of code to the head of your document. All you need is the style part of this. Also on the background part edit that as needed if no...
excellent thanks I knew it must have been a style sheet element - but couldnt quite fugure out what. ange ... you need is the style part of this. Also on the...
How do you get a background image that appears to cover most of the background faintly like a watermark? TIA, Terry Terry Carson, RN Clinical Applications...
... I believe those are usually accomplished by simply designing the image that way - running it through some processes in a graphics program that greatly...
Yah I had the same question a few years back. Now bare this in mind also if you use a website such a geocities or something there may be issues with the very...
You mean similar to what I did here? http://www.geocities.com/worldpeacetoday2003/hiroshimapictures.html This is actually a transparent image that is centered...
After you adjust the image, do you place it in the background in the <body> tag? I want it large and taking up most of the background and found when you put an...
"permits them to safely and legally ride a motorcycle" Since when does riding a motorcycle involve safety and legality? =D - - - - - Lokrin (TechAss) Technical...
Hi, I am taking a basic web design class. I am waaaay behind. Would anyone be willing to look at my files. Most likely it'll only be small changes to my...
To keep the image from repeating AND fix it in the center of the screen: <style> Body { background-position: center center; background-repeat: no-repeat; ...
Looks great… But you need more info on the place you are doing the site on-THEN you will have more used on the page! e-m@il from: Pamela [Non-text portions...
The bgproperties value only works in IE though. If you want it to work in Netscape as well perhaps javascript is the best way. Try the script below on your...
The bgproperties value only works in IE though. If you want it to work in Netscape as well perhaps javascript is the best way. Try the script below on your...
... To get a layout effect to work in both IE and Netscape (and other browsers), I think CSS is much more preferable to using javascript. It's usually...
Thanks Lexi, I will try this. Terry Terry Carson, RN Clinical Applications Specialist Information Systems [Non-text portions of this message have been removed]...
Seems you can do so much more with CSS! Thank you! Terry Terry Carson, RN Clinical Applications Specialist Information Systems [Non-text portions of this...
I am conducting research for myself and a client. I will compile the answers I receive off line and send them to the group. I'm sure that many of you would...
This is my code: <div align="center"> <center> <table border="3" cellpadding="0" cellspacing="0" style="border- collapse: collapse" bordercolor="#000080"...