Learn and Share your HTML tips here

sapana@ebay.com
eBay Employee
eBay Employee
Hi,

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
Message 1 of 25
latest reply
24 REPLIES 24

Learn and Share your HTML tips here

sapana@ebay.com
eBay Employee
eBay Employee
hey thre was a slight mistake in the above post.

<</b>a href="www.ebay.in">eBay India< / a >.

The < / a > will be without spaces
Message 2 of 25
latest reply

Learn and Share your HTML tips here

kritaant
Community Member

Learn and Share your HTML tips here

kritaant
Community Member
Message 4 of 25
latest reply

Learn and Share your HTML tips here

sapana@ebay.com
eBay Employee
eBay Employee
Hi,

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
Message 5 of 25
latest reply

Learn and Share your HTML tips here

sapana@ebay.com
eBay Employee
eBay Employee
Hi indconcepts,

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
Message 6 of 25
latest reply

Learn and Share your HTML tips here

indconcepts
Community Member
Sapana.... I was trying this falling animation.

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......


IndConcepts logo7




IndConcepts logo7




Umang Midha -- .


IndConcepts logo7
.


best regards

Umang Midha


IndConcepts logo7
Message 7 of 25
latest reply

Learn and Share your HTML tips here

indconcepts
Community Member
Just a small correction....

For Border="0" .... kindly note that the number 0 has to be in quotes.

-- .


IndConcepts logo7
.


best regards

Umang Midha


IndConcepts logo7
Message 8 of 25
latest reply

Learn and Share your HTML tips here

sapana@ebay.com
eBay Employee
eBay Employee
testing border...

Message 9 of 25
latest reply

Learn and Share your HTML tips here

sapana@ebay.com
eBay Employee
eBay Employee
Hi indconcepts,

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
Message 10 of 25
latest reply