WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 Need the codes on Fri Sep 03, 2010 10:58 am

Joel


Registered Member
Registered Member


Can anyone provide me with a set of codes that can have what i showed in the image above?
Thanks



Last edited by Joel on Fri Sep 03, 2010 10:00 pm; edited 2 times in total

http://www.advertisehotspot.info/

2 Re: Need the codes on Fri Sep 03, 2010 12:57 pm

Guest


Guest
Why not make some images at photoshop? Upset

3 Re: Need the codes on Fri Sep 03, 2010 5:42 pm

ankillien


Administrator
Administrator
Hi Joel,

Thats so simple. You can create almost similar thing at http://webartzeditor.tk
Use the text box element (of form) to put the code in it.

Once you get the basic thing done, give me the code and I'll modify it to look exactly like the image Very Happy

4 Re: Need the codes on Fri Sep 03, 2010 9:17 pm

Joel


Registered Member
Registered Member
No Ani, the images ain't what i need. The codes. I need it to be exact. I'm still quite not sure on how to do it.

http://www.advertisehotspot.info/

5 Re: Need the codes on Fri Sep 03, 2010 9:36 pm

ankillien


Administrator
Administrator
I am talking about the codes only Wink

Use this one...

Code:
URL: <input size="100%" value="VALUE GOES HERE" type="text" />


In the value attribute, you add the code that should display.

6 Re: Need the codes on Fri Sep 03, 2010 9:45 pm

Joel


Registered Member
Registered Member
OH RIGHT! I get it now! Thanks Ani! I think i just confused myself!

Anyway, one last question. I tried adding html codes to the box.

URL: <input size="100%" value=" <a href="http://www.advertisehotspot.com"title ="Advertise Hotspot"><img src="http://img23.imageshack.us/img23/302/99950639.png"border = none</a>" type="text" />

And yea, the stuffs don't appear well. It appears as a banner. I want it in codes.

http://www.advertisehotspot.info/

7 Re: Need the codes on Fri Sep 03, 2010 10:03 pm

ankillien


Administrator
Administrator
You need to convert some symbols to HTML, like...

< should be replaced with &lt;
> should be replaced with &gt;
" should be replaced with &quot;

8 Re: Need the codes on Sat Sep 04, 2010 2:22 am

Guest


Guest
Non breaking space should be replaced with &nbsp;
Euro should be replaced with &euro;
Registered Trademark with &reg;
Copyright with &copy;

Wink

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum