Jump to content

cameeob2003

Members
  • Posts

    79
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.ventgaming.com

Profile Information

  • Gender
    Not Telling

cameeob2003's Achievements

Member

Member (2/5)

0

Reputation

  1. I wanted to do that but it is hard to because it messes up my image layout if I dont place the <form></form> outside of the <tr></tr> tags. I realy need to know If I can wrap each <input> with <form></form> tags individually and set the name the same on 2 of the form tags will it pick up that the 2 forms are meant to be one?
  2. I have the following code I am trying to work with: [code]<form method="post" action="act.php" name="form1">                 <tr>                   <td><table width="13" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="13"><img src="images/index_15.gif" width="45" height="17" alt=""></td> <td><input type="text" name="email" value="" style="background:url(images/index_16.gif); width:139px; height:13px; border:none; font-size:9px;" /></td> <td><img src="images/index_17.gif" width="17" height="17" alt=""></td>                       </tr>                     </table></td>                 </tr>                 <tr>                   <td><table width="194" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="185"><img src="images/index_18.gif" width="201" height="5" alt=""></td>                       </tr>                     </table></td>                 </tr>                 <tr>                   <td><table width="188" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="44"><img src="images/index_19.gif" width="50" height="16" alt=""></td>                         <td width="136"><input type="submit" name="subscribe" value="" style="background:url(images/index_20.gif); width:58px; height:16px; border:none;" /></td>                         <td width="10"><img src="images/index_21.gif" width="7" height="16" alt=""></td>                         <td width="17"><input type="submit" name="unsubscribe" value="" style="background:url(images/index_22.gif); width:66px; height:16px; border:none;" /></td> <td><img src="images/index_23.gif" width="20" height="16" alt=""></td>                                           </table></td>                 </tr> </form>[/code] I want this part: [code]<form method="post" action="act.php" name="form1">                 <tr>                   <td><table width="13" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="13"><img src="images/index_15.gif" width="45" height="17" alt=""></td> <td><input type="text" name="email" value="" style="background:url(images/index_16.gif); width:139px; height:13px; border:none; font-size:9px;" /></td> <td><img src="images/index_17.gif" width="17" height="17" alt=""></td>                       </tr>                     </table></td>                 </tr>                 <tr>                   <td><table width="194" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="185"><img src="images/index_18.gif" width="201" height="5" alt=""></td>                       </tr>                     </table></td>                 </tr>                 <tr>                   <td><table width="188" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="44"><img src="images/index_19.gif" width="50" height="16" alt=""></td>                         <td width="136"><input type="submit" name="subscribe" value="" style="background:url(images/index_20.gif); width:58px; height:16px; border:none;" onClick="document.theform.action='?act=subscribe';" /></td>[/code] to access one form. While this code: [code]<td width="17"><input type="submit" name="unsubscribe" value="" style="background:url(images/index_22.gif); width:66px; height:16px; border:none;" onClick="document.theform.action='?act=unsubscribe;" /></td> <td><img src="images/index_23.gif" width="20" height="16" alt=""></td>                                           </table></td>                 </tr> </form>[/code] Accesses and is processed through another php page upon submition. I know this can be done through javascript but is there an easier way since I have no knowledge of javascript seeing how I am still learning php. Any help would be great. Also if I give 2 forms the same name="" value will they submit to the same form and be processed at the same time?
  3. How would i go about doing this. I have 2 diffent pages I want to redirect the user to depending on what they click.
  4. I have the following code: [code]<table width="13" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="13"><img src="images/index_15.gif" width="45" height="17" alt=""></td> <td><input type="text" name="email" value="" style="background:url(images/index_16.gif); width:137px; height:13px; border:none; font-size:9px;" /></td> <td><img src="images/index_17.gif" width="17" height="17" alt=""></td>                       </tr>                     </table></td>                 </tr>                 <tr>                   <td><table width="194" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="185"><img src="images/index_18.gif" width="201" height="5" alt=""></td>                       </tr>                     </table></td>                 </tr>                 <tr>                   <td><table width="188" border="0" cellpadding="0" cellspacing="0">                       <tr>                         <td width="44"><img src="images/index_19.gif" width="50" height="16" alt=""></td>                         <td width="136"><input type="submit" name="subscribe" value="" style="background:url(images/index_20.gif); width:58px; height:16px; border:none;" /></td>                         <td width="10"><img src="images/index_21.gif" width="7" height="16" alt=""></td>                         <td width="17"><input type="submit" name="unsubscribe" value="" style="background:url(images/index_22.gif); width:66px; height:16px; border:none;" /></td> <td><img src="images/index_23.gif" width="20" height="16" alt=""></td>                                           </table>[/code] I want the three <input> areas to be in one form with 2 different options our outputs depending on the button you click. Is this possible it seems doable but is it?
  5. I am trying to make the basic form as shown below: [code]<form method="post" name="signup" action="code/subscribe.php" style="margin-top: 0px; margin-bottom: 0px;"> <tr valign="top"> <td colspan="2"> <img src="images/index_26.gif" width="45" height="17" alt=""></td> <td colspan="6" valign="top"> <input name="email" type="text" style="background-image:images/index_27.gif; width:139px; height:17px; border:none; margin-top: 0px; margin-bottom: 0px;" border="0" align="top" height="16" width="139"> </td> <td colspan="2"> <img src="images/index_28.gif" width="10" height="17" alt=""></td> <td> <img src="images/spacer.gif" width="1" height="17" alt=""></td> </tr> <tr> <td colspan="10"> <img src="images/index_29.gif" width="194" height="5" alt=""></td> <td> <img src="images/spacer.gif" width="1" height="5" alt=""></td> </tr> <tr> <td colspan="3"> <img src="images/index_30.gif" width="50" height="16" alt=""></td> <td valign="top"> <input type="button" align="top" vspace="0" border="0" style="background:url(images/index_31.gif); width:67px; height:16px; border:0px; margin-top: 0px; margin-bottom: 0px;" width="67" height="16"> </td> <td> <img src="images/index_32.gif" width="6" height="16" alt=""></td> <td colspan="2" valign="top"> <input type="button" align="top" vspace="0" border="0" style="background:url(images/index_33.gif); width:58px; height:16px; border:0px; margin-top: 0px; margin-bottom: 0px;" width="58" height="16"> </td> <td colspan="3"> <img src="images/index_34.gif" width="13" height="16" alt=""></td> <td> <img src="images/spacer.gif" width="1" height="16" alt=""></td> </tr> </form>[/code] I want one of the inputs to grab the information from the email input and add it to my mysql database. I want the other to delete the email from my database. I have the PHP side of things done but dont know how to add this to multi-function to my HTML form. Any help would be great.
  6. Yeah thats in SwiftFox not in IE. Im trying to solve the IE problem I already know it displays correct in FireFox. But thanks. So if any one could help me out with this in IE that would be great.
  7. [url=http://www.wimplash.com/projects/project1/]www.wimplash.com/projects/project1/[/url] There is a live post of the site As you can see the subscription box is not correctly aligned. -- Any help is great
  8. Here is the code im using as you can see I went overboard in order to try and get rid of the spaces in between the <inputs> and the images: [code]<form method="post" name="subscribe" action="subscribe"> <tr style="border:none; border-bottom:none; border-left:none; border-right:none; border-top:none;"> <td colspan="2"> <img src="images/Serrials-Dad_26.gif" alt="" width="45" height="17" hspace="0" vspace="0" border="0"></td> <td colspan="5"> <input type="text" align="top" style="background-image: images/Serrials-Dad_27.gif; width:139px; height:17; border:none; border-bottom:none; border-left:none; border-right:none; border-top:none;" alt="" border="0"> </td> <td colspan="2"> <img src="images/Serrials-Dad_28.gif" alt="" width="10" height="17" hspace="0" vspace="0" border="0"></td> </tr> <tr> <td colspan="9"> <img src="images/Serrials-Dad_29.gif" width="194" height="5" alt="" border="0"></td> </tr> <tr> <td colspan="3"> <img src="images/Serrials-Dad_30.gif" alt="" width="50" height="16" hspace="0" vspace="0" border="0"></td> <td> <input type="button" align="top" style="background:url(images/Serrials-Dad_31.gif); width:67px; height:16px; border:none; border-bottom:none; border-left:none; border-right:none; border-top:none;" border="0"> </td> <td> <img src="images/Serrials-Dad_32.gif" alt="" width="6" height="16" hspace="0" vspace="0" border="0"></td> <td> <input type="button" align="top" style="background:url(images/Serrials-Dad_33.gif); width:58px; height:16px; border:none; border-bottom:none; border-left:none; border-right:none; border-top:none;" border="0"> </td> <td colspan="3"> <img src="images/Serrials-Dad_34.gif" alt="" width="13" height="16" hspace="0" vspace="0" border="0"></td> </tr> </form>[/code] Any help would be great. I need it fast if possible. Thnx
  9. I understand all of that... I assume my question was not clear enough. I was using the following to display information from my database before: [code]$sql = "SELECT * FROM `news` order by `id` DESC"; $result = mysql_query($sql) or die(mysql_error()); while ($text = mysql_Fetch_array($result)) { $id = $text['id']; $title = $text['title']; $date = $text['date']; $author = $text['author'];[/code] I want to do something similar but only display the values in the db marked to 1,2,3 ect... So I would be using something like this [code]echo'<table> <tr> <td>'. $myvariable .'</td> <td>'. $myvariable2 .'</td> </tr> </table>[/code] but it would only display the rows that have a value of 1,2,3.. in the access section
  10. I am trying to diplay data on my webpage using php. I only want certain fields which have the correct value to display in the area I choose. I am fairly new to php and was not sure what this set of commands to do this would be called or how I would preform it. Any help is great. Explinations are better :)
  11. I am trying to run the following code: [code]<table border="0" cellpadding="0" cellspacing="0"> <tr> <td background="images/news_'. $table_background .'.jpg" height="19" align="left" valign="bottom" align="center"><font style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC"/>'. $title .' '. $date .'</td> </tr> <tr> <td align="left" background="images/news_2.jpg"><font style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000"/>'. $content .'</td> </tr> <tr> <td><img src="images/news_'. $td_background .'.jpg" width="652" height="17" alt=""></td> </tr> </table>[/code] As you can see I want the "  '. $title.'  " and the  "  '.$date.'  " to be seperated on oposite sides of the <td> span but im not sure how to acomplish this. Any help is appreciated.
  12. this is an example of what i am doing: [url=http://n2p.ventgaming.com/for%20ref/image%20layout/index.php]http://n2p.ventgaming.com/for%20ref/image%20layout/index.php[/url] I want the first one in the newsection to be "Blue and Silver" the next one "Orange and Silver" the one after that "Blue and Silver" Ect... I hope this helps you understand my question :)
  13. I am trying to use the following code and get 2 different posts from my MySQL database: [code]<?php switch ($_GET['page']){ default: case "home": $sql = "SELECT * FROM `news` order by `id` DESC LIMIT 0,3"; $result    = mysql_query($sql) or die(mysql_error()); $num    = mysql_num_rows($result); while ($text = mysql_Fetch_array($result)) {     $id = $text['id'];     $title = $text['title'];     $date = $text['date'];     $author = $text['author'];     $content = $text['content']; echo '<table border="0" cellpadding="0" cellspacing="0"><td background="images/news_1.jpg" height="19" align="left" valign="bottom" width="652">'. $title .'</td></tr> <tr> <td align="left" background="images/news_2.jpg">'. $content .'</td> </tr> <tr> <td background="images/news_3.jpg" height="17"></td> </tr>'; echo '</table>'; echo '<table border="0" cellpadding="0" cellspacing="0"><td background="images/news_4.jpg" height="19" align="left" valign="bottom" width="652">'. $title .'</td></tr> <tr> <td align="left" background="images/news_2.jpg">'. $content .'</td> </tr> <tr> <td><img src="images/news_6.jpg" width="652" height="17" alt=""></td> </tr>'; echo '</table>';} break;} ?>[/code] But when it outputs it displays 2 of each post from my news table. Is there a way to make this only display 1 of each news post while using the following html output?
  14. Is there a more explanitory way of putting this since I am a Java newb and this all comes as a blur without some explinations.
  15. Here is the code I am working with: [code]<script language="Javascript"> <!-- function --> function changeRoster(teamID){ switch(teamID){ case '1': <div id="divleftmargin7px" style="position:absolute; top: 219px;"> <img src="images/layout3_24.jpg" width="213" height="6" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 225px;"> <img src="images/layout3_44.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team1player1.jpg" </div> <div id="divleftmargin57px" style="position:absolute; top: 225px;"> <img src="images/layout3_46.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team1player2.jpg"</div> <div id="divleftmargin106px" style="position:absolute; top: 225px;"> <img src="images/layout3_35.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team1player3.jpg"</div> <div id="divleftmargin163px" style="position:absolute; top: 225px;"> <img src="images/layout3_37.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team1player4.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 225px;"> <img src="images/layout3_39.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 256px;"> <img src="images/layout3_40.jpg" width="213" height="22" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 278px;"> <img src="images/layout3_31.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team1player5.jpg" </div> <div id="divleftmargin57px" style="position:absolute; top: 278px;"> <img src="images/layout3_33.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team1player6.jpg"</div> <div id="divleftmargin107px" style="position:absolute; top: 278px;"> <img src="images/layout3_49.jpg" width="13" height="31" alt=""></div> <div id="divleftmargin163px" style="position:absolute; top: 278px;"> <img src="images/layout3_51.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team1player7.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 278px;"> <img src="images/layout3_53.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 309px;"> <img src="images/layout3_55.jpg" width="213" height="19" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team1player8.jpg"</div> break; case '2': <div id="divleftmargin7px" style="position:absolute; top: 219px;"> <img src="images/layout3_24.jpg" width="213" height="6" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 225px;"> <img src="images/layout3_44.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team2player1.jpg"</div> <div id="divleftmargin57px" style="position:absolute; top: 225px;"> <img src="images/layout3_46.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team2player2.jpg"</div> <div id="divleftmargin106px" style="position:absolute; top: 225px;"> <img src="images/layout3_35.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team2player3.jpg"</div> <div id="divleftmargin163px" style="position:absolute; top: 225px;"> <img src="images/layout3_37.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team2player4.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 225px;"> <img src="images/layout3_39.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 256px;"> <img src="images/layout3_40.jpg" width="213" height="22" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 278px;"> <img src="images/layout3_31.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team2player5.jpg" </div> <div id="divleftmargin57px" style="position:absolute; top: 278px;"> <img src="images/layout3_33.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team2player6.jpg"</div> <div id="divleftmargin107px" style="position:absolute; top: 278px;"> <img src="images/layout3_49.jpg" width="13" height="31" alt=""></div> <div id="divleftmargin163px" style="position:absolute; top: 278px;"> <img src="images/layout3_51.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team2player7.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 278px;"> <img src="images/layout3_53.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 309px;"> <img src="images/layout3_55.jpg" width="213" height="19" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team2player8.jpg"</div> break; case '3': <div id="divleftmargin7px" style="position:absolute; top: 219px;"> <img src="images/layout3_24.jpg" width="213" height="6" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 225px;"> <img src="images/layout3_44.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team3player1.jpg"</div> <div id="divleftmargin57px" style="position:absolute; top: 225px;"> <img src="images/layout3_46.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team3player2.jpg"</div> <div id="divleftmargin106px" style="position:absolute; top: 225px;"> <img src="images/layout3_35.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team3player3.jpg"</div> <div id="divleftmargin163px" style="position:absolute; top: 225px;"> <img src="images/layout3_37.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team3player4.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 225px;"> <img src="images/layout3_39.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 256px;"> <img src="images/layout3_40.jpg" width="213" height="22" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 278px;"> <img src="images/layout3_31.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team3player5.jpg" </div> <div id="divleftmargin57px" style="position:absolute; top: 278px;"> <img src="images/layout3_33.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team3player6.jpg"</div> <div id="divleftmargin107px" style="position:absolute; top: 278px;"> <img src="images/layout3_49.jpg" width="13" height="31" alt=""></div> <div id="divleftmargin163px" style="position:absolute; top: 278px;"> <img src="images/layout3_51.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team3player7.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 278px;"> <img src="images/layout3_53.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 309px;"> <img src="images/layout3_55.jpg" width="213" height="19" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team3player8.jpg"</div> break; case '4': <div id="divleftmargin7px" style="position:absolute; top: 219px;"> <img src="images/layout3_24.jpg" width="213" height="6" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 225px;"> <img src="images/layout3_44.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team4player1.jpg"</div> <div id="divleftmargin57px" style="position:absolute; top: 225px;"> <img src="images/layout3_46.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team4player2.jpg"</div> <div id="divleftmargin106px" style="position:absolute; top: 225px;"> <img src="images/layout3_35.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team4player3.jpg"</div> <div id="divleftmargin163px" style="position:absolute; top: 225px;"> <img src="images/layout3_37.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team4player4.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 225px;"> <img src="images/layout3_39.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 256px;"> <img src="images/layout3_40.jpg" width="213" height="22" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 278px;"> <img src="images/layout3_31.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team4player5.jpg" </div> <div id="divleftmargin57px" style="position:absolute; top: 278px;"> <img src="images/layout3_33.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team4player6.jpg"</div> <div id="divleftmargin107px" style="position:absolute; top: 278px;"> <img src="images/layout3_49.jpg" width="13" height="31" alt=""></div> <div id="divleftmargin163px" style="position:absolute; top: 278px;"> <img src="images/layout3_51.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team4player7.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 278px;"> <img src="images/layout3_53.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 309px;"> <img src="images/layout3_55.jpg" width="213" height="19" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team4player8.jpg"</div> break; default: echo <div id="divleftmargin7px" style="position:absolute; top: 219px;"> <img src="images/layout3_24.jpg" width="213" height="6" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 225px;"> <img src="images/layout3_44.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team1player1.jpg"</div> <div id="divleftmargin57px" style="position:absolute; top: 225px;"> <img src="images/layout3_46.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team1player2.jpg"</div> <div id="divleftmargin106px" style="position:absolute; top: 225px;"> <img src="images/layout3_35.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team1player3.jpg"</div> <div id="divleftmargin163px" style="position:absolute; top: 225px;"> <img src="images/layout3_37.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 225px;"> document.rosterPics.playerOne.src = "team1player4.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 225px;"> <img src="images/layout3_39.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 256px;"> <img src="images/layout3_40.jpg" width="213" height="22" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 278px;"> <img src="images/layout3_31.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin22px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team1player5.jpg" </div> <div id="divleftmargin57px" style="position:absolute; top: 278px;"> <img src="images/layout3_33.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin71px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team1player6.jpg"</div> <div id="divleftmargin107px" style="position:absolute; top: 278px;"> <img src="images/layout3_49.jpg" width="13" height="31" alt=""></div> <div id="divleftmargin163px" style="position:absolute; top: 278px;"> <img src="images/layout3_51.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin170px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team1player7.jpg"</div> <div id="divleftmargin205px" style="position:absolute; top: 278px;"> <img src="images/layout3_53.jpg" width="15" height="31" alt=""></div> <div id="divleftmargin7px" style="position:absolute; top: 309px;"> <img src="images/layout3_55.jpg" width="213" height="19" alt=""></div> <div id="divleftmargin120px" style="position:absolute; top: 278px;"> document.rosterPics.playerOne.src = "team1player8.jpg"</div> break; } } <!-- End of function --> </script>[/code] I am trying to get the <div> to diplay as they would through html and was wondering if there is any way to do this. All help is very much apprecriated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.