Help me!!!
I can't import background in html
do you know any tag that can import background

Recommended Answers

All 7 Replies

I have no idea what you're talking about. There is no HTML element that can import anything. Are you wanting a background image, color, etc? You simply aren't providing enough information.

Regards, Arkinder

you can use this code (css)

<style type="text/css">
body {background-image:url('BACKGROUNDHERE.FILETYPE');}
</style>

make sure you have the picture in the same file as the page.html or if you have a picture called pic.jpg in an images folder then the code should look something like this:

<style type="text/css">
body {background-image:url('images/pic.jpg');}
</style>

hope this helped

I think you have got the solution to your problem. Well I'm here to ask you about the new design of my website. I request to check out my website background and give me suggestions to make it more attractive and also let me know if its fine .
My website is "seogp.com" please look for it in Google or go there directly .
Thanks

Hi michealcdz,

Requests for website reviews should be posted here.

It looks fine.


Regards, Arkinder

Thanks Arkinder for telling me the right place and viewing my site. :)

aa

background-color:red

you can change red to any colour you wish

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.