Jump to content

jtikcuf

Members
  • Posts

    102
  • Joined

  • Last visited

Posts posted by jtikcuf

  1. ?? well yeah, since there is no different height content above them, they would be alligned perfectly, also depends on which alignment you are talking about? vertical or horizontal. The columns will be slightly to the left, as they are 33% width (1% less than 100%) and floated left. also the iframes are not aligned horizontally within the columns, if 33% width is greater than width="120" of the iframes the will align left as text would. Mine aligns vertically and horizontally, whatever content is above it and whatever the with of the columns, columns 1, float: left, column 3 float right, and are equal distance from edges, column 2 using margin auto to centre it between column 1 and 3. iframes use display:block; with margin: 0 auto; also to centre themselves whatever the column width.
    i tried to use yours and dint work for me :-(or im just a retard :-)
  2. <style type="text/css"> .three-columns .column { width:33%; float:left; } </style> </head> <body> <div class="three-columns"> <div id="clm1" class="column"><iframe width="120" height="115" src="http://www.youtube.com/embed/b5g19zbogyc" frameborder="0" allowfullscreen></iframe></div> <div id="clm1" class="column"><iframe width="120" height="115" src="http://www.youtube.com/embed/b5g19zbogyc" frameborder="0" allowfullscreen></iframe></div> <div id="clm1" class="column"><iframe width="120" height="115" src="http://www.youtube.com/embed/b5g19zbogyc" frameborder="0" allowfullscreen></iframe></div>
    this will give you 3 perfect align videos enjoy
  3. <style type="text/css"> .three-columns .column { width:33%; float:left; } </style> </head> <body> <div class="three-columns"> <div id="clm1" class="column"><iframe width="120" height="115" src="http://www.youtube.com/embed/b5g19zbogyc" frameborder="0" allowfullscreen></iframe></div> <div id="clm1" class="column"><iframe width="120" height="115" src="http://www.youtube.com/embed/b5g19zbogyc" frameborder="0" allowfullscreen></iframe></div> <div id="clm1" class="column"><iframe width="120" height="115" src="http://www.youtube.com/embed/b5g19zbogyc" frameborder="0" allowfullscreen></iframe></div>

  4. Those are from the iframes, IF you want the videos to align horizontally below the highest content above them, you need to create a container to surround the 3 columns, so this container will expand to whichever holds the most content, then place these videos, below this container div, you can use the 3 column containers again to hold the headers and videos, so you have identical 3 column layout.
    well dont know how to do this but thanks
  5. Make sure you only change the text you can see. Don't change things like form element IDs, names, classes, etc. The user never sees those.
    THese parts here are the ones i changed<h4>Contact us</h4>>Name *<>Your message *<>SEND MESSAGE</i put these 4 things in spanish weird i dont get it
  6. did you only copy their markup? Did you create your own email script on the server side? Are you including jquery? What errors are you getting? What exactly do you have setup to implement the end to end functionality?
    I do have the jquery file on the server the error takes me to another page when i submit the email is someting like {responseStatus"} when i change the language to spanish it messes up but move it back to english works fine. im at work right now can test it right now to get the error What exactly do you have setup to implement the end to end functionality? -----this i dont know what you mean! i will submit more info laterthxs for your time
  7. <div id="one-half"> <h4>Contact us</h4>===================(i took this off and put Contactenos and same for the rest of the label part) <form method="contact-us.php" id="text" class="name" name="name">Name *</label> </p> <p> <input type="input-field" id="email"> <label for="message" name="50" rows="message">Your message *</label> </p> <p class="captcha-img">2 + 2</strong> =</span> <input type="captcha-input-field" id="captcha"> </p> <p> <a class="#" onclick="$('#contactform').submit(); return false;">SEND MESSAGE</a> </p> </form> </div> so dont know why it does that!

  8. Ok this is the kind of site my customer is looking for in English is a Magnet therapy, magnetic therapy, i will like to find a kool Theme anyone has any ideas please let me know (i will like to really inpress people) im thinking wordpress theme... :D :D Thanks

×
×
  • Create New...