i can upload one but cant put in on the site
i can upload one but cant put in on the site
Use html "img" tags.
example: <img src='url_of_image' alt='alternative_text_here' />
E-mail: synkc[at]x10hosting[dot]com
Hirokima.com
im really greatfull for your reply, i am new to this so its really quite confusing. where is the html of the pic, is it in the browser pannel
I'm not sure of what your asking, but just paste that code I posted into a .html file, fill in the url of the image and alternative text, and upload the file.
E-mail: synkc[at]x10hosting[dot]com
Hirokima.com
ok thank you. could you help me in understanding what td/tr means please
Edit:
can i just type it into my index editing page, im not sure what you mean by put it in a html file then upload. (where would i upload it from/where would i get a html file to copy it to) sorry for going on im just finding it hard to understand
Last edited by lmc4you4me; 10-29-2007 at 05:30 AM. Reason: Automerged Doublepost
He means you should put it into any html file.
Like you did with the index.html file.
A tr is a table row and a td is a table cell.
They should be included inside a table tag like this
As for uploading use the file manager in cPannel or an ftp client.HTML Code:<table> <tr> <td> My first table </td> <td> Nowai! </td> </tr> </table>
ok thank you, still alittle confused but im sure al work it out. ps i didnt do anything with the index.html.