I think that I was a little tired when I typed what I typed. What I meant by it all is explaining how things work without using UNNEEDED acronyms and jargon. There is a certain level that is needed,...
I know I could use some good plain-english tutorials on PHP. I have many books and the are boring and quite simply tech it up too much to keep the brain stimulated. I understand most of the jargon,...
Looking at it again, each block going to take using iframes so that each piece load independantly. The top bar will be nothing to make. The menu part in second bar will take a little more, but I have...
That format can be achieved by a simple table, background image and placement of text in a table. Code would take just a little bit more than the space I am using to write this response. Gimme...
Sounds like when you are uploading the index file, that you are not uploading it to the proper folder on your server. OR, your server is not replacing the original index file with the new one. Make...
First of all, all that   is unnecessary. And the <P> text should be inside a table so that the text will form fit the table dimentions (making all that <BR> unnecessary as well. Aside of that,...
Someone mentioned AJAX. I went to a page that used AJAX for just about all the handling of the page. WOW! is all I could say. In reference to keeping load off of main page content loading, that AJAX...
I have the beta IE and worked fine. Are you sure that your targeting set correctly? Sounds like a stupid question, but as I can see works great. Is there a specific browser that is having the most...
trying to do imagery on a laptop is the first problem. Laptops dont cool even near as well as desktop comps. That has been the problem since when I was troubleshooting Toshibas when they were the...
You can download them and then redo some of them as you like with PS CS if you go into folders and replace the icon images too. You can replace them with some quite funny things if you want to spend...
Try using this. Use current text tags (<P> or <H> or whatever) for first menu part. Keep div in same table. Then new table for each menu section. For a look at what I mean, look at www.shixter.com....
Ok, here is the example I am looking at altering so that I can get multiple choices based on previous answer. It is located at HTML Goodies : HTML and Graphics Tutorials : Forms Tutorial: Altering...
Could you be more specific? I really do need to get this form working soon. I really dont want to have to make multiple forms if it is avoidable. The more interactive form just seems to be a better...
I have read through some tutorials and different things and have found that it is quite easy to trigger certain answer options, but here is what I am really needing for the form I am trying to make:...
nevermind. I found this script in the tutorials master list. Just thought I would show it in case anyone runs into the same problem in the near future.
I cant remember what i need to add to remove the underline in my links as well as setting link color back to the color I want instead of that stupid purple or blue. Please help.
I built the page straight on server. Hand coded simple html page, with simple table containing text. I think what I will have to do is actually use a simple text document and call it to the iframe I...
I made an html page displaying some text and some of the workds have apostrophies in them and they come out like ’. I cant think of how to fix that. And more importanatly, avoid it altogether. How...
Thank you very much. That will help me alot. Do you know anything on how to prduce an iframe that will expand when a popout expands so that content is still help in iframe without scrollbars?
can you tell me more. I am looking for what script I need to insert in the html link code to make it happen. But, with MSIE7 I need to make sure that it make a new page to open reguardless of the...
Well then solve this for me. You sound pretty smart about what i am looking to do. Say I am using a menu style in dhtml or javascript or whatever countless scripts there are out there, then how could...