
12-09-2012, 06:20 AM
|
 |
|
|
Join Date: Mar 2011
Location: WA State
Posts: 212
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Simon Lloyd
Again this wont get you what you want, but.....
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>My Page</title>
<?php
function somefunction(onsomething){
$sf = someaction(onsomething);
}
?>
</head>
<body>
<table>
<tr><td>This is some text</td>
<td>This is more text</td>
<td>Even more text</td></tr>
<tr><td>This is in a new place</td></tr>
</table>
<div>This is a div<div>This is another div
</div>
</div>
<div>this is a standard div</div>
<div> this is a div showing the result of the php function <?php echo $sf; ?> </div>
</body>
</html>
It's not going to help you, there's no formatting no padding, spacing, sizes or atributes, there's no id's or classes, there's no css.....etc.
To be honest, if you're not comfortable with php or html then you're best hiring someone to do it or work through some stuff at http://www.w3schools.com/
|
alright well thx for tryin to help anyway.^^
|