vForums Support > Programming & Coding :: Programming Discussion :: > Need help!

Need help! - Posted By Nick (nickb) on 24th Aug 08 at 8:14am
I need help.
http://ffnation-affiliates.co.nr/
I wanna know if I did all that correct.

and I need help with the email form. Its not working right.

also I want the email form to be on the right side, and then the Affiliates on the left, I want them next to each other.

How will I get that?

and also how can I clean up the coding so that its not all messy like that?

thanks,
Darkmage

Re: Need help! - Posted By Ross (admin) on 24th Aug 08 at 9:32am
Using a code which prevents right clicking tends to hinder more than it helps. In no way would it prevent me from copying an image or anything else from your site.

What is "Not working right" with the email form?

And to have those on the left & right, the easiest way for you would be with a table:

Code: HTML
 
  1. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  2. <tr>
  3. <td>Left Hand Side Content -> affiliates</td>
  4. <td align="right">Right Hand Side Content -> email form</td>
  5. </tr>
  6. </table>
 

Re: Need help! - Posted By Nick (nickb) on 25th Aug 08 at 1:20am
I know, I have it for the people who do not know the alternatives >_<.

I tried sending the email from the form and it went either to my Yahoo or AOL, and it went to compose instead of it actually being sent out. and where the comment, nor the HTML code for the affiliate's does not show up in the body field.

I got the code from W3 Schools, and just added the HTML field from copying the comment code area.

Also where the actual affiliates are (the 4 boxes) I go to the W3 HTML validator and it takes out the coding from the <textfeild> area. How do I fix that?