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?
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'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)...
ok so i spend some time changing my template from tables to CSS and it looks great (at least i think so)... now I find out that 90% of the world is gonna see it all messed up (yes... internet explorer is messing it up!!!) it looks great with firefox... looks perfect with opera... validates...
i'm making a css layout, and i want a div to be next to the one before it, not bellow... i can't seem to do that... anybody knows why...
here is a portion of my code
<div class="ltmiddle">
<div class="slantright">
<img src="spc.gif" alt=" " />
</div>
<div...
ok, so i was browsing throug some css and html templates because i wanna get into this whole css thing... but i've found this on a stylesheet
ul li{position: relative}
li ul{position: absolute;
left: 149px;
top: 0;
display: none;}
i know what all the properties and values mean but i do...
i want to center a table in xhtml strict but it won't let me....
the <center> tag is obsolete, and the <div align="center"> is also obsolete... how can i center my table with proper xhtml strict?...
hello i know html and want to change my work into xhtml. however when i put an image it always put a padding to the bottom of it (even if specifically assign no border, margin, or padding)
can anybody help me?
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.