Jump to content

virtualadz

Members
  • Posts

    489
  • Joined

  • Last visited

Posts posted by virtualadz

  1. i know they have a special logo designer (i have a faint memory of that, maybe he was from japan), but i dont want a logo exactly like gmail, rather some glitter or the sort of colurs they use, which isn't plain (looks dull), so maybe some amount of glittering can be added through photoshop, paint.net or gimp. :)

  2. I believe you downloaded Paint.Net? Open your logo in this program, and on the color wheel menu, click [ More >> ]Use the Transparency - Alpha and set it to 0. Then paint your background (the white parts) with this. Save it as gif.
    .1 opened the logo2. clocked on more and then set transparency - alpha to 0. 3. you said, "Then paint your background (the white parts) with this" , what does the 'with this mean here', so what i did was picked the paint bucket and painted all area with white, saved as .gif same as before.most probably the last step went wrong. can you explain that in details.. thanks
  3. wooo, after a long time was able to figure it out. now i get the conent printed on the email which i recieve. but this raises another question : the print format in the email i recieve is:the Title hereMessage Contentnow what i want to do is make the email appear like thisTtitle: the title here.enquiry: message content.so i now which field contains what, but i dont seem to find where to go editing. i am trying and hope to do it, in the mean while any one help offering any help, thanks icon11.gif

  4. If it's not what you wanted then you need to be clearer.
    i assume i need to think twice before posting :blink:
    Yes, easy bit
    i smelled something similar :)
    Yes, bit more tricky
    a image map program i have will do it :)
    Yes possible, but since you are not wanting to use the system clock you are going to have to print these times from the server with php. Print to a div or something that is aboslutely placed above the country, then when mouseover'd show it, understand?
    little bit. i will first go and make the image and the repective image co-ordinates, i will be back :)
  5. ok i was able to add an extra field, but when i sent a message to my self, the data filled in that filed didn't appear n the email, what should i do, i need to add extra fields in my contact page, this is what i did, to add an extra field named "teatype"

    $error = false;  if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) {    $name = tep_db_prepare_input($HTTP_POST_VARS['name']);    $email_address = tep_db_prepare_input($HTTP_POST_VARS['email']);    $enquiry = tep_db_prepare_input($HTTP_POST_VARS['enquiry']);    [b]$teatype = tep_db_prepare_input($HTTP_POST_VARS['teatype']);[/b]    if (tep_validate_email($email_address)) {      tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, $enquiry, $name, $email_address, [b]$teatype[/b]);

    this is in the body part

      <tr>                <td class="main"><?php echo ENTRY_TEA_TYPE; ?></td>              </tr>              <tr>                <td class="main"><?php echo tep_draw_input_field('teatype'); ?></td>              </tr>

    thanks for any help

  6. Ask google for a Javascript Analogue Clock and see what's there  :)

    but why are you brining me close to an analog clock. i dont need a wall clock in a web page. what i meant was, : 1. a world map (.gif image)2. in that map some image mappings. 3. when someone hovers over a certain country then just like the alt text is displayed when you hover your mouse over a regular image. in my case a time will be displayed. i dont need the time to be updating randomly, the time will update if the visitor refreshes the page. just like the link i had given you eralier of DHL, they have used a java prgram, instead i want to use Image and js. i hope i was clear this time. thanks :)
  7. What the heck does that say?
    what are you talking ha :)
    we know who to contact when we run out of tea hope that means we get a discount lol)
    what's the defintion of discount, i forgot :)just kidding, ur always welcome.
  8. hi there, i did want to add some more fields in my contact us page, this is what i have donein the body

    <tr>                <td class="main"><?php echo tep_draw_input_field('type'); ?></td>              </tr>

    now my question is where in this i add the fields in this code, so that the field is printed in the email $error = false; if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) { $name = tep_db_prepare_input($HTTP_POST_VARS['name']); $email_address = tep_db_prepare_input($HTTP_POST_VARS['email']); $enquiry = tep_db_prepare_input($HTTP_POST_VARS['enquiry']); if (tep_validate_email($email_address)) { tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, $enquiry, $name, $email_address); tep_redirect(tep_href_link(FILENAME_WHOLESALE, 'action=success')); } else { $error = true; $messageStack->add('contact', ENTRY_EMAIL_ADDRESS_CHECK_ERROR); } }

  9. You should at least have these 3 browsers on you machine to test your site and make alterations.

    i do have IE and FF

    That's right, in opera and firefox your header/footer stick out a little over the border. Try decreasing the width or something

    i tried decreasing the width from 820 to 790, but nothing seemed to change. where should i go about editing. thanks for any help

  10. many people here pointed that my site's fixcenter was not working properly in FF, although it shows correctly in IE. in FF the header and footer were coming out a little bit.this is all that makes the site centered

    BODY {  text-align: center;  background: #eeeeee;  color: #000000;  margin: 0px;}.fixcenter {  width: 820px;  border: solid; border-width: 1px; border-color: #bbbbbb;  background: #ffffff;  color: #000000;  margin: auto;  margin-top: 0px;  text-align: left;}

    and in the html page

    <div class="fixcenter">     .................</div>  

    what could be the cause , that it shows perfectly in IE, Safari etc. and not FF. what are the reqd. changes in the code?

  11. so to shorten it up you can make a sitemap in whatever language you want but that doesnt mean that google will understand it.

    my sitemap is in html(layout being css), will google not understand it?

×
×
  • Create New...