How to create a link tag cloud [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to generate a text link cloud something like the image attached.
As some words are vertical, I am thinking of doing it via CSS3. But it is consuming lot of time.
Do you know any website or any better idea of how I can do it fast?
I am using transform property.

A list of websites:
http://www.edudemic.com/9-word-cloud-generators-that-arent-wordle/
http://www.wordle.net/
http://www.tagxedo.com/app.html
http://www.tagcloud-generator.com/
http://tagcrowd.com/
http://www.tagcloudgenerator.com/
Hope this helps! :)

The 0nline Image Map Editor May helps you to create a link
http://www.maschek.hu/imagemap/imgmap

Related

how make multi lang website without loading all data again? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have basic HTML website webcovid19.live with many iframe tags,
How can I create multi lang website without loading all stuff again ?
...Just to load new text without iframes.
You can use Google translate. Its the fastest way to translate a website.please give enough information what you really want to do which language you are using

Website Testing [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Say I have a website called www.website.com, which is online and hosted.
I am currently working on a other website(lets call it wwww.website2.com) and would like to send it to someone so he can have a look at it.
The way how I want to do this, is basically create the following link:
www.website.com/website2 - From which he will be able to view the content of www.website2.com
I am not to sure how I can do that.
Would appreciate your help a lot.
Thanks! :)
You can just add a folder to www.website.com called "website2". Then go to: www.website.com/website2 and (when there is an index.html (or index.php) in that folder, it'll show you that website.

How can I develop this graphic? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I need some advice from you on how to develop a website with this menu. Tips? I tried with div and img, but it's too messed up.
Thank you in advance
Web site from the graph
Have a look on the CSS manipulations with shadows : https://css-tricks.com/almanac/properties/b/box-shadow/
You can also build more advanced structures like this 3D boxes: http://tympanus.net/codrops/2013/08/27/3d-shading-with-box-shadows/

How to change the images using HTML and CSS? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I don't know whether this question make sense . But i have this doubt .. please clear my doubt
For assumption , i have 5 images ,Is this possible to change 5 images one by one [like slider] using HTML and CSS styles without using jquery and javascript
Yes it is possible. A quick google search took me to this working example with code:
CSS Slider

Customizing ebay store HTML and CSS code (How to?) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have an ebay store and it has some themes but I would like to be able to change the CSS and HTML code myself.
Does anyone know how this is done?
Thanks
I've done it several times earlier. Main thing is to add link to stylesheet (which is on your server). If i remember correct, you can add it where HTML for header is added, and then style elements generated by eBay. (Don't use id)