http://validator.w3.org/check?uri=http%3A%2F%2Fsoniclnd.freehosting123.com%2Fsa%2Fcode.htm
i was just about to post that^^
thank you so much, i would have never figured out that... I appreciate it...
hello, I'm working on a template, but it doesn't validate, I have no idea why... here's the source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>...
besides tables, what is the best way to horizontally align elements?
float: left; or float: right; seems good but if the scree size decreases then the div's move down and the layout messes up
btw: what does XHTML have agains tables and frames?
thank you for your fast answer.... so if i understand you right, the webserver user does not appear as the "owner", therefor it is only able to "read" files...... so how can i give the webserver user more permissions? or if i myself cannot(because i don't have acces to apache itself), what...
hello.... i recently changed servers and noticed that with my previous host i didn't need to chmod any files(they were all in 644) and i could use fwrite() succesfully. however, with my new host all files are also in 644 but to use fwrite() i have to chmod the file to 777.... can anybody tell my...
hello right now i want to write into a php file something like:
<?php
$names[] = "yahoo";
$names[] = "google;
?>
how can i do that...... somehow i've only been succesful in writing strings.........
let's say i have an iframe(page x) inside my webpage(page y).... how can i from page y change all of the stuff in page x (ie: background color, link color, div alignment... etc...)?
thanx in advance for any help.......
i really want to learn javascript, but i'm having a bit of trouble with the tutorials and stuff(i don't think they're very complete)....... is there an official javascript documentation(just like the php manual http://www.php.net/manual/en/index.php ).......
the closest thing i found to an...
you know how you can send get variables by just typing: mypage.php?somename=somevalue
well... i wanted to know if there was anyway to send post variables without using a form........
well, i think you have to have it on a server that supports php or install php on your computer... otherwise the php won't be parsed, and i think that's wat's causing the problem here.....
well... i'm writting a script and i get this error
Warning: preg_match_all(): Unknown modifier '<' in /home/soniclnd/public_html/newscript.php on line 61
it's complaining about this:
preg_match_all($regex, $conts, $group, PREG_SET_ORDER);
the regex is
$regex = "<p class=g><a...
can anybody show me an example of how i would use the mysql function mysql_store_result()?..... i've been looking and i haven't found any examples, and i can't understand how they explain the structure of it on the mysql documentation (http://dev.mysql.com/doc/mysql/en/mysql-store-result.html)...
okay... if you write in an object "position: absolute; right: 0px; bottom: 0px;" it would position it on the bottom right corner of the body... is there any way i can write "position: absolute; right: 0px; bottom: 0px;"(or something like that) and have the object placed on the bottom right...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.