Tag Archives: Lt

How does textpattern or wordpress work?

Heya, I’ve been around web design for years, but ive for no reason used a CMS prior to. My question recommendations can i start using a site I fashioned in valid xhtml, and valid css along with kinda use hubpages or textpattern to just handle the actual posts, or do i must completely redo my pages with the ground up depending on what CMS i want to use. This question is bugging me for years. I just dont want to lay down some profit for hosting after which you can go intall wordpress only to learn that i must change everything, or use one of their layouts. Thanks in advance, if you need to see the site i want to use that CMS for look at an early type here. That has a CMS like Hubpages, you do work with their template in addition to customize it to help look like your website… so, it means you will start again. These extensive CMS methods use MySQL. Fantastic programs, but probably in excess of what you want Usually there are some other simpler PHP scripts that just work with includes to fit blocks of wording into your pages. You then possess … Continue reading

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

Page not found after submitting a form

Concerning a e-mail form on my phone page, and I has been wondering now for getting it to not think of the " Web site Not Found", following e-mail is published. Any help could well be appreciated. HTML: < mode mailto: " medomain" method=" post" > < p> Appoint: < br> < insight type=" text" name=" Name" size=40> < /p> < p> E-Mail Handle: < br> < insight type=" text" name=" E-Mail Address" size=40> < /p> < p> Information Subject: < br> < insight type=" text" name=" Information Subject" size=40> < /p> < p> Information Body: < br> < textarea cols=40 rows=10> Remember to type your principles here. < /textarea> < /p> < p> < insight type=" submit" value=" Put in E-Mail" name=" submit" > & nbsp; & nbsp; & nbsp; < insight type=" submit" value=" Very clear Form" name=" clear" > < /p> < /form> There exists my form. Would it be done properly Every thing looks fine about the page, Hey, a few things JUST ONE: Your form needs an action characteristic, you were almost there, you simply needed the mailto: part included in the methods value. TWO: I do not understand what DOCTYPE you will be coding … Continue reading

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

Sizes?

MY SPOUSE AND I made a layout on the size and i’m wondering what size it needs to be because i built one site that was 800 x 600 also it was fien to do and then my best mate looked at them and he said it was reapeting and is there how to make it to be able to adjust to ever before monitor Ideally we will have to see your code to supply you answers that get on with you. Then again, if you are using CSS, you probably have somethng like Code: . subject material width: 800px; /cpde If you use a percentage vakue, just like code . content thickness: 70%; That element can have whatever percent connected with it’s parent. Article your code Oh, I just produced an image in addition to set it because my background my spouse and i didnt use any codes. could you help me out there on coding your template Im making use of Photoshop cs2 as well as dreamweaver. How did you decide to do it then Okay heres a trial of my web page www. scargaming. awardspace. com hers our codes HTML: <! DOCTYPE code PUBLIC " -//W3C//DTD XHTML … Continue reading

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

Alternative scrolling…

We are making a site which is… err different. The theme involves the positioning being built in to a confined area. Therefore it cannot always be scrolled down inside conventional way. Easily allow this to happen the web site will decend by my design. I know i possibly could make a scroll icon in flash nonetheless i don’t totally desire my site to become flash site. Relating to heard of some sort of scrolling div. Would this a full web page Further more we were thinking about your down arrow. When a user hovers in the down arrow this page would scroll affordable. Is this perhaps possible without the use of flash This may be helpful. It is DHTML and you need to click to scroll. In such a example you can go up, down, stop, and back to the top. Should you read through your provided code, its fairly straight forward also , you can easily change the speed and size… dunno if this helps, but all the best .. Powerful Drive DHTML The issue with a scrolling < div> is that is always places both scrollers (vertical AS WELL AS horizontal). Maybe CSS3 may address the horizontal scroll … Continue reading

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

linking to images

Can easily anyone tell me how I can link to all my images in a new css documanet employing: qualifications: url(IMAGELINK) no-repeat; This works fine for that top banner of my site (and it really is obviously easier to help update images this particular way) but when i try to use it for all the other images in my site apart from show up. Consequently, in the interim, I’ve been obligated to revert returning to: < img src=" IMAGELINK" > while in the html pages. Can easily anyone tell my family what I’m performing wrong This is the code I use as an example: About the html pages WHEN I place the div, which consists of identifier where I would like the image to seem, like so: < div id=" bumper" > < /div> After which it in the css WE add the photograph, like so: #bumper qualifications: url(IMAGELINK) no-repeat; This works for my banner however is not my other pictures. That needs to be fine, but you’ll to set a great explicit width as well as height, otherwise the actual div will resize for you to its contents, which consist of nothing. Perhaps there is a reason that you’re … Continue reading

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

