Tag Archives: Subject Material

Do you design with CSS or Tables?

That post got my family thinking. I was wondering how many people here however use tables thus to their webpages Tables or CSS Just what exactly say you MY SPOUSE AND I don’t design together with tables. I use CSS for those visual aspects regarding my websites. Easily am starting by myself site where I’ve complete control covering the markup, I employ CSS entirely. Easily am designing regarding vBulletin (a hint with the future ), then I try to write CSS in which modifies the markup without changing the markup unless necessary. vBulletin uses tables everywhere, that is very frustrating throughout designing sites. Moreover, it uses conference tables when tabular data seriously isn’t even used. i use tables for just one good reason. ive simply been makin web sites for about ONLY TWO. 5 years today i dont learn anything but HTML and tips on how to read Java and also PHP. i havent touched CSS yet CSS. The reason why A) it will allow better control; B) it’s the future, so better get on board sooner rather compared to later; C) it’s " new": Patient desigining sites to get over 4 decades, but only not too long ago moved … Continue reading

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

my new client INSISTS that I should set up a template for them

But they may be musicians, so I discover where they’re coming from. Also, I am already interested in a long-term maintenance contract with another client. Basically my clients will not be 100% code-savvy and so they want a system where should they type something around word, it can be instantly uploaded on the website. Does anyone know what type of thing I’m preaching about I said i always would do it, since I’ve heard about it actually becoming done, but currently I’m stuck. Bless you. BTW, I get TSW webcoder as my HTML software package, not Dreamweaver. Do need to learn much code to cut and insert the content towards the website, especially when the content is marked off in the code for straightforward readability. What I suggest, if you don’t want to add a CMS towards site, is to redo the site via CSS in the event you haven’t, create a distant relative div tag when the center content material, /* Comment that code where they should cut and stick */, and get them open any html editor and cut and substance the info. Sounds a tad Mickey Mouse, plus it will work when done properly, and it’s not … Continue reading

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

help with……..

wassup instant messaging new and i need help on produced teh perfect structure… i want any layout like aol msn… or anything that features a clean but attrative layout… any suggestions… help is required urgently… thanks beforehand What do you really need help on The particular code.. The subject material.. Certain image effects Your question is obscure. We know you’ll need help, but have you been handcoding the system, or using a version of a software well need to hand code the site… u know how yahoo is manufactured and msn…. every little thing is well content… organized is what i mean… thats what im tryin for getting… something like the 3 column system… Three-column styles are, from precisely what I gather, hell we know, especially when you no longer know exactly what height you desire the columns to become. There are, however, certain hacks to complete it if you browse online. Head you, Yahoo! and MSN aren’t exactly types of clean layouts. Way too much information packed in too little space. However Yahoo! is much better than MSN. ok but wat does one mean by hacks… please explain… tell me just how do i get the hackers… u2u me … Continue reading

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

Layout and Linkin

Hey, I Hope somebody can assist me. I am building a web site that I could host off our server. I am the computing degree student and I will be fairly technically good. I can use HTML, Javascript and also Java fairly competantly. I am endeavoring to build a website and We are unsure of will be best approach to have my pages to be able to load on my site. Alot of men and women use layers plus load with php so they really have a subject material section that alters but anything else stays the very same. This is what I’m going for however I dont discover how to go about the item. I have PHP guides and I will be fairly ok together with PHP but I’d personally say that We are a severe novice with PHP. I have a webpage at the moment, I am contemplating starting from the start with my innovative site. My present-day site is http: //www. catch22. my family. uk If the simple truth is I have gone for your effect by disappearing layers with our old site nevertheless it isn’t very cell phone browser friendly. I hope that someone can assist, … Continue reading

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

Layout

