Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~271 People Reached
Favorite Forums
Favorite Tags
php x 4
Member Avatar for Kniggles_1

Hi I am trying to write my first loop to count and output pixels from (1,1,1) to (78,78,1) this is the line i am trying to loop <area shape="circle" coords="1,1,1" href="./index.html" target="_blank" alt="" yellow=""> how do i go about doing it please ?

Member Avatar for Kniggles_1
0
165
Member Avatar for Kniggles_1

Hi am stuck trying to find out why this will not work. <html> <head> <title>Untitled Page</title> <style type="text/css"> #ImageMap1 { border: 0px #000000 solid; } </style> </head> <body> <div id="wb_ImageMap1" style="position:absolute;left:0px;top:0px;width:600px;height:600px;z-index:0;"> <img src="images/black.bmp" id="ImageMap1" alt="" usemap="#ImageMap1_map" border="0" style="width:600px;height:600px;"> <map name="ImageMap1_map"> <?php $x = 1; $y = 1; $z = 1;$output …

Member Avatar for Kniggles_1
0
106