273 Posted Topics

Member Avatar for mira216268

Hi, I would say, start with a layout. Decided what navigational items you want and start google information from there

Member Avatar for mira216268
0
120
Member Avatar for sreein1986

[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 …

Member Avatar for peter_budo
0
123
Member Avatar for e_pech

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

Member Avatar for e_pech
0
98
Member Avatar for jaidanwolf

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

Member Avatar for sreein1986
0
215
Member Avatar for MDGM

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.

Member Avatar for peter_budo
0
138
Member Avatar for Cabman

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

Member Avatar for Cabman
0
73
Member Avatar for Andrew_b

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 …

Member Avatar for Andrew_b
0
66
Member Avatar for forzadraco

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

Member Avatar for macneato
0
106
Member Avatar for Metalsiege

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; …

Member Avatar for Metalsiege
0
143
Member Avatar for ryy705

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 …

Member Avatar for MidiMagic
0
91
Member Avatar for kained

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,

Member Avatar for kained
0
145
Member Avatar for VIeditorlover

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 …

Member Avatar for tiger86
0
125
Member Avatar for dbowe1

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 == "") …

Member Avatar for macneato
0
80
Member Avatar for daveroesch

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.

Member Avatar for tiger86
0
73
Member Avatar for OmniX

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

Member Avatar for macneato
0
76
Member Avatar for rohitrao

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

Member Avatar for macneato
0
64
Member Avatar for allhimachal.com

[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 …

Member Avatar for macneato
0
135
Member Avatar for darkkore

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.

Member Avatar for macneato
0
137
Member Avatar for e_pech

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 …

Member Avatar for macneato
0
99
Member Avatar for GumTree

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 …

Member Avatar for macneato
0
82
Member Avatar for ozeeo

[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 …

Member Avatar for 2bu
0
845
Member Avatar for Alv45525

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 …

Member Avatar for Alv45525
0
99
Member Avatar for SAMSEIED

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 …

Member Avatar for macneato
0
142
Member Avatar for CassieJ

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.

Member Avatar for autocrat
1
105
Member Avatar for Perfectdarke

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

Member Avatar for Aldhelm
0
104
Member Avatar for Geminyi

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 …

Member Avatar for MidiMagic
0
107
Member Avatar for macneato

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?

Member Avatar for Belrog
0
75
Member Avatar for punkrockbboy

Edit>Preferences(ctrl+U)>Code Format. Mess around with it still you happy. hope it helps

Member Avatar for Dsiembab
0
94
Member Avatar for adam782378

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

Member Avatar for HI2Japan
0
80
Member Avatar for comlom
Member Avatar for rajpreet

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

Member Avatar for fredalyn
0
67
Member Avatar for JasMate
Member Avatar for irptampabay

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

Member Avatar for reedone816
0
186
Member Avatar for karlion

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

Member Avatar for MidiMagic
0
81
Member Avatar for kavithakesav

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.

Member Avatar for macneato
0
96
Member Avatar for black3

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. …

Member Avatar for macneato
0
75
Member Avatar for ndeniche

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

Member Avatar for ndeniche
0
135
Member Avatar for Ribson

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. …

Member Avatar for MidiMagic
0
86
Member Avatar for luigi2169
Member Avatar for jnora

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

Member Avatar for kaykays
0
103
Member Avatar for CaliVagabond

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 …

Member Avatar for iamthwee
0
117
Member Avatar for lochii

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

Member Avatar for MidiMagic
0
151
Member Avatar for comlom
Member Avatar for janicefernandes
Member Avatar for macneato
0
134
Member Avatar for rellik232
Member Avatar for kwalerow

[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 …

Member Avatar for macneato
0
95
Member Avatar for ItsAlessandro

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 …

Member Avatar for macneato
0
86
Member Avatar for JZM

[url]http://www.freecsstemplates.org/[/url] Should find something you like. Good luck

Member Avatar for macneato
0
36
Member Avatar for mattsearle
Member Avatar for MidiMagic
0
110
Member Avatar for vesna

The End.