Jump to content

dunc453

Member
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Location
    Low Earth Orbit

Contact Methods

  • Website
    http://snakedesigns.comyr.com
  • Other
    duncan.lewis@hotmail.co.uk

dunc453's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hey again Sorry for the late reply. Thanks for the advice, however what my client wants has changed. So now there is no footer or nav bar. if you take a look at www.oneempire.co.uk/onemusic.html you will see what I mean. What do you suggest now? I'm fairly sure that I still need the rounded area separate from the main, but how exactly would you suggest I get them in the right place? Thanks again
  2. Hey I'm having some trouble thinking of a way to do this, so I could use some guidance. Basically I have a page: www.oneempire.co.uk/news.html looks okay I think, the problem is the news area is just one huge image set as the background to a div. I'm thinking perhaps splitting it up, so you have the top section, just the curved bit, a middle section and a lower section. Then would set the middle to repeat as needed whilst the top and bottom are set as background and positioned top / bottom. Not totally sure how I would go about doing this, nor if it would even work. Any help greatly appreciated. Thanks in advance Duncan
  3. Yeah I figured that our, tried margin and it didnt do anything, tried padding and it worked like a charm yet again! Thanks very much, site is looking good now
  4. Great man, thanks! One last thing, I promise! What property would I use to make the menu items vertically aligned around the center? I tried changing the top padding but it didnt seem to do anything, any ideas?
  5. O.o Worked like a charm! THanks very much! I dont suppose you have any idea whats causing the problem with the nav bar? Again thanks!
  6. arkarso Home Portfolio Services About Testimonials Request a Quote What we do arkarso are experts in design and optimization. We have a team of dedicated designers and web experts to bring you the best possible web outlook for your business, whether that be a simple portfolio or a huge Custom PHP driven site. Our Content Management System Here at arkarso we have been hard at work developing our own Content Management System. Our CMS?is totally free and very easy to use. All you need to do is click the "Custom CMS enabled" option on the order form and we will install it free of charge when we develop your site. Our CMS enables you to easily edit content on pages via the web, this means no messy uploading for you, just plain simple editing of pages. We will even show you how to use it once we have your site built. Copyright ? arkarso 2009
  7. I fixed it Did a simple redirect: if (count($_POST)) { // redirect to the same page without the POST data header("Location: ".$_SERVER['PHP_SELF']); die; }
  8. Hey Any ideas why everytime someone refrshes this page after entering a comment it displays more and more of the same comment, take a look: http://www.ictkix.com/dlewis/duncan.php There is also the following error: INSERT INTO Comment VALUES (NULL,'blahj','blah','blah','blah') This is the php script: <?php echo $sql . " "; //create sql to query database //selct all records from table called: Comment $sql = "SELECT * FROM Comment"; //connect to database using username and password $dbh=mysql_connect ("localhost", "xxxxxxx", "xxxxxxx"); mysql_select_db ("dcraddoc_dlewis"); //execute sql $result=mysql_query($sql); //no. of records found $num=mysql_numrows($result); //use loop to show any records found: $i=0; while ($i < $num) { //get data from each record $id = mysql_result($result,$i,"ID"); $Email = mysql_result($result,$i,"Email"); $When = mysql_result($result,$i,"When"); $Who = mysql_result($result,$i,"Who"); $Comment = mysql_result($result,$i,"Comments"); //display on screen, in a table: echo ""; echo "$id"; echo "$Email"; echo "$When"; echo "$Who"; echo "$Comment"; echo ""; //increment value of $i to get next record (if any) $i++; } //close database connection mysql_close(); ?> Any ideas?
  9. Thanks very much Thelma and Wickham. The combination of your help has fixed it Will post if i encounter any more problems.
  10. Hmm thats odd, I swear i put the doctype in lol. It doesnt validate. I will fix those and get back to you.
  11. Hey Im having some problems with Div ID containers. http://www.ictkix.com/dlewis/externalsites/index.html If you look at that in opera or safari the container works and it is displayed in the middle. But in IE and Mozilla the container clearly doesnt work. This is the section of CSS that contains it: #first_container { margin: 0 auto 0 auto; display: table; height: 100%; position: relative; overflow: hidden; width: 660px; } And the HTML: Any help is much appreciated Regards Duncan CONTENT CONTENT id="first_container">
  12. Ok, thanks for c+c I will showyou all the finished site and post any problems I have as and when they occur. Regards Duncan
  13. Hey First of all let me say i couldnt see an area to post pecific designs and request C+C so i thoughtid just post my design here. Anyways me and my friend are starting a design site, possibly offering design tasks for clients, so basically a design business. I am working on the design for our banner, this is what i have so far: Im pretty pleased so far. I think personally i need to make some of the elements sharper to balance everything out, at the moment everything is blurred smooth. C+C Much appreciated Regards Duncan
×
×
  • Create New...