How image libraries work

Hi there! Could someone please explain how image libraries work It’s my opinion the images are connected to a database, a free of charge search on that database is finished via a search form which pulls the images up. Is this best done with Entry or MYSQL I’d like to create something fairly simple however am struggling a little with exactly how it really is done. Thanks Brian SOME SORT OF. My organization is not sure just what exactly you mean by means of image library. However how i describe it looks like you mean which the image filenames are stored within a database table. And these are then extracted and utilized to generate < img> rule. What you will have to do is 1: create a database along with a table. That table really should have a field for that image filename, plus an id area. Also maybe a field for 2 row was included, of type timestamp. In which case you would need a technology for example PHP or ASP in order to extract the values from your database table, and output the end result. Thanks for the! Sorry for your confusion – I am talking about an … Continue reading

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

Order Form Page?

Effectively, I have a teacher which i made a internet site for, and he or she sells Han’s Products for motorcycle cyclists. What I would really prefer to know is definitely how would WHEN I make an buy form or somthing prefer that to where those fills out information including: First Name, Last Name Product x Qty Posting Address Etc. How would I go about doing this I have learned to make the packing containers and radio’s plus everything, I must know how in making the actual mode to where that submits to a strong email address or somthing that adheres to that. Lightsource… Easiest way would be to use PHP. Your webhost must support PHP and also PHP Sendmail. Develop a webpage with the form like this: < sort action=" sendform. php" action=" post" > . . blah blah . the form here . . < /form> Give us a connection to the form, and we’ll offer you a PHP script to upload to the same directory as your web site. You can even just go for you to any website and copy their HTML form. We can work with that and teach you what to adjust. FYI, a … Continue reading

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

Why is my width being pushed to be larger?

Why is my thicker being pushed to be larger We’ve this site of which i’m currently doing: http: //www. linedetail. com Every page is fine except for: http: //www. linedetail. com/contactus2006. php For whatever reason the html belonging to the content in this page is causing the words " Web Web hosting service & Domain Names" around the left menu to be put on 2 lines. We’ve deleted and eradicated the table that is holding the speak to info repeatedly along with it’s contents. Unless the main table is removed for this, that is the sole time when what will look normal on the left. Thus, if you can certainly, help me learn why it is usually that the content on this kind of page is moving the center column for being larger than another pages. Thanks, -Line The answer lies in the code comments HTML: < td valign=" top" width=" 704" style=" padding-left: 5px; padding-right: 5px" > <! — Anything in here need to be 694 pixels or less in width —> It says right there that the middle section must not be more when compared with 694 pixels. You’ve got 704. That comment is that cell. The actual … Continue reading

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

web image help needed

Truly created some basic websites in past times, but I’m trying to create a brand-new one, and one element of it’s a large pixellated impression. I’m trying to produce an effect the place that the pixellated image is actually converted to written agreement, but then as the user scrolls above each square (which may perhaps be 10×10 pixels, or close to that), the square underlines in color. It does not have to be in color, it should simply be color as the mouse is actually together with the image. Now I know how to plan rollover images, but my dilemma is can this kind of be accomplished without programming each individual square Can there be some way to program the main image and in that case upload one graphic or does each one 10×10 square should be programmed manually Thanks for your help, it is definitely greatly appreciated! Viewing what you could have so far could be helpful…. If you’re able to give us your link. I’m thinking which the squares would not likely be images (as a. gif), but a new < div>… thus using CSS to touch all the mouseovers and also color changes. It might load much … Continue reading

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

optimum image size for web page creation

A client will probably be sending me. jpeg images to work with as I develop a web page intended for him. What dimension. jpeg do I gather I know their is an optimal size. I merely don’t know what it truly is. Thanks. Not sure nowadays, but leading to a boom of high speed, web design magazines that i followed suggested internet pages have a < 10k sizing limit. I’d say put them from the size you choose and then include them. It will also count on how many images and what sort of content you have on the webpage……. meaning you will have to look at the download time. And then if needed, you possibly can either shrink the actual image size or optimize them. Best of luck……

Posted in Web Design | Tagged , , , , , , , , , , , | Leave a comment
Page 17 of 50« First...10...1516171819...304050...Last »