Tag Archives: Element

Centreing A Web Page?

Hi guys, Im rather new to website design and I appeared to be just wondering how I’d go about Centreing my website Because at the moment it sits with the very left of the page and seems to be rather bad when it can that, I need it centred like that for example: www. clan-thr. com Thanks beforehand. -Dan Initially welcome to WDF. Add this code in your CSS file: Code: body text-align: core; margin: 0 crash; Thanks a whole lot man! This proved helpful really well! Your website looks good now Thanks -Dan Embarresing, although whats the CSS record A cascading down style sheet. It is an external file with a. css extension that is definitely called by the webpage that types the webpage. http: //www. w3. org/Style/CSS/ A small adjustment + justification… The particular minicodetext-align: center/minicode is just not necessary. Doing this may make all the text around the html page based unless otherwise chosen. When you use two values in CSS, it is for positioning, the best one is for that second one is perfect for. So by adding minicodemargin: 0 crash; /minicode you’re saying start with the top, and core horizontally. This will apply at background-position … 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

Template Issues

Hello there all, I would like some guidance having a template that i’ve used to develop www. ascentsation. com 1) i would like every single child utilize the " true estate" on the suitable hand side—with sometimes tables from each of my categories—or together with more specials as well as clearance items. 2)i would choose to include a " scrollable table" for every category like which at www. fragrancenet. com regarding men’s fragrances, women’s fragrances, unisex perfumes etc… almost any, and all suggestions could well be greatly appreciated Regards, cdbrown Regarding number 2, that site provides used frames to undertake it. You can perform the same point with CSS. Wrap the part you should scroll in your DIV (minicode< div id=’something’> HTML< /div> /minicode), then add minicodeoverflow: scroll; /minicode for the CSS element concerning that div. You should give it a fixed height. It makes this content scroll besides streching the div. For ones first request, getting a little more difficult since you’ve applied a template, but not your own design. erm everyone used a structure, cant you acquire introuble for employing templates or does one mean the ones that come with dreamweaver I’m sure your a minor like me, … Continue reading

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

Nested Divs

I’m currently working on a webpage for my you job information. On the reception page I’m creating a problem with the < div> using boarders strectching to be able to surround several < div> s inside. The only problem with this is when I float your nested divs to get the images covered up the national boundaries ignores them http: //www. phoenixbehavioralhealth. com/phones. html code. Is there ways to have the border automatically adjust on the size of the particular elements inside although they are floating Please ignore all the broken links to images Patient asking a coworker of mine to have me some images but to no avail adjusted yet. Any help with this issue would often be appreciated! I’m considering it with FireFox and IE. Which often browser does the item appear correctly in IE has your name above the photos as well as the border appears to go around both brand and photo. Whenever you get photos around there, things may possibly look different having FireFox. Placed some blank. jpgs in there for now. Well even in IE in the event the page width is adjusted to become smaller the previous picture floats outside the border. I … Continue reading

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

image site with upload facility

Hey guys, just finished using a client who want me to accomplish a web site for him. she has about 550+ shots (high quality photos) which he wishes to put onto a web site. however he wants to help you for anyone that will upload photos from anywhere in the world and also form them into numerous catagorys. from what i am aware of, i’m going to acquire to develop some sort of php script to touch to fetching of the image, and the databse to prioritise the images….. i will be going along the ideal lines here the guys wishes to have a web-site like ‘flicker’ yet he says your files get weaken and lose quality so they’re wanting something similar but 1 it does not lose quality. seems like the most big ask as i do not own experience on developing this kind of sites, any pointer could well be grand. This will sound like a big job, but you could possibly find an existing PHP/MySQL gallery script that does the best thing…. especially the element about not compressing shots. I would look for around using Google and try to look for something close to the best thing … Continue reading

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

Need help with forms!

Ok I will be a beginner on making websites and I am wondering how I’d make someone have to fill out a field (in this case it is just a checkbox to be in accordance the terms and conditions) Here is what I get right now Without thinking about your attachment, there are a few ways. To begin with, it is advisable to let the user know which areas are mandatory. This is largely done by providing that field a asterix and somewhere close to the form state that an asterix(*) means that is the required field. To actually ensure they don’t miss a field, you would assign in which form element into a php variable, toned it, and and then check it’s duration. The reason behind trimming, is than a smart user could simply fill ones field with spots, so technically the variable may very well be equal to… PHP: $required  =  $_POST’required_field’;   //  could  be  equal  to  ”          ” So, make it happen instead PHP: $required  =  $_POST’required_field’; $required  =  trim($required); Then use strlen to check the length. In the event zero, the field is empty. Also, similar can often be done in … Continue reading

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

Adding ‘print this page’ and ’email this page’ functionality

Hello everyone, I’m attempting to add a ‘Print’ along with ‘Email’ function that will certain pages on our company’s web site. I already recognize I should probably add the latest stylesheet for offline media, but as for adding the features, I don’t know what to do. I was hoping there’s a simple way to do the idea using Javascript, or else, my only different alternative is ColdFusion (which the site is done in). Assistance! JS: http: //www. javascript-page. com/printpage. code That ended up being quick – thank you! That’s half my personal problem down: squareeyed: Oh, I never observed the e-mail element. You may not use JS to be able to send e-mail I am just afraid. From what I’ve observed in other sites’ form code, it appears how the ’email this page to your friend’ buttons submit to a PHP code regarding some kind. Consequently, I guess I might need the ColdFusion version of that. I have some sort of PHP background so I have no idea of if this is usually feasible in Coldfusion. In each page, collection a JS adjustable to window. location and fixed a hidden form element for this variable. Next, that forms action tag … Continue reading

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

Best software for a newbie to use?

I’d like to create an online site for a house service business that has 8 pages. The property page, a " might know about do" page, testimonies, contact us, faq, a sales mail page, a fit page and an order page of which utilizes Paypal and 2checkout. Is there software with some sort of shorter learning curve which may help me create a decent looking internet site I only realize html and are barely proficient by using Photoshop. I haven’t hired anyone to undertake it because I have no idea of that I’m specialized enough to explain what I want properly and I really need to find out how to build a website. Any suggestions will be appreciated. Theresa Just look through the forums below, and you will dsicover several threads just like this one. You need to learn CSS and also HTML, first, then go from there. In addition, if you planned to pay someone to complete the site for yourself, then you shouldn’t have to worry about an individual being technical adequate, your designer will be able to work with you to definitely get what you look for done. Now, I’m not saying that all designers usually are … Continue reading

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

Rotating Page elements

OK I’d like to see to rotate my own navigation container by means of 40 degrees counter-clockwise. I might also like this to retain the CSS styling attributes. This would display the links from an angle. Accomplishing this in flash could be no problem in any respect, however I possess never really liked flash to get used for selection. Can this end up being done with both CSS or Javascript If it can not be done with either does someone have any creative options on achieving that effect To my knowledge it can not be done by often CSS or Javascript. Remember HTML is really a grid. A time back I managed something similar, but I had to use backdrop images with word. So the text within the image was with an angle, women and men link itself had been a rectangle. If someone altogether different knows a fancier way to do this, awesome, because I’m now subscribed to this thread Damn. I was hoping the canvas element might have allowed this somehow, but sadly it does not support even attracting text, much much less applying its transformations to it. Otherwise it’d be interesting provide to take an existing element … Continue reading

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

Need Help SLICING — Help Please!!

Heya all. Well, I’m okay using the graphical side of website development, I know basically nothing of coding. I went and designed this website, I read a lot of slicing tutorials and I just now can’t get it right, not just that, I don’t know how to handle it once I upload it to Dreamweaver. I had been wondering if anybody could please slice the website for me. That is definitely all. I’ve been looking for it done for approximately three weeks now and I merely can’t get them. I’m really having to get it executed. Thanks. I’d plan to send through MSN/AIM/Email absolutely.. or upload somewhere to get downloaded. As long as I know, slicing won’t have almost any effect to occasion loads. Meaning, even though you slice the image enough time to load your website is definitely the same.. But in case you still want in order to slice the photograph, you could deliver me an e-mail and I’ll try that can assist you as best as I could. Slicing probably have a (tiny) effect on the image sizing’s, but will likely slow things down due to multiple resource requests on the server. So I’d claim reduce the … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment
Page 3 of 712345...Last »