Everything posted by Aaron
-
My new one page portfolio
Haha, All this stuff im still learning! I'm not massively bothered by SEO at the minute as im trying to get myself working for an agency so this is to send as a link to potential employers. But all these things i want/need to learn. thanks matey
-
My new one page portfolio
Everything is text apart from the title where is say "Aaron Massingham - creative designer" which is an image, will this cause an issue?
-
My new one page portfolio
Thanks buddy Im working on a redesign for the footer I think, just linked an image of my new idea for it. Definately need to downsize the text in the footer then I can simplify it up a bit. let me know what you think Thanks for your advice!
-
My new one page portfolio
Hi Guys, Just tweaking my little 1 page portfolio website. Let me know what you think! any advice on what i can do with the footer because i think it looks naff lol. thanks guys www.ko-graphics.co.uk
-
Css stopped my php form from working?
Well i am i aren't. this is a link to the basic contact_form.php and mail.php files http://www.ko-graphics.co.uk/rmt/includes/contact_form.php simple contact form. if you fill that in i will recieve it, i can guarantee you lol. and no error shows up. this link which has a php line - <?php include('includes/contact_form.php'); ?> - to include it on the contact page. You fill the form in on the contact page you get error 404 i just dont understand it. unless there is something wrong on the includes line.
-
Css stopped my php form from working?
Right, i took out the css and its still not working. does it have something to do with my php includes line in my html?
-
Css stopped my php form from working?
Lol it is going to be flagged with spam haha nvm i will sort that soon!
-
Css stopped my php form from working?
Im putting that in Later on. Im new to php so at the moment just getting it working would be a milestone
-
Css stopped my php form from working?
hi guys, Have a contact for i use quite often. It work just fine before i styled it, so i was wondering if anybody could see anything wrong. Thanks. Mail.php reads <?php $subject = "Real Motoring Tuition | Website Contact Form Submission"; $name = $_POST['f_name']; $postcode = $_POST['f_postcode']; $email = $_POST['f_email']; $number = $_POST['f_number']; $message = $_POST['f_message']; $message1 = "From: " . $name . "\n\n" . "Contact number: " . $number . "\n\n" . "postcode: " . $postcode . "\n\n" . "email: " . $email . "\n\n" . "Message: " . $message; $from = "From: " . $_POST['f_name']; ini_set("sendmail_from", "myemail@.co.uk "); mail ( "myemail@.co.uk", $subject, $message1, $from ); header("Location: ../sent.php?name=" . $name .""); ?> Heres the Contact form <div id="contact_form"> <form action="mail.php" method="post"> <table width="" border="0" cellspacing="0" cellpadding="10"> <tr> <td class="contact-text">Full Name</td> <td><input name="f_name" type="text" class="contact_field" /></td> </tr> <tr> <td class="contact-text">Postcode</td> <td><input name="f_postcode" type="text" class="contact_field" /></td> </tr> <tr> <td class="contact-text">Email</td> <td><input name="f_email" type="text" class="contact_field" value="" /></td> </tr> <tr> <td class="contact-text">Phone Number</td> <td><input name="f_number" type="text" class="contact_field" value="" /></td> </tr> <tr> <td class="contact-text">Message</td> <td><textarea name="f_message" rows="6" class="contact_box"></textarea></td> </tr> <tr> <td></td> <td><input type="submit" class="send" value="Send" /></td> </tr> </table> </form> </div> the includes <?php include('includes/contact_form.php'); ?> and the css #contact_form { margin-top:0; margin-right:0; height:380px; width:465px; font: 18px Arial, Helvetica, sans-serif; } #contact_form tr { height: 15px; } .contact-text { width:140px; font-family: 16px/1.5em Arial, Helvetica, sans-serif; color:#fff; padding-top:0; } .contact_field { border: 1px solid #CCC; height: 30px; font: 14px/1.5em Arial, Helvetica, sans-serif; color: #333; padding: 5px; width: 270px; background-color:#fff; margin-top:0; margin-left:0; } .contact_box { border: 1px solid #CCC; height: 100px; font: 16px/1.5em Arial, Helvetica, sans-serif; color: #333; padding: 0; margin-top: 0; margin-left:0; width:280px; background-color:#fff; } .send { margin-top:-20px; margin-right:0px; height:25px; color:#000; font: 14px/1.5em Arial, Helvetica, sans-serif; float:right; background-color:#fff; background-color: rgba(255, 255, 255, 1); border:3px solid rgba(255, 255, 255, 0.5); border-bottom-left-radius:7px; -moz-border-radius-bottomleft:7px; border-bottom-right-radius:7px; -moz-border-radius-bottomright:7px; } Any help would be reeeeealy appreciated. thanks
-
My clients website so far...
will take these into account guys, thanks for your con crit
- My clients website so far...
-
My clients website so far...
what do you recommend? there is a lot of blue, client picked blue beacuse his car is blue and said he wanted a lot of deep blue colours in there. I could only think of water lol.
-
My clients website so far...
Lol unfortunately there is nothing I can do about the logo design itself. I pushed and I pushed but he would not budge! lol. thanks 'rrr' I will take a look and Gibson I will note it down. just want to be ironing out creases as I go along ha-ha.
-
My clients website so far...
They are definately there. Its strange lol.
-
Self Teach or Foundation Degree ?
I started off with an apprenticeship and at 31 that might be hard to come across. I was 19 at the time and lost the job after a few months. I then started self teaching whilst taking on small projects to build a client list and gain some valuable experience working closely with real people. I'm nearly 22 now and I have to say the journey is slower than heading to uni as there is so much I don't know yet but I'm having a great time building up client relations whilst valeting cars during the day to make money for rent and bills etc. No matter what path you decide to take, if your passionate enough about it there is nothing you cannot achieve
- My clients website so far...
-
My clients website so far...
hi Guys, making this for a client and im about halfway through, the client loves the design so just wanted to know what you lot thought about it. both the finished pages (index & price pages) were validated until I put this image scroller in so if anyone can tell me what the errors are on about that would be a big help too cheers here is the link
-
Creating subtitles underneath a navigation title
Right, i think im pretty darn close lol. just need to tweak some spacing etc. Its still showing the bullet points in DW but on Chrome doesnt seem to be showing up, i will check the other browsers later. is there anything in the css i could leave out that doesnt need to be in there or is that it? thanks. here is the link http://www.ko-graphics.co.uk/rmt/test.php CSS #nav { font:italic 1.5em Georgia, "Times New Roman", Times, serif; height:auto; width:auto; border: 1px solid #fff; float:left; margin-left:95px; background-color: rgba(255, 255, 255, 0.2); } #nav li a { text-decoration:none; color:#000; } #nav li a:hover { text-decoration:none; color:#333; } li { display:block; width:150px; float:left; border-left: 1px solid #fff; } #nav span { display:block; text-align:center; background-color: rgba(255, 255, 255, 0.2); padding:5px; } .sub { font-size:12px; text-align: center; color:#333; }
-
Creating subtitles underneath a navigation title
thanks guys, will try this. Im still trying to get the hang of this list business, im getting there though lol.
-
Creating subtitles underneath a navigation title
Text align wouldn't work for this. i can get the desired effect by adding this to my first li <li class="first"><a href="index.php">HOME</a><b class="nav-title"><br /> test test test</b></li> but adding it to any more in the list completely wrecks the layout.
-
Creating subtitles underneath a navigation title
I am trying to create a navigation bar like in the image below and have got quite far on my own. I am trying to get subtitles underneath them but they seem to be messing quite badly with the layout. I have tried using breaks and p classes etc but there must be a way around this. here is my code so far. HTML: <div id="nav"> <ul> <li class="first"><a href="index.php">HOME</a></li> <li><a href="prices.php">PRICES</a></li> <li><a href="questions.php">QUESTIONS</a></li> <li><a href="contact.php">CONTACT</a></li> </ul> </div> CSS: #nav { height:auto; width:auto; border: 1px solid #fff; float:left; margin-left:7px; background-color: rgba(255, 255, 255, 0.2); } #nav ul { margin-left: 0; padding-left: 0; display: inline; } #nav ul li { font:italic 1.5em Georgia, "Times New Roman", Times, serif; margin-left: 0; padding: 3px 15px; border-left: 1px solid #fff; list-style: none; display: inline; } #nav ul li.first { margin-left: 0; border-left: none; list-style: none; display: inline; } #nav li a { text-decoration:none; color:#000; } #nav li a:hover { text-decoration:none; color:#333; } b.nav-title { font:italic 0.3em Georgia, "Times New Roman", Times, serif; } thanks
-
Changing a word/ sentence to one colour in a list
salted
-
Changing a word/ sentence to one colour in a list
Hi Guys, Im trying to change the colour of a "subtitle" i have added to a list and i cant seem to do it. Here Its the bit in the 'Useful' box that reads "Pass Plus - Lower your insurance with us." i want the "lower your.." to be in white and much smaller. Im new to lists and still farting about trying to refine it also if there is a way of bring the text up to align with the point on the arrow that would be awesome as ive kind of given up on that bit lol
-
Creating this in CSS
Hey, just messing about with list styles etc. here Just a question, why is there such a huge gap between the edge of the div and the text? I have been looking into setting this to my own desired value but to no avail.
-
Creating this in CSS
Haha! this is good stuff looking forward to messing about with this. Just a couple of things, percentages on font sizes? How will they act compared to using the 'px' command? With the block styles, as you said before with being able to change the background to red if I want it to, does this apply to everything else, for example heights, widths, etc. Will that overide the style aswell? Thanks