Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Design > Need Help?

need help with html coding

Ask us questions relavent to Web Design and Computers.
Also support for Bluepearl Design and webclans.net hosting.

    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 01-25-2006, 12:48 PM   #1 (permalink)
 
Watcher's Avatar
 
Title: Render Overseer
Join Date: Nov 2005
Location: Venice,Florida
Age: 53
Posts: 1,078
Images: 347
Rep Power: 4 Watcher is on a distinguished road
Send a message via AIM to Watcher Send a message via MSN to Watcher
Red face need help with html coding

hate to have to start a new thread on this but can some one make me the html code for this, its the location of my sig, and i have no idea how to make it hehe

http://worldofarkania.net/Downloads/...al_Watcher.gif

seems that one of the sites im looking at has there signiture set up to only accept html code?
Watcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2006, 02:23 PM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,839
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: need help with html coding

I havent got HTML enabled as its easy for someone with good web design knowledge to cause me alot of headaches if i used it.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2006, 04:46 PM   #3 (permalink)
 
Watcher's Avatar
 
Title: Render Overseer
Join Date: Nov 2005
Location: Venice,Florida
Age: 53
Posts: 1,078
Images: 347
Rep Power: 4 Watcher is on a distinguished road
Send a message via AIM to Watcher Send a message via MSN to Watcher
Re: need help with html coding

i just need that address made into html you can add it with the code thing
Code:
like so i think i could be wrong?
Watcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2006, 05:43 PM   #4 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,421
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: need help with html coding

<img src="<image file>" alt="">

there you go
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2006, 06:24 PM   #5 (permalink)
 
Watcher's Avatar
 
Title: Render Overseer
Join Date: Nov 2005
Location: Venice,Florida
Age: 53
Posts: 1,078
Images: 347
Rep Power: 4 Watcher is on a distinguished road
Send a message via AIM to Watcher Send a message via MSN to Watcher
Re: need help with html coding

what goes between the 2 " marks at the end ? any thing?

Code:
<img src="<image file>" alt="(any thing go here)">
 
<img src="http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif" alt="">
Watcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2006, 10:41 PM   #6 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,421
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: need help with html coding

you can put a discription there that shows when you move your mouse over the image, but this isn't required.
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-25-2006, 11:06 PM   #7 (permalink)
 
Title: Bluepearl Veteran
Join Date: Oct 2005
Age: 36
Posts: 431
Rep Power: 4 Sohlside is on a distinguished road
Send a message via ICQ to Sohlside Send a message via MSN to Sohlside Send a message via Yahoo to Sohlside
Re: need help with html coding

Code:
<a href="http://www.yourlink.com"><img src="http://worldofarkania.net/Downloads/Sig_logo/Steal_Watcher.gif"></a>
Just change where it says "your link.com" to the URL you;'d like the image to link to and you're all set.
__________________
"Intelligence is knowing a tomato is a fruit. Wisdom is not using it in a fruit salad."
Sohlside is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-26-2006, 12:47 AM   #8 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,421
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: need help with html coding

in the img part, there has to be an alt tag so your html is valid, if it's not there, your browser will show it anyway's

---


and the a tags you gave is for making the image clickable, but using it like you do, will give you a blue border arround the image

to prevent that, put border="0" in your img tag.
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-26-2006, 02:06 AM   #9 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,839
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: need help with html coding

soz watcher didnt understand your question at first, thought u meant how to u get HTML to work on these forums.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-26-2006, 04:00 AM   #10 (permalink)
 
Title: Bluepearl Veteran
Join Date: Oct 2005
Age: 36
Posts: 431
Rep Power: 4 Sohlside is on a distinguished road
Send a message via ICQ to Sohlside Send a message via MSN to Sohlside Send a message via Yahoo to Sohlside
Re: need help with html coding

Quote:
Originally Posted by Fragalot/f3
in the img part, there has to be an alt tag so your html is valid, if it's not there, your browser will show it anyway's

---


and the a tags you gave is for making the image clickable, but using it like you do, will give you a blue border arround the image

to prevent that, put border="0" in your img tag.
Yeah, I'm still not sure exactly what he wanted to do with the code so I was guessing maybe just HTML for his sig for another forum. And forums don't need to validate. I was beign logical instead of accurate. I never do both.

if SenseOfHumor Load $Sarcasm$
else Ignore

And I don't need no stinkin valid markup! Alt tags are for n00bs and elitists. Viva la resistance! Abolish valid code!
__________________
"Intelligence is knowing a tomato is a fruit. Wisdom is not using it in a fruit salad."

Last edited by Sohlside; 01-26-2006 at 04:06 AM.
Sohlside is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: need help with html coding
Thread Thread Starter Forum Replies Last Post
The difference between CSS, HTML, and PHP? LC Interactive Software 17 09-25-2007 04:50 AM
[HTML] Getting Started with Web Design. Sean HTML, XHTML, Javascript, CSS 27 04-10-2007 09:13 PM
Html tables radalin Need Help? 3 11-02-2005 10:53 PM
Coding help once agian wasahobo Need Help? 5 09-08-2004 01:41 AM
html Hayden Need Help? 8 03-24-2004 03:23 PM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 09:47 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52