![]() |
|
| |||||||
| Notices |
| BlueVoda - General Issues All BlueVoda support issues that are not covered in the below forums. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
I am trying to add a logo that I created in corel draw and converted to a jpeg. when Ia dd the logo to the template it creates a white box around the logo. How do I get rid of this white box so that I have only the logo with the template background color.
|
|
#2
| ||||
| ||||
|
Try converting it back to a png. then it shoul come out right.
__________________ Funny Jokes and Redneck Pics www.quality-treasures.com www.anytime-figurines.com "laughter is the best medicine" The most wasted of all days is one without laughter. ~e.e. cummings |
|
#3
| |||
| |||
|
The logo never was a png when you create in corel draw it cretes it as a vectored artwork. I then converted it to a jpeg to use in bluevoda, and it creates a white block around the logo. I want the webpage to be the background color. It doesn't matter what I do with it , I can't get rid of the white box.
|
|
#4
| ||||
| ||||
|
If you cannot resolve the problem send the logo to me and I will attempt to give you what you are wanting. Have you published a page so I can copy the backgroung color if need be or send the color in Hex or RGB. Use my contact form in my redhawk website or send it to trw @ zone5pix .com You will need to delete the spaces in my email address.
__________________ CarbonTerry Semper Fi Glossary of Web Building Language www.redhawk-archery.com www.zone5pix.com Zone 5 Websites Newbie Tips Newbie FAQ's Reduce Shape File Size |
|
#6
| ||||
| ||||
|
and, If you want an icon in the adress bar, get a favico save it as favico.ico upload it to your site, and put this code in an html box <head> <link rel="shortcut icon" href="favicon.ico" > </head> And if you want the animated Icon from http://www.htmlkit.com/services/favicon/ Put this code after uploading the animated icon. <head> <link rel="shortcut icon" href="favicon.ico" > <link rel="icon" href="animated_favicon1.gif" type="image/gif" > </head> |