HTML (HyperText Markup Language) is the principal markup language used for structuring web pages and formatting content. The most recent iteration of HTML is HTML5.
0
votes
0answers
3 views
Code roadmap with css
Can someone give me an idea or solution how to code roadmap like this https://managewp.com/about using css. I need it to be able to change dynamically when user puts in some new html code.
Thanks
0
votes
0answers
5 views
Making web page accessible through iframe
Because of the Same Origin policy, content inside an iframe is not accessible to the parent context, if they are from different domains. This applies to XMLHttpRequests as well. But using CORS web ...
0
votes
0answers
7 views
Save Element of html page as image format
having a webpage where on div (a square box) which will be used to drag and drop image icons write some text change background color , I want to make that div after dropping elements saved as jpg, bmp ...
0
votes
4answers
18 views
3 column layout not getting columns aligned right
I don't know if it would be hard to explain but here it goes.. I have a number of divs on my page and I want them to come in a column layout. The page has a nav bar, a logo, some profile data and 3 ...
1
vote
8answers
45 views
Pass current GET Variables with href
Let's say I am on www.example.com/?par1=test and I have a Link like: <a href="/subpage">Link text</a>.
How to pass the GET Variable to the subpage, without reading every Parameter e.G. ...
-1
votes
1answer
22 views
Float:left not working
Can some one please help me on this..
I am using float:left for id =row1 but why doesnt it get alinged.
There are two columns of data using div for each list, both list should be alinged to left, not ...
0
votes
1answer
18 views
CSS: how to vertically align objects so that increasing the font size of the label doesn't throw everything off?
I'm having this problem where my buttons align correctly until I change the font size of the label, at which point my second set of buttons is misaligned.
Before:
After:
In the second ...
0
votes
1answer
25 views
Why does text quality improve at certain sizes?
I have noticed that with almost every font I use on the web (and I'm mainly using webfonts from Google) that at certain sizes fonts tend to look a lot better.
I've always been told it's a good idea ...
-1
votes
1answer
33 views
Restrict a content using session control in php
Hello reading websites and forums i have learned that, content can be prevented using sessions.I have a index.php page which checks sessions and give results as per the condition:
<?php
...
0
votes
2answers
31 views
Popup background doesn't hide when closing
I created a popup and then moved it over to the final domain. Now the background overlay (#overlay-back) doesn't hide when closing via the 'X' (.close-image) in the corner, yet it does when pressing ...
0
votes
0answers
4 views
Zooming-in a page on the Android browser creates a horizontal scrollbar
I'm trying to create the simplest possible portable page that will display on all browser widths. So I created http://itia.ntua.gr/~anthony/tmp/, which is the kind of HTML we were using 20 years ago. ...
0
votes
0answers
50 views
I think my html file doesn't see another script file
I have this problem .I have two file one (soap.html) and other is (soap.js)
In the html file , I'm using a function which is edarah_Authenticate , and this function is exist in the soap.js , but this ...
0
votes
1answer
28 views
is loading all background images different from <img> preloading
i have image slider . it takes time to load images and doesn't look good . is preloading will work for div background images.
or are there any way to load all div's background images on load . ...
0
votes
2answers
12 views
Borders show up on load then disappear once the page is fully loaded
I am working on a website. One of its page shows up borders above and under jquery tabs on load, then they disappear when the page is fully loaded.
...
1
vote
2answers
30 views
equivalent to float in outlook
I am trying to float: left some tables, but just encountered a major problem, outlook doesnt support float. Well, then i tried to use table align and so forth, but without luck. The tables just show ...