Tag Archives: Shape

Forms

I became trying to work with forms/text boxes in html also it wasn’t workign way too well. Could anyone convey to me how I could make it so upon clicking a submit on a page, the content of an specified textbox can be emailed to myself Welcome into the board, Malicious_XHC. Having the contents of an form emailed back (or a textbox) is the answer any one of about a 1000 ways, but encourage have one matter in common: they might need the knowledge of your programming language apart from HTML (ASP, PHP, CGI, and I there’s a way in JScript although don’t hold me to that particular. ) So a very important thing you can do is discover which languages, in the event any, the host within your site supports and ask how to do the shape in one of those languages. Have a look at the forms article at www. htmlgoodies. com Craig.

Posted in Web Design | Tagged , , , , , , , | Leave a comment

Stretching a page ??….

Hy, We are very new to this forum, and I am hoping to get a few help here (-: I was wondering how I can make an integral part of a page " stretch" in order that the whole height of that page is loaded. Therefore, I have a layout of hospitality attire table, 600 pix wider and 550 pix heigh; I now want we have an integral part of my page below that table is actually " stretched" in order that the whole levels is filled. The next table below should fill up the page making sure that the exact height to the page is reached. (that should work in a number of resolution, 1024, 1152, 1260,…. ) May this be done Thank’s Renzo Im not exactly sure what you indicate, whether you would like the table in order to stretch, or whatever was in the table in order to stretch. If it’s the table you need, you simply have to change the height/width parameters to 100% rather then an absolute value. I feel he means making use of percentages too however yeah im quite lost if you’d like percentages then the particular code should appear like this < … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

form page help please…

I’ve made a form and i am ready to publish towards web. However once i do i understand this error message. Error 405 Method Prohibited The requested method POST isn’t allowed for WEB ADDRESS /mscharb/_vti_bin/shtml. exe/BookaParty. html now I’ve no vti_bin or maybe shtml. exe file upon my root server are these claims the problem If so where do you find this files to add to the server in making this form produce the exact result I want. I’ve never seen any shtml. exe file women and men template for the shape I used acquired it. You should Help Thanks in advance A. exe file is surely an executable program, no webhost would let you run a application on their equipment. If we might see the web page you’re working on it would be easier for us to provide you with what you need to do. http: //home. cogeco. ca/mscharb/BookaParty. html Recommendations the link towards form page. Thanks in your help in enhance. If you may make a mode, you need to create a script this processes it. You can apply this in PHP, amid other languages. The script you make should exist though, it can’t be Code: action=" http: … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

index pages and frame sets

Hi My business is starting out learning website development for a fiew ideas Relating to. I have tried to put together a site making use of dreamweaver. I understand out of my reading how the index page is key and needed when making a site. I have a simple TWO frame site but while i name the " shape set" as the index page the site is not displayed much like the index page seriously isn’t being found. Can anyone offer be an aid to someone starting out gives thanks invert dont employ frames they awful Anything made in frames can be achieved better with conference tables.. have u became a design for ur site that marilyn and i can see as well as help u generate Code: < html> < head> < title> Main Title< /title> < /head> < frameset cols=" A HUNDRED AND FIFTY, *" > < shape name=" contents" target=" main" src=" page1. html" > < shape name=" main" src=" page2. html" > < noframes> < body> < p> This page must contain content men and women who have frames disabled are able to see. < /p> < /body> < /noframes> < /frameset> < /html> Using Eyeglasses, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

frames problem

hi i am new to html coding and still have run into issues designing my website. i am using frames and also the problem i have is the fact that when the eyeport size is minimized the frames stay for the same size, ie each one is cut away. obviously what i can do is get the frames to automatically resize equal in shape to the screen size the internet page is displayed about and still show whatever in each frame And not having to use scrollbars. im sure this can be possible and probably not difficult but i havent became a clue precisely how and none in the online tutorials seem to take this into acount. tia for any help! Good, specify your frameset rows or cols which has a * on your rows or columns that you like to be scalable. Then, use a fresh layout (width=" 100%" for tables) inside those rows or columns to create the contents stretch without get cut down. catalog. htm: Code: < html> < frameset rows=" TWO HUNDRED, *" > < body src=" left. htm" > < body src=" right. htm" > < /frameset> < /html> left. htm: Code: < html> < … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

Some help with frames.

I am just using Dreamweaver to generate my site and Relating to 2 frames. One the best and one around the bottom. I’ve never employed frames before and I’m uncertain what I’m accomplishing. For starters I’m not even sure how in order to load my site backup in dreamweaver together with all frames intact. I can only load one at any given time, then have to add the frames, then load each page into your proper frame. Anyone learn how to get the whole thing to insert at once Since I can’t obtain it to load all at the same time in dreamweaver, how am I going to get it to load like that on my site Do i name one of many pages index. html document… I’m totally confused. One page will probably contain the linking info with the other frames. Code: < html> < head> < title> Untitled Document< /title> < /head> < frameset rows=" 60, *" frameborder=" NO" border=" 0" framespacing=" 0" > < shape src=" header. html" name=" topFrame" scrolling=" NO" noresize > < shape src=" main. html" name=" mainFrame" > < /frameset> < /html> Just help you save that as index. html. header. html are … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

Form on a Picture in Dreamweaver?

I’m wondering if you possibly can put a " Phone Us" form using a picture in Dreamweaver. Might that be carried out with layers or something The picture will be just a shape exported from Fireworks and one among the picture is actually here. http: //friedrichsenfamily. com/samjana. htm Disregard the stuff inside frame presently. I’m just wondering if this is do-able I understand I could do away with the picture and place the form on that page alone, but I got trying to maintain same look on each of the pages. Could you individuals tell me what exactly I’m missing plus maybe point me inside right direction Thanks Much, Joe You want the picture as a background for the shape You could established the image as being a background in 1 table, then insert the form over top indoors that table. Likewise, you can use CSS for making the elements belonging to the form (input box etc) to own a background photograph, much like this forum does. Li Brad CSS is probably the best way to do the item. < mode name=" foo" action=" foo" method=" foo" style=" background-image: url(" pathtoimage/foo. jpeg" )" > Thanks Guys, I’m in a region … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Does the size of the computer screen affect the way web pages are viewed?

After a friend observed my site for initially, he informed us that my major banner is not available on Internet Explorer. Next time i viewed the web-site, I saw no not available. Everything seemed acceptable. Does the size on the computer screen affect how web pages tend to be viewed Only the resolution with the screen can change the display on the webpage. Are you viewing it within a different browser than IE Li Brad You possibly can simulate different resolutions by using a plug-in for Mozilla Firebird. … Or by making use of JR’s resolution viewer inside ‘tutorials’ section. It is best to refer that width thing to resolution. As well as affect the technique webpage are seen. < — if you can’t specfic the placement of objects as part of your webpage. You possibly can fix that having fix-size table (or shape, or whatever). Remember not to ever use % pertaining to height and bigger. But for the people with smaller coomputer sceens, resolution is actually affected by its monitor width and video card also. I always idea that only resolution affects web site viewing, but if you need to get technical, thus does the observe, video card, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

Aligning to top?

Alright, I’m trying for making my page among the list of 100% vertical grow sites centered down the middle of the screen that contain gotten so popular. Problem is, I can’t learn how to do it. After i put a stand in Dreamweaver intended for my images, it won’t okay get anywhere near the top of the particular screen so there’s a major gap between my table/image as well as URL bar. What gives WE see everyone else practice it fine… Whenever you click in the table cell thinking that text cursor appears, look at the actual properties bar. About the bottom-right there really should be 2 words: Horz: Vert: And then to them really should be a drop-down menu while using possible selections: Default Top Bottom Middle Beside the ‘Vert’ phrase, go to the actual drop-down box plus select ‘Top’. This should work fine along with your problem should become solved. Sorry for the long post and With regards to I was of some help to you! There is a number of margin usually explained by most browsers to the body element which will not permit you to reach the pretty top or sides of your respective browser. You … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

need help on creating a bar that adjusts to user’s resolution

I am trying to develop a bar across the top of my web page that adjusts for the resolution of that user’s screen so that whatever resolution the customer has the bar spans across the screen. If someone could possibly give me some cheap do this that could be great. Many thanks What would that bar contain Would it you need to be one plain color or would the item have an image in The bar is a shape of a wave which has a red/white diagonal gradient. If the bar repeats itself arfter a period, then you might cut the image to that width and then are repeat as the background to somewhat of a cell or a new div. What regarded as a do If the bar won’t repeat itself. I am very new from this. I want to buy to do a similar thing that ‘microsoft’. com’s top bars do. If you modify the resolution on your screen that adjusts while the rest looks to always be set for 800 x 600 pixels. I am using Dreamweaver and various Macromedia programs that will put the site mutually. Well, if one side in the image is yet colour, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , | Leave a comment
Page 1 of 612345...Last »