273 Posted Topics
Re: Hi, I would say, start with a layout. Decided what navigational items you want and start google information from there | |
Re: [B]1. What is CSS? [/B] CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. Every element type as well as every occurance of a specific element within that type can be declared an unique style, e.g. margins, positioning, color or … | |
Re: Hi e_pech, Since Peter already give you an explanation. I will throw in some links for you. [URL="http://threesquared.net/index.php?page=scripts&i=login"][B]Simple user login script[/B][/URL] * You will need to login to download the script. [B][URL="http://www.tutorialized.com/view/tutorial/PHP-Simple-login-script/9963"]Login Script Tutorial[/URL][/B] Those i got by googling, so you can probably take it from here. Best of luck | |
Re: Hi Wolf, What your main issue is, that when designing, you went for a liquid layout. What i would suggest. Add a container and set the width. You would probably have to re-work a few css classes and graphics. But it will do the trick. Regards | |
Re: I have never worked with a uk domain. But what i would recommend, is contact [url]http://www.nominet.org.uk[/url]. They would probably assist you. | |
Re: Hello Cabman, Instead of me writing up all the code and getting all deep about this. I found a link [URL="http://www.inquiry.com/techtips/dhtml_pro/10min/10min1099/10min1099.asp"]Click here[/URL] That should solve your problem Regards, Marc | |
Re: Even with Iframes, you going to have to change every page. Just think about it, You going to have the same code for: home, about us, services, contact us ect. Except the iframe src. So when you want to update, you going to have to change all pages. Yes you … | |
Re: Hi, IE6 renders PNGs. Only doesn't support transparency. So you basically have two options: 1. Create your btn with the same background colour as the page. 2. Download a fix. Heres one I quickly googled. [URL="http://www.twinhelix.com/css/iepngfix/"]IE PNG Fix v1.0 RC4 [/URL] All the best | |
Re: Hi Metal, Try this: [B]CSS:[/B] [CODE=CSS] /* CSS Document */ /* ######################### ## Simple 3-Column Layout from CodeDesign.com ## Version 1.0 ##########################*/ * {margin: 0px; padding: 0px; } body { color: #FFFFFF; font-size: small; font-family: verdana, sans-serif; background: url(images/fade.jpg) repeat-x; background-color: #333; margin: 0px; padding: 0px; } a { color:#EA7500; … | |
Re: Hi ryy705, You will have to use CSS to achieve what you want. A example would be; [code] #col {width:250px;float:left;margin:2px;} #row {width:100%; margin:2px} [/code] And your html will be as follows: [code] <form action="ac_contact.php" method="post"> <div id="row"> <div id="col">Name:</div> <div id="col"> <input type="text" name="name" /> </div> </div> <div id="row"> <div … | |
Re: Hi Kained, Simple. Change the content height attribute to: height: auto; Should work. If it doesnt. Let me know. Will look into it further Regards, | |
Re: hello Vl, The answer to your question is: NO! There is NO! meta tag that is magic or one that can help you get your girlfriend back. Search engines base their results on many different factors, such as links, content, headings, domains ect. I'm not into SEO myself. But i … | |
Re: Hi dbow1, Create the following php document and save it as mail.php: [CODE]<?php $visitor = $_POST['name']; $visitormail = $_POST['email']; $address = $_POST[['address']; $tele = $_POST['tele']; $teld = $_POST['teld']; $notes = $_POST['comments']; // form validation if (eregi('http:', $notes)) { die ("Do NOT try that! ! "); } if ($visitor == "") … | |
Re: Dave, Just took a look at your site. Like the design alot, a bit image heavy, but nice. Now, about the div issue: Have to agree with Buddy. Can't see nothing wrong with it. | |
Re: Hi, Found a nice little tutorial for you: [URL="http://www.seoconsultants.com/css/menus/tutorial/"]Click here[/URL] Should give you all the info you need, plus you might actually learn something. All the best | |
Re: Hi Rohit, Yes you can. CSS is as follows: [CODE] select { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #000; font-weight:bold; [B]background-color[/B]: #666699; } [/CODE] That should work | |
Re: [B]Cooler CSS Menu[/B] [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Menu</title> <style type="text/css"> #navigation {height:176px; margin-left:10px;margin-top:5px;width:210px; float:left;} a.menu_link:link{background:url(images/menu_indicator.jpg);background-repeat:no-repeat;background-position: left;padding-left: 15px;text-decoration:none;color:#000000;} a.menu_link:active{background:url(images/menu_indicator_over.jpg);background-repeat:no-repeat;background-position: left;padding-left: 15px;text-decoration:none;color:#000000;} a.menu_link:visited{background:url(images/menu_indicator.jpg);background-repeat:no-repeat;background-position: left;padding-left: 15px;text-decoration:none;color:#000000;} a.menu_link:hover{background:url(images/menu_indicator_over.jpg);background-repeat:no-repeat;background-position: left;padding-left: 15px;text-decoration:none;color:#000000;} </style> </head> <body> <div id="navigation"> <p><a href="#navigation" class="menu_link">Example 1 </a></p> <p><a … | |
Re: Haha, that explains why you all for them!? Have they got a website? Portfolio? I don't mind taking a look at their work and giving you my personal opinion. | |
Re: Hi e_pech, This is what I would sugguest. Pull the file from its current host. Upload it to one of the MANY file hosting providers on the web. E.g. Mediafire Rapidshare sendspace megaupload ect.. It's free and should solve your problem. Regards. If this reply solved your problem, please mark … | |
Re: Hi, Not sure if I understand your question but let me give it a bash. In the line of work I am in, I usually have to roll out atleast 2 websites a week (HTML & CSS - So it is usually quick). This forces me to start a new … | |
Re: [B]Things You Will Need[/B]: - 1. Virtual Dub - Download [url]http://jaist.dl.sourceforge.net/sourceforg...alDub-1.7.1.zip[/url] 2. Goldwave - Download [url]http://www.goldwave.com/downloads/gwave518.exe[/url] 3. A Computer – Can Not Download 4. A Brain – Can Not Download. But Mine Is For Sale on Ebay [B]Goldwave [/B] By, Sam Fisher (Punisher0286) 1. File -> Open -> Select which … | |
Re: Usually all sites open when using a different browser, its just the way that it is displayed that is an issue. Using good, clean code (sometimes a bit of hacking) does the trick. As for resolution, 480 is being a lil wierd, I'd say 600 is a good place to … | |
Re: This is what i would sugguest. Save yourself some time and upload these images to your server. Linking images to a media host isnt the way to go (at least not long term). If creating thumbs is proving difficult. Use some server-side to get it done automatically. Sure there's tons … | |
Re: Its pretty simple to do with a little js. But i won't be spoon feeding you. Visit the URL below. [URL="http://homepage.ntlworld.com/bobosola/"]Here[/URL] Read a bit... and intergrate. Best way to learn is to practice. If you stuck, just ask. | |
Re: Its probably something wrong with the 'htaccess.txt' or the 'httpd.conf'. Check the files out. If you don't have access to them or don't know what you doing, send an email to your host and they should solve it for you within the a couple of hours | |
Re: Thing is... when it comes to footers.. They really should be at the bottom of your content and not the screen. Just think about it!? Would you continue reading even when there is no content? Anyway, I kinda understand where you coming from (after viewing your site). So here is … | |
Hi unix heads (:) Actually feeling pretty HiP considering its my first time in this section of daniweb. For some reason... my url loads "mail.domain.com" instead of public_html... Which is odd. All my files are in the public directory yet i can't access them, unless ftp-in. Any ideas? | |
Re: Edit>Preferences(ctrl+U)>Code Format. Mess around with it still you happy. hope it helps | |
Re: Even better, [B]<div>[/B] your menu in the template and link to a seperate HTML. When editing, you'll only have to do it once | |
Re: I'll take it you a noob.... Always try google before posting. Shows some ambition on your part. A simple search string of "cs3 tutorials and lessons" yelded 516,000 results. First hit, seemed to be adequate [URL="http://www.khulsey.com/student.html"]http://www.khulsey.com/student.html[/URL] Try it next time, you'll be amazed | |
Re: 20 15 -think the main font could be nicer | |
Re: I'd suggest CMS, there are tons of them out there. But I'm a big fan of Joomla! because of all the modules and components. There 25 in Real Estate alone. Some GNU others commercial. Check it out, see if it'll be suitable. Good luck and all the best | |
Re: Both site links are down. Can't view source. But i'd sugguest checking links (like MidiMagic stated) a very common problem i've noticed is cases (upper and lower), double check link extension cases and ensure they are EXACTLY the same as the images | |
Re: I'd say xhtml. Can't go wrong, will force you to code properly sticking to XML rules. PHP is also extremely useful. Got alot of material out there that covers both PHP and mySQL, which is a big bonus, cause you'll learn dbs aswell. | |
Re: CS3 is the best. It has everything CS2 with WAY better workspace management (toolbars dont float over it for one). Can still use the same tuts for CS2 and all (exactly the same). Plus more extensions are supported (if you using extended). CS3 is the way to go. Trust me. … | |
Re: If you'd like to host locally, I'd suggest [URL="http://www.easyphp.org/telechargements.php3?lang=en"]easyphp[/URL]. This would probably be a good idea before going live. To speed up the development process | |
Re: Maybe so.. but corel is like a hybrid, and doesn't really focus on one area (ie illustration or photo editing). So instead of using two SOLID programs to complete a task you end up using one all rounder (which has half the power). So if you already good with photoshop. … | |
Re: If you feeling lazy, download this application, haven't used it but maybe it will be of some help. [URL="http://pcwin.com/Business___Finance/MySQL_Move_to_Another_MySQL_Database_Software/download.htm"]Link[/URL] It is a trial, so im unaware of the limitations | |
Re: There are ever so many reasons to love PHP and MySQL. [B]Cost[/B] [B]The PHP license[/B] The freeness of open source and Free software is guaranteed by a gaggle of licensing schemes, most famously the GPL (Gnu General Public License) or copyleft. PHP used to be released [B]Ease of Use[/B] [B]Cross-platform … ![]() | |
Re: Looks exactly the same to me buddy... Test on windows xp sp2 [url=http://img340.imageshack.us/my.php?image=browsersey9.jpg][img=http://img340.imageshack.us/img340/2816/browsersey9.th.jpg][/url] Not happy with that.. [URL="http://browsershots.org/http://ps-gfx.net/"]here's [/URL]screenshots from every browser, If the time has expired. Just extend. Haven't actually seen the shots myself. Dont have time to wait for them to upload. hope it helps macneato | |
Re: What i dont get is... how can you not have the FLA? Cause if you did its a matter of seconds | |
Re: Could of just used orbit grabber to get the url. but never-the-less... You got it | |
Re: [COLOR="Red"]Import the flv into flash. Go to the last keyframe (in the timeline) and add the actionscript there...[/COLOR] [U]Explained[/U] The basics: [LIST]In the Timeline, a keyframe is a frame with a solid dot in it. A keyframe is a frame where a change begins or ends. [/LIST] [LIST]To add a … | |
Re: What you want to do sounds pretty simple. Don't think you need a web developer. Check out Joomla! tons of people in the community willing to help, plus millions of free (and commercial) templates available, not to mention the flash(avi) extensions to choose from. Good luck and wish you all … | |
Re: [url]http://www.freecsstemplates.org/[/url] Should find something you like. Good luck | |
Re: Dont forget to drop the caps, not good practice with HTML. | |
Re: farmaan.. is just lazy, start a new thread if you'd like assistance. |
The End.