Jump to content

divinedesigns1

Members
  • Posts

    1,200
  • Joined

  • Last visited

Posts posted by divinedesigns1

  1. Font-size percentage relate to default font size of 16px (font-size: 62.5% = 10px) or a predefined px size, not to width or height dimensions of parent container, UNLESS you use new css3 unit vw, it will work, but! is not supported in all browsers.

    did not know that part, but which browsers support vw/vh?

  2. Grr still plugging at it...I made the title a gif with a transparent background, and I still cant get it to do what I want to do. Also if I get rid of Position:absolute; things go all kinds of crazy. I have been messing with www.somebodylovesmeinc.org/template.php and test.css to keep from messing up the rest of the site..

    i normally put my font-size in percentages, you can try that and see if it works for you, also if im using a image i make the image tag width 100%

  3. i am having some trouble displaying my sub link inline block, i got the main links to be displayed inline-block but not the sublink

    can someone take a look and see if i have made an error along the way

     

    testing/index.html

     

    the link above is where you can find the css codes and html lay out, thanks in advance for all the necessarily help

  4. Hi everyone in the forum, i created an online text editor for website owners to use and test their HTML, HTML5, JavaScript, jQuery, AJAX, HTML DOM, Google Maps and SVG code directly on their website. The code is very easy to use to practise your source code directly on your website. I don't know if you guys are interested in using it on your site. It's just one of my projects. Here is my website page to copy the snippet of javascript code: http://tswebschool.com/textEditor/ .I'm even planning to develop a useful software program for people to use. I'm a professional web developer with at least three(3) years experience in my kitty. I just need you people to try the code on your site and give me your feedback, please!

    yoo stop spamming the forum with the same topic over and over its annoyinggggg and stay out my inbox please, one inbox message is enough i dont need two to three of the same crap in my inbox

  5. Can you please elaborate on what you find spammy/poor about my website?

    it doesnt look spamming, but it needs a better layout for it, the template at the moment is all grouped up together theres not much breathing place for the columns so i would say view a template similar to the one your doing to see what they did and how they lay it out

  6. Hi everyone,

    i started to learn Html/Css around 6 months ago.

    This is my website: http://www.ferdinandriedl.com

    I coded everything on this site on my own, so i know its not perfect.

    Any feedback, tips or anything else would be greatly appreciated!

    Thanks in advance

    Regards

    its plain, i like the colours but its too plain, it doesnt excite me as at all, probably because im a flashy kind of person

  7. Be sure to update your code changes to the link you've provided so we can see the progress you have made.

     

    As for ul, yes it will work. the li will be contained within. Right now, I see that the ul is commented out.

    updated, thanks very much for the help, i really appreciate it now i can go onto the next step wooot

  8. I don't see any ul or li tags. But what you seems to be asking is to position those 3 links you have within the circle area. Once way is to using position

     

    I set the style for the first link tag for you:

     

    <a href="#" class="st" style="color: #fff; position:absolute; top:100px; left:150px">Home</a>

     

     

    Each one should have it's own positioning so you can place exactly where you want them.

    yeah but im trying to do that with the ul li tag, so that i can early add or substract tags as i wish

  9. Good afternoon everyone,

     

    I created a website for a friend www.bristol1775.co.uk of which there are several pages.

     

    What I would like is under each poster/flyer embed a comments form, so attendees can leave comments / feedback on what they thought of the night.

     

    Could anyone assist with the HTML code.

     

    I have tested the basic form comments where it goes to email, but I just want a basic leave a comment form.

     

     

    Kind regards

     

    Gary

    is the images coming from a database?

  10. i have a ul tag that is a curve which is about 90 degree or a little bit more, my problem is getting the li tag to be in the same position as the ul tag which should fall in that 90 degree curve also.

     

    is there a way for me to do this? im using the border-top-left-radius function to make the curve, how can i get the li to be in that curve along side

     

    this is what i have so far http://www.divinedesigns1.com/testing/circle.html

  11. ARE you sure? by placing php.ini in root directory of your site you usually have the ability to override the default settings set by the php.ini by your host.

    yeah im sure, i even call them to find out whats all that about and the said its for protection purpose

  12. Agree with DaveJ. Just use Javascript to make an Ajax request to get the data from a PHP script, and populate the dropdown dynamically.

    ok thanks

     

    You could have an HTML file, a JS file, and a Php file and then use Ajax. No code would be in the HTML file.

    thanks

  13. is there a way to add a php file or code within a javascript file? i believe you can do this with ajax but is it possible to be done in javascript? why i am asking is because i was to popular my javascript list with information within a database, both php and js are within a file.

     

    is there a way to do this without placing the code exactly onto the main page?

  14. You might be able to change it using php.ini or i think you can change it thought .htaccess file as well. just google max_upload, php.ini

    those files was remove from customer reach, only thing in those files are basic stuff, no information for you to actually edit the max uploaded size etc

  15. What code have you used?

    width:40%;height:300px;border:1px solid #000; /* to display the div */border-top-left-radius:900px; /* goes for webkit, moz, mo, o */

    the above code is what i use, my first try i use the transform to rotate the div with the combination of the border-radius

  16. This isn't a div, it's a curve. Are you trying to simulate that curve with the border-radius property?

    yeah i am, but its not getting there when i try adding the li tags to it

  17. hello i have been trying to create this rounded div but i have not been so successful, so i decided to ask for advice or help, the image below is what i have been trying to create

    main-menu-bg.png

    so far i have manage to get just a little piece of the div to curved but no luck so far, anyone have any advice on how to go about doing this? this includes the menu also

  18. Note that if the file is larger than the post_max_size setting, both $_POST and $_FILES will be empty. You can pass a parameter through $_GET to indicate that the form was submitted, and then check the others. If they are both empty then the file was too large.

    i couldnt change my setting since it was set as a fixed size of 20mb which is kind of pointless to me, but thank very much guys

  19. Yes, but what is the upload size set by php? as in

    upload_max_filesize

     

    Yes, but what is the upload size set by php? as in

    upload_max_filesize

    so it appears that it only happening on my local host, thanks dsone

  20. i have been trying to create a mp3 and ogg, but i have run into some problems where the uploader only upload a certain size file, but does not say why the file has not been uploaded, i can upload a mp3 of a certain megabytes and any size ogg file, my problem is not figuring out what is causing the mp3 file not to upload when it hits around 8.8 and higher megabytes.

     

    the below code is what i have put together comparing it to the simpler to my images uploader

    <?phpif(isset($_POST['submit'])){	include_once "php/config.php";	// define value	$audio = $_FILES['upload']['name'];	$size = $_FILES['upload']['size'];	$type = $_FILES['upload']['type'];	$tmp = $_FILES['upload']['tmp_name'];	// allow and max format	$format = array('mp3', 'ogg');        // max size of file	$max = 50331648;	// extension	$ext = end(explode(".", $audio));	var_dump($audio);	// filter the variable	$audio = strip_tags($audio);	$audio = stripslashes($audio);	// check if empty then check if its the same format and size	if(empty($audio)){		echo "This file is empty";	}elseif(($size > $max || $size < 0)){		echo "This file is too small or too large, max size is 28MB";	}elseif(($type == $format)){		echo "MP3 and OGG are allow";	}elseif($audio == $an && $type == $ex){		echo "This file have been upload already";	}else{		// santize the variable		$audio = mysqli_real_escape_string($con, $audio);		// remove the spaces		$audio = str_replace(' ', '_', $audio);		$audio = str_replace('.'.$ext, '', $audio);		// insert the variable		$aquery = mysqli_query($con, "INSERT INTO music VALUES('', '1', '$ext', '$audio', '6')") or die('Error: ' . mysqli_error($con));		if($aquery){			echo "success";		}else{			echo "failure";		}	}}?> 
  21. By that, things like border:2px solid blue.

     

    Are they fully supported by all browsers these days, and are safe to use, or is there scattered support?

     

    I'm currently still using the full-length form, just in case

    have you try using it and running it in different browsers? that might answer your question, just try and see what happen

×
×
  • Create New...