Twice I replied to a post... pff... it got deleted and it wasn't me deleting my replies. Was it insulting? I am not old enough? What is it? I was being helpful, yet someone doesn't like my replies?
...
Type: Posts; User: CNT; Keyword(s):
Twice I replied to a post... pff... it got deleted and it wasn't me deleting my replies. Was it insulting? I am not old enough? What is it? I was being helpful, yet someone doesn't like my replies?
...
This is what I am asking, why is it not doing this? Does it have to do with "position: absolute;" or "overflow: hidden;" (I did tried changing it, no effects).
6149
styxlawyer, you've got PM
<style>
div {
margin: 25px;
padding: 0px;
}
</style>
<style>
div {
INDEX.PHP
<div id="framecontent">
<div class="innertube">
<p>Hey</p>
</div>
</div>
STYLE.CSS
"margin: 10px 20px 30px 40px;" means 10px on top (and as in "margin-top"), 20px on right ("margin-right"), 30px on bottom ("margin-bottom"), and 40px on left ("margin-left")
"margin: 20px;" means...
I think I am wasting so much time here. All that work with localhost, then for once, just want to upload to actual webhost, run my domain name, now it's so different? I think I need to forget the...
.....
Error: Saw <?. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)
<?php include("navmenu.php"); ?
That's just the...
I did start scratch and it worked for a while (took few steps and then leave to do errands, then test some more). Without adding the <body style="margin-left:0;">, the text (didn't bother with nav...
<body style="margin-left:0;">
I see it is working for yours. I did exactly like that in the index.php. It's still NOT doing it for mine? I will have to look around the coding... perhaps start over...
I just did that and it didn't do it? I am using Chrome if that's what it is?
I also tried to widen the width of everything, nothing changes either? I even clear the cache each time too. Wherever...
I tried and couldn't find the code to rid the space between the margin/padding. Seeing that the left side of menubox is spaced away from the very edge of the left side of screen. I want the menubox...
http://www.dynamicdrive.com/style/layouts/item/css-left-frame-layout/
Good morning? It's 4:00am and I just found out this CSS Library. Sort of wish someone would point me to this before. I guess I...
So, at midnight (or any set time), a new day, a new text changes. To trigger that, I wouldn't know (yet). I am guessing Java.
Chuck
Well, for starters, I too have been on a little mission some time ago with what screen resolutions do most users set on, along type of monitor widths. But, now it's long ago (we are even in HD era...
As I kept working on this... I have come across to this coding and I put it in the very end of CSS.
@media screen{
body>div.nestedsidemenu{
position:fixed;
}
}
While it does what...
So, if I do include "<html lang="en">", it would only be readable in English browsers? If someone in German pull up an "<html lang="en">" website, what happens? Sometime, I cross few websites that...
Ahh, it's called HTML DOCTYPE Declaration
https://www.w3schools.com/tags/tag_doctype.asp
I just found this...
It doesn't say every webpage, so it only needed to be declared in index.html...
https://cloud.graphicleftovers.com/19421/304050/translate-earth-languages-say-hello-world.jpg
What does every webpage must have? What are those "called"? Does an index.html page have something...
It seems to be odd problems for me... sometimes it works, sometimes it doesn't, sometimes it appears to work, etc... It is my guess that Chrome's CTRL-F5 is REFRESH instead of clear cache? Looks like...
I am using PHP, so have to use WAMP then? I learn that HTML is client-side and PHP is server-side. To me, server-side is, of course, usually faster and only loads results (but will still load...
In the browser address bar, I type just "localhost" and it runs. I edit/use files in C:\wamp\www\*.*
So, using Notepad++, I edit whatever and then click "Save All", it's done?
Good point that I...
I am using WAMP to run localhost to test my website development. While I am using Notepad++, I edit the coding, then hit the "Save All" button, the go to Chrome to run the localhost. I take it as...
I should THANK YOU now...
I still have some little unanswered questions (still in the original post)... but, as said, GO READ!