How to convert logo to html?
Hello,
I made a logo and saved it to a .ai file. How would I take this vector file and display just the logo, without the white background on a website? Thanks
Hello,
I made a logo and saved it to a .ai file. How would I take this vector file and display just the logo, without the white background on a website? Thanks
@robert24417421lmgj wrote:
... if I save the img as a SVG or PNG ... it will automatically just use the vectors image and not the background?
Both SVG and PNG support transparency, but PNG (Portable Network Graphics) is raster. SVG (Scalable Vector Graphics) is vector.
SVG is not supported in older browsers, but there are workarounds with html.
https://www.w3schools.com/html/html5_svg.asp
https://css-tricks.com/using-svg/
Jane
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.