Epinions.com 
Join Epinions | Learn More! | Sign In   
Home > Message Boards > Epinions > Help > How do I use HTML code?

How do I use HTML code?
Posts on this Topic   Search in Help   
Showing 1-13 of 13 posts      
Hide member images Print         
   
cheekyred23 Original Post: Apr 19 '06,  9:50 pm           
Reviews written: 22
Member since: Apr 04 '06
Post: 54136
How do I use HTML code?



Afternoon everyone,

Firstly, big hello to all the members and thanks for the helpful comments that have been left as I'm starting out. It's always encouraging to receive good feedback to improve review writing as it's a steep learning curve at times.

My question is in regards to editing my profile, I have no idea how to use HTML to change font, style or to load piccies. I keep seeing all these fantastic profiles with fantastic links to blogs, websites and other reviews but I am having a lot of trouble knowing how to properly use HTML - and I have spent a lot of time trying to access different info on here to no avail.

I will admit I am definitely not the most technological savvy of users but any helpful advice would be most welcome.

Thanks very much

Georgina - cheekyred23

   
drdevience Posted: Apr 20 '06,  12:32 am           
Reviews written: 647
Member since: Jun 09 '02
moderator in Movies, Video Games
Post: 54160
RE: How do I use HTML code?

Quote: cheekyred23
Afternoon everyone,

Firstly, big hello to all the members and thanks for the helpful comments that have been left as I'm starting out. It's always encouraging to receive good feedback to improve review writing as it's a steep learning curve at times.

My question is in regards to editing my profile, I have no idea how to use HTML to change font, style or to load piccies. I keep seeing all these fantastic profiles with fantastic links to blogs, websites and other reviews but I am having a lot of trouble knowing how to properly use HTML - and I have spent a lot of time trying to access different info on here to no avail.

I will admit I am definitely not the most technological savvy of users but any helpful advice would be most welcome.

Thanks very much

Georgina - cheekyred23

Hmm seems there was a thread around here somewhere covering this very thing. Lemme go see if I can find it again for ya ;)

Doc
   
drdevience Posted: Apr 20 '06,  12:37 am (Updated: Apr 20 '06,  1:05 am)           
Reviews written: 647
Member since: Jun 09 '02
moderator in Movies, Video Games
Post: 54162
RE: How do I use HTML code?

Here's a thread on adding links..

http://www.epinions.com/msg/show_~threads/cat_id_~121/id_~5360/forum_id_~442/pp_~1/sec_~forums#posts

Profile pics:
http://www.epinions.com/msg/show_~threads/cat_id_~121/id_~3710/forum_id_~442

More Profile help..
http://www.epinions.com/msg/show_~threads/cat_id_~121/id_~6560/forum_id_~441/pp_~1/sec_~forums#posts


Fonts:
http://www.epinions.com/msg/show_~threads/cat_id_~121/id_~5373/forum_id_~441/pp_~1#33107

Ok..I'm tired of digging now. LOL!

I am certain that Rex or someone more knowledgable than I will be along to sum it all up in this thread for you ;)

Doc

   
cheekyred23 Posted: Apr 20 '06,  1:34 am           
Reviews written: 22
Member since: Apr 04 '06
Post: 54164
thank you very muchly



Big thanks Doc for your prompt reply, I've noticed your assitance in many other threads so I appreciate it!

Will go and play with my profile now and see if I can make it look a bit more spiffy (hmmm spiffy is that a word people in the US use.... must be love of Brit culture coming out again!)

Thanks

Georgina

   
drdevience Posted: Apr 20 '06,  2:19 am           
Reviews written: 647
Member since: Jun 09 '02
moderator in Movies, Video Games
Post: 54165
RE: thank you very muchly

Quote: cheekyred23
Big thanks Doc for your prompt reply, I've noticed your assitance in many other threads so I appreciate it!

Will go and play with my profile now and see if I can make it look a bit more spiffy (hmmm spiffy is that a word people in the US use.... must be love of Brit culture coming out again!)

Thanks

Georgina

You're very welcome... I think you and I are closer to the same time zone than most members... all them Uhmercans are snoozing right now. Let's par-tay and leave the mess for them to clean up in the morning!

Hopefully our plans will work out and we'll be in Melbourne for about a month this fall... I have wanted to see Australia for a very long time now...

Feel free to give me a holler if you have any other questions about Epinions, or ask here on the boards ;)

ReadyForLunchDoc
   
tch7 Posted: Apr 20 '06,  6:25 pm (Updated: Apr 20 '06,  6:28 pm)           
Reviews written: 112
Member since: Jan 19 '03
moderator in Hotels & Travel
Post: 54289
RE: thank you very muchly

Though you've already played around with your profile a bit, here's a basic summary of the most common tags, just so it's all together in one place for anybody's future reference:


<a href=""> </a> - This is a link. Within the quotation marks is where you put the destination that you want the link to go to. Inbetween the two tags is where you place the text you want the webpage to display. If it is an external website (not on epinions.com), you must include the http:// for it to work properly. For instance <a href="http://www.google.com">Click here to visit google.com</a> would display Click here to visit google.com

<img src=""> - This is an image. All you need to do is put the URL of the image in the quotation marks. Like the tag for a link, you can add more things into the tag to make things more specific - such as width, height, border, and description.

<b> </b> - Bold text anyone? With this tag all you do is put the words that you want to be bold inbetween the two tags.

<i> </i> - Want italics? This is identical to how the bold text tags work.

<u> </u> - Underlined text. Works the same as above (but disabled on these message boards and in reviews).

<s> </s> - Although not too commonly seen, this tag crosses out text. I think by now you know how this type of thing works, but it too is disabled on these boards and in reviews.

<font> </font> - As is, this tag will do nothing. However, once you do something like <font size="5" face="arial" color="blue">Hello!</font> you'll get results.

<br> - Gives you a line break.

<li> - Meant for creating lists. Functions like a line break, but also inserts a bullet on the new line.

<p> </p> - Can be used to separate paragraphs, putting the text in the middle of those tags.


If you want more detail, some of those threads Doc already linked should take care of that.

   
cheekyred23 Posted: Apr 21 '06,  12:28 am           
Reviews written: 22
Member since: Apr 04 '06
Post: 54346
Re- thanks very muchly



thanks for the insight - I have been playing around with my profile - but always room for improvement.

Thanks for the advice

Georgina

   
scmrak Posted: Apr 21 '06,  11:37 am           
Reviews written: 1356
Member since: Sep 27 '00
Post: 54415
RE: thank you very muchly

Quote: tch7
Though you've already played around with your profile a bit, here's a basic summary of the most common tags, just so it's all together in one place for anybody's future reference...
Just as an aside, the only tags that work within the body of a review are
<b>bold</b>,
<i>italic</i>,
<a>links</a> (but only within the epinions.com domain),
and <br> for the line break.
Maybe the <p> paragraph, too - everything else is disabled by the parser.

-30-

rex
   
lorace Posted: Apr 21 '06,  3:21 pm           
Reviews written: 277
Member since: Jun 05 '01
moderator in Home & Garden
Post: 54435
RE: Re- thanks very muchly

Quote: cheekyred23
thanks for the insight - I have been playing around with my profile - but always room for improvement.

Thanks for the advice

Georgina


Your profile page is so attractive.

It doesn't look like you need help!

Lorace
   
hddan Posted: Apr 21 '06,  10:52 pm           
Reviews written: 94
Member since: Jan 30 '06
Post: 54468
Great info

I just wanted to say that I found the information in this thread very helpful, and thought that maybe it should be pinned as it provides some very useful information.

And of course I would also like to say thank you to those who provided some help regarding HTML.

Thanks.
Dan

   
drdevience Posted: Apr 22 '06,  11:19 pm (Updated: Apr 22 '06,  11:19 pm)           
Reviews written: 647
Member since: Jun 09 '02
moderator in Movies, Video Games
Post: 54571
RE: Great info

Quote: hddan
I just wanted to say that I found the information in this thread very helpful, and thought that maybe it should be pinned as it provides some very useful information.

And of course I would also like to say thank you to those who provided some help regarding HTML.

Thanks.
Dan

Agreed.

Pinning it now.


Doc
(errr no I'm not! One of my great co-mods beat me to it! YAY!)
   
pearannoyed Posted: Apr 23 '06,  10:50 pm           
Reviews written: 197
Member since: Oct 03 '03
Post: 54640
RE: Great info

Quote: drdevience
Agreed.

Pinning it now.


Doc
(errr no I'm not! One of my great co-mods beat me to it! YAY!)


Hmmm....

I wonder who that could have been.

   
cheekyred23 Posted: Apr 25 '06,  5:52 am           
Reviews written: 22
Member since: Apr 04 '06
Post: 54829
RE: Re- thanks very muchly



Aww thanks lorace, I spent hours modifying my profile page.... eventually I got the idea.

I am now certifiably addicted to all those 'blog things' quizzes though... lol. hmmm what flavour candy am I???

Georgina

Hide member images Print         
Showing 1-13 of 13 posts      
Return to top

Help | Member Center | Message Boards | Site Rules | User Agreement | Privacy Policy | Site Index | Topic Index  
About Epinions | Careers | Contact Epinions | Advertising  

Epinions | Shopping.com | Rent.com | Free Classifieds | Price Comparison UK

Shopping.com Network © 1999-2009 Shopping.com, Inc. Trademark Notice

Epinions.com periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.