Furbo Posted November 29, 2009 Posted November 29, 2009 Hey all. Well as topic described, I would like to add an image to part of the text I made in one of the boxes in column_right Would love if anyone could describe the code or know an add on, which could do this I am not very skilled in this, but hope to improve ;) Kindly Furbo Quote
germ Posted November 29, 2009 Posted November 29, 2009 Hey all. Well as topic described, I would like to add an image to part of the text I made in one of the boxes in column_right Would love if anyone could describe the code or know an add on, which could do this I am not very skilled in this, but hope to improve ;) Kindly Furbo Put the image in the /images folder of your osC site and the code would be something like this: <img src="images/IMAGE_NAME_GOES_HERE" width="IMAGE_WIDTH_GOES_HERE" height="IMAGE_HEIGHT_GOES_HERE" border="0" alt="IMAGE_MOUSEOVER_TEXT_GOES_HERE"> Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Furbo Posted November 29, 2009 Author Posted November 29, 2009 Put the image in the /images folder of your osC site and the code would be something like this: <img src="images/IMAGE_NAME_GOES_HERE" width="IMAGE_WIDTH_GOES_HERE" height="IMAGE_HEIGHT_GOES_HERE" border="0" alt="IMAGE_MOUSEOVER_TEXT_GOES_HERE"> And it works ;) I really appriciate this, thanks a lot, love that I can ask here and someone really smart tells me what to do ;) Have a nice day! Kindly Furbo Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.