Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 16-05-2006 11:09 AM
HTML tips are a cool way to improve the looks of your web page (be it listings / shops / posts / About me pages). I know a couple of HTML tips that I would like to share with you. If you know any, please feel free to share them here. I will love to learn more.
Creating links in your text
There are two ways of saying something -
Efficient - Visit my About Me page
Normal - Visit my About me page at - http://cgi3.ebay.in/ws/eBayISAPI.dll?ViewUserPage&userid=sapana@ebay.com
Here is the HTML tip to write in the efficient way
<</b>a href="www.ebay.in">eBay India
Replace www.ebay.in with the relevant link and replace eBay India with relevant text to create your own cool link.
You can practice HTML on this thread or can create a new thread for the same.
Cheers!
Sapana
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 18-05-2006 06:51 PM
<</b>a href="www.ebay.in">eBay India< / a >.
The < / a > will be without spaces
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 18-05-2006 06:53 PM
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 18-05-2006 07:02 PM
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 22-05-2006 10:08 AM
if you wish to know how you may link an image to your webpage, following is the code for the same:
<</b>a href="paste the link of the webpage here"><</b>img
src="paste the link to the image here" <</b>/a>
Cheers,
Sapana
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 22-05-2006 10:11 AM
What is it that you are practicing? What is the HTML code for the same?
To give HTML code on the boards, you can make 2-3 parts of the code in bold. This will ensure that the code is appropriately displayed on the boards.
Regards,
Sapana
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 22-05-2006 11:27 PM
It should have shown the Items falling randomly all over the page. But there is something wrong at your end.... it made the things fall in a single column. Infact this I picked up from some site.
Sapana .... I would like to add a POINT to what you have suggested regarding linking an image.
When you link an IMAGE ..... there comes a BLUE COLOURED border around the image. Most of us would not like to have a border around our image. To eraze that border just add an attribute BORDER=0
So ...what you have suggested would change to....
So my image with BORDER and without border would be like this......
Umang Midha
--
.
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 22-05-2006 11:41 PM
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 23-05-2006 09:15 AM
Learn and Share your HTML tips here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 23-05-2006 09:18 AM
Thanks for pointing that out. The code to get a link an image with a webpage, without getting a border is:
<</b>a href="paste the link to the webpage here"><</b>img src="paste link to the image here" border="0" <</b>/a
Do paste the code of falling animation on this thread. It will be intersting for others to learn.
Cheers,
Sapana