Alright, to make an extended story Short I’d like to see to make a layout for just a site, its kind of like xanga, so My organization is able to make my own ring layout for this. I know what I’d like the layout trend like and Concerning already made it in PSP EIGHT, But thats all I understand how to do. I was asking yourself what the steps were next… if I must slice It almost all up, or precisely what my next methods where. I also require help on how you can put it inside html, or If thats even what You want to use. I’m really sorry I need ideas of much, but can easily someone please guide me. I’ve tryed to find out all I may, but I guess I never look while in the right places. Bless you alot! The fundamentals are at internet. w3. org. You ought to at least recognize HTML, and a number of CSS, though the more CSS you learn the happier yourself will be. Translating some sort of psd into HTML CODE… First thing you intend to do is separate what is HTML-generated, versus visuals. samples of HTML elements: subject … 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

Need Help Centering my site.

POST use FrontPage 2000 and also am needing help attempting to center my web page from left to right to ensure when viewed around 1024 x 728 it truly is centered and as soon as viewed in SIX HUNDRED x 800 it truly is centered and derives passion for the entire article. MSN. com is setup with this. Any help is greatly appreciated, some other advice would also be appreciated. Our website is world wide web. fireprints. com Thanks ahead! can really have a good look at your code but when you add in your container around most you stuff along with set the border = 0 auto, that might perform. add this to the css Code: #container margin: 0 auto; and next this to html page just below your < body> Code: < div id=" container" > then close the div just before the < /body> Code: < /div> like i reported can’t see your code then it might not work perectly: classic: You have to add a width to the next containter… % or perhaps px A wrap all my content in some sort of container div… Code: < body> < div class=" container" > Subject material < … Continue reading

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

about web site layouts

I will be wondering if anybody has any thoughts for where to seem to have a bit guidance on creating a beautiful layout for a website, I have practical knowledge with coding but have little expertise with layout, or any tips there might be for layout patterns. almost any suggestions, sites, and many others… would be appreciated — thanks Try the following – Zeniltuo. com – motivation journey – Many website galleries in a page – identified this little jewel while flipping through one of several showcase sites talked about. ok thank you The " attractive" layout for almost any website depends upon its content type. " Attractive" is not really restricted to visual appeal, but also about how exactly enjoyable the subject material is. For that reason, your layout really needs to be the best in your layout of articles. If you assume users to hop around pages a good deal, use a naviagtion that is easy to gain access to (don’t use drop-downs, regarding example). If you have long articles, minimize the number of vertical scrolling by giving the most of possible width for your article (don’t leave space for any third collumn, etc). Regarding imagery sites, you … Continue reading

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

what program should i use

hi im only starting designing webpages. I have developed a design for my client we showed her. I recently made it around photoshop. Im slightly unsure of how to know what program to style the actual page in i’d like to use many flash and web coding. However my layout can be a graphic box which i have made in place. I need my links and details to go ott of this common box, however layers dont work nicely in dreamweaver. Should i create the box design in p’shop In that case import into often flash or DW simply things is layers dont prosper in DW along with i’m not sure learn to get links in flash i will email someone the theory and maybe they might tell me what programs to work with. Need urgent customer is getting stressed. Gives thanks Why don’t you post the design in this thread http: //kellybucksey. com. au/jmsfashions/ is what i have so far i made the whole thing in thumb then imported my own swf file in DW8. now i need to put an enter link inside bottom right corner over the brown. I notion layers would do the job. However when … Continue reading

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

Touchy Issue

I encountered this same case time and occasion again. I’ve just created essentially the most semantic, visually appealing website ever (well, which is probably an exaggeration! ). I hand everything to the client, which prefers to embed the content devoid of my help. I check back in a few days to see what sort of website is carrying out and decide to look at the code on W3C. I soon know that that my when flawless code now has numerous problems. This happens to my advice time and moment again, especially using static sites. I’ve tried avoiding the problem simply by inserting sample subject material that explains how to keep the code error free, nonetheless it does no excellent. My question can be: Is it possible to prevent this problem plus, if so, just how If your client has direct control covering the code, you can not. It’s unfortunate, but the only solution is that you should retain control on the markup. If they need to add content, let them exercise through some CMS in order to at least intercept the code they offer. i employ a client to that maintains his web site, not a wise course of action … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment
Page 2 of 41234