Questions tagged [html]
Questions about HyperText Markup Language (HTML), the main language for creating web pages and other interactive information that can be displayed in a web browser.
163 questions
0
votes
0
answers
29
views
Why is my linked image not showing in Adobe Animate CC?
I have a large number of SVG sequence files, and I’ve uploaded a sample here:
https://easyupload.io/69jzns
I want to convert these SVG files into a high-quality 4K video, where each SVG file ...
0
votes
0
answers
56
views
How to keep HTML formatting when copy text to Inkscape?
I have a text with headings, lists, hyperlinks in my editors, and I want to preserve them when copy to Inkscape. How can I do that?
1
vote
0
answers
138
views
How can I fix the height difference between letters in a custom ttf that is rendered in HTML?
I am trying to create a custom ttf file using font forge. The purpose of building a single custom ttf file is to use all alpha-numeric characters (a-zA-Z0-9) of the 3 fonts as 1 font file. . The fonts ...
-2
votes
2
answers
152
views
Can this font style naming be fixed?
I am relatively new to "Fonts".
I assumed this was a Google thing.
I think the idea of these font libraries is great!
A naming convention like this that crosses the boundaries into other ...
1
vote
0
answers
724
views
Is there a way to export SVG files from Adobe XD without id's?
When exporting (for example) icons from Adobe XD as SVG files, the code contains ID's that are for me unnecessary. When I want to use the SVG files for instance inline in an HTML file, it will give ID ...
1
vote
2
answers
208
views
Snappy transitions
I am currently working on Rob Dey's Upskill Crash Course on web development. Everything is going well but I had a question about the animation of my logo. Here is my code:
.navbar-default .navbar-...
0
votes
1
answer
93
views
How can I align code in code listings in HTML?
I would like to have a code listing with alignment in HTML. This is an example of how it is supposed to look:
In this example, the beginning of the second line is aligned with the beginning of the ...
0
votes
1
answer
349
views
Is there a name for this kind of font?
Is there a name for this kind of font that you used to find on cable bulletin boards?
If I wanted to imitate this on a website, which font would you recommend?
3
votes
1
answer
906
views
How do I fix missing opacity masks in rendered svg files on the HTML5 Canvas [closed]
I'm currently working on a project that is using the HTML5 Canvas API and I'm encountering a few problems, one of which is disappearing opacity masks used to add texture to an element in Adobe ...
1
vote
3
answers
2k
views
Figma Emailify Plugin, How to Add a Hyperlink to an Image? Can't add 0% Opacity text layer for some reason
I am using the Emailify Plugin for Figma and noticed that I cannot add a Link to images/ icons. I want to add a clickable URL to each of the social media icons. There is another question from a year ...
3
votes
0
answers
1k
views
What font is Firefox using for `system-ui`?
I'm trying to work out what font my Firefox is using for its system-ui CSS property value, which is used on pages that specify system-ui in their font stack (specifically, I first saw it on my ...
2
votes
1
answer
121
views
Is HTML and CSS a viable choice for storing print designs?
CSS supports paged media via print media queries. HTML has been created to support hypertext documents only but since then evolved and has a wide wariety of tags that when used with modern CSS, can be ...
0
votes
1
answer
162
views
How to embed sliced PSD image with hyperlinks into Drupal CMS?
Is it possible to slice an image in Photoshop, add hyperlinks to certain image areas and embed it into a Drupal CMS page?
I am new to this, but looks like it's possible to add a source of HTML code in ...
0
votes
0
answers
66
views
Easy Image Hosting
Sorry for the most basic question. I'm looking at the code for my first website right now.
I'm just creating a portfolio page for my Illustration works, as an excuse to learn.
I want someone else to ...
0
votes
1
answer
1k
views
In Photoshop - how to Export As webP format in different scales
Until today, when I wanted to export image in few scales I would:
File -> Export -> Export As -> then add the sizes I want and select the format (png, jpg, etc..) and click Export All
Now I ...