开发者

Logo Design / Picture Validation

开发者 https://www.devze.com 2023-02-13 00:10 出处:网络
Php / ASP.Net / Jquery I am working on a small blogging website, where i am looking forward to keep a logo.

Php / ASP.Net / Jquery

I am working on a small blogging website, where i am looking forward to keep a logo.

for Instance : abc"Chillie Image" def.

When y开发者_Go百科ou right click on StackOverflow - It doesnt show the option for saving the image. It shows the option to save as target in .html? I expecting .. similarly

How to store the logo inside HTML Tags rather than storing in image tag


Store it as a background in a <div>, for example.

<div style="background-color: yellow; 
            background-image:url('moon.jpg'); 
            width:400px; height: 400px; 
            background-repeat:no-repeat"> Hello World! </div>

This actually works. You can have the logo as a background.

0

精彩评论

暂无评论...
验证码 换一张
取 消