Question:

I need help with html?

by  |  earlier

0 LIKES UnLike

I have a blog on blogger and i am trying 2 customize a template that ia already there and i tried putting the background with the repeat code, but it isnt working and pplleeaassee dont talk all techy cuz i wont understand but i guess u can if u have 2... thanx!

 Tags:

   Report

5 ANSWERS


  1. Are you hand coding the HTML in the Blogger's Editor or using the Blogger's Background tool to change the template?  Hard to help without some idea of what you have tried and link to site.

    Ron


  2. it is probably cuz you are not dealing with html but css, they are not to different though, just css only effects style, and in css they do not rely use tags like <center> instead they put all the things for the par of your website, or sometimes program into these { so your code should look  something like this

    #page {

    border: 0px solid red;

    background: #000000 url('images/edges-brushed-steel.png')      

    background-repeat: repeat;}

    'I did that quick so it might be a bit different and the thing that says #page would be different, cuz that is what identifies what you are changing the style of.

  3. try looking for a reference for what you want? go to a site or blog and right click then view source. you will see the web page written in html.

  4. Edit your question and paste the code you are trying to use. Someone will be able to help.

  5. best way i could help you is if you copy and paste the code you used in the question that way i can see if you made a typo in the code or something.

    but try using the following code: make changes where needed

    <body style="background-image:url( www.mypic.com/ mypic.jpg);

    background-repeat:repeat;

    >
You're reading: I need help with html?

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions