piatkow

msg:4547780 | 9:18 am on Feb 22, 2013 (gmt 0) |
I was suprised by this post but thinking on how CMS products have come along in the past few years I supposed that it is now possible to have several complete sites to your credit without having to touch the underlying code. @arunps you need to spend some time with a decent html tutorial such as w3schools. The basics only take a couple of hours to learn. For an image use the IMG tag - there are a number of options but the tutorials will take you through those in detail.
|
jameslabonte

msg:4551319 | 10:26 am on Mar 5, 2013 (gmt 0) |
you can use the <img> tag to use any picture in HTML Ex: <img src="smiley.gif" alt="Smiley face" width="42" height="42">
|
g1smd

msg:4551320 | 10:33 am on Mar 5, 2013 (gmt 0) |
With the src= part, it is often best to state the full path to the file beginning with a leading slash. Don't forget the title= attribute too. This text pops up on mouseover.
|
|