Jump to content

virtualadz

Members
  • Posts

    489
  • Joined

  • Last visited

Everything 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. but one thing's for sure, my image has lost smoothnes. is there a way to make it smooth + add some glitter like the gmail logo
  3. i dont know what magic happened, looke here and there, and then returned to paint once again and now it's ok , the only thing i did was antialiasing or alpha blending, that seemed to have done the trick. anyways thanks
  4. .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
  5. no no no noooo, i have paint.netphotoshop cs2flash 8gimp latestcoffee cup website color schemeri have them all, so which one do i use????
  6. ok so now i have made a sample site: virtualadz.comthe situation: 4 flash buttons (combined into 1 .swf file), anchor link to 4 text headings. this is what i want, anchor linking: flash to text. thanks
  7. let me try what you said just a second making a sample site.
  8. 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
  9. ya i do have gimp , installed, should i selet the full image and then save the image transparency. moreover where is this function? thanks
  10. does anyone know how do i make my logo adapt to the background color, you can see the ebay logo has adapted the background color, but my logo shows a white background to it's full size 150X70, how can i do this.
  11. i assume i need to think twice before posting i smelled something similar a image map program i have will do it little bit. i will first go and make the image and the repective image co-ordinates, i will be back
  12. 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
  13. 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
  14. what are you talking ha what's the defintion of discount, i forgot :)just kidding, ur always welcome.
  15. many thanks, finally i am going to make my site live after adding all products. wihtout this forum it wouldn't have been possible. CHEERS to everyone.
  16. the dd script is works only in IE and opera and not in FF or mozilla browsers
  17. hi, scott do you know of any way to correct that , i need to make my site live today morning anyhow. thanks for any help in advance
  18. 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); } }
  19. 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
  20. 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?
  21. 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?
  22. i dont know if you could do it with css, but you can use shadow images, i have used it on my site.
  23. i will try to the best of my efforts to make, not sure if will be able to do it (knwoledge js=0) , but will use the cut and paste method and some searching. thanks going to give it a try.
×
×
  • Create New...