d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Idas Uautomatic One Page Forum > Html And Css, Comment Or Update If Like
Add Reply New Topic New Poll
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Jun 13 2019 10:17am
if you like to see it copy and past to a text editor and save as index.html

<!doctype html>
<html>

<head>
<meta charset="utf-8">
<title>idas uautomatic one page forum</title>

<style>

body{background:ghostwhite;}

h2{
border-bottom:2px solid lightgrey;
background:grey;
text-align:center;}

p{
border-top:2px solid lightgrey;
text-align:center;}

.space{border-top:1px solid lightgrey;}

</style>

</head>

<body>
<h2>welcome</h2>

<h3>post1</h3>

<ul>
<li>dato 10/6-2019</li>
<li>test</li>
</ul>

<p>text here</p>

<div class="space">
</div>

<h3>post2</h3>

<ul>
<li>dato 10/6-2019</li>
<li>test</li>
</ul>

<p>text here</p>

<div class="space">
</div>

</body>

</html>

This post was edited by a1987 on Jun 13 2019 10:18am
Member
Posts: 3,797
Joined: Jun 27 2011
Gold: 5,006.00
Jun 13 2019 03:18pm
use codepen. also, what is this/the point of this?
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Jun 13 2019 03:46pm
Quote (RyanRuler @ Jun 13 2019 10:18pm)
use codepen. also, what is this/the point of this?



i dont know what codepen is and the point of this is was to share some html css for people can comment on
or use them if they like i plan to post some more next time i plan to make a website that look like a os for computer in html and css
Member
Posts: 3,797
Joined: Jun 27 2011
Gold: 5,006.00
Jun 13 2019 08:11pm
Quote (a1987 @ Jun 13 2019 04:46pm)
i dont know what codepen is and the point of this is was to share some html css for people can comment on
or use them if they like i plan to post some more next time i plan to make a website that look like a os for computer in html and css


google codepen if you want to share small snippets like this.
also, keep grinding. got a long way to go but have fun and keep at it.
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Jun 14 2019 02:28am
Quote (RyanRuler @ Jun 14 2019 03:11am)
google codepen if you want to share small snippets like this.
also, keep grinding. got a long way to go but have fun and keep at it.



thanks but im not gonna use software just to past a code

and i been makeing websites for past 6-7 years in html css but i dont use newer html css
Member
Posts: 3,797
Joined: Jun 27 2011
Gold: 5,006.00
Jun 14 2019 03:35pm
Quote (a1987 @ Jun 14 2019 03:28am)
thanks but im not gonna use software just to past a code

and i been makeing websites for past 6-7 years in html css but i dont use newer html css


So you actually expect people to copy/paste your code into an editor, save the file, open it, just to be greeted with whatever this little thing is that you created lol.
You can quite literally paste your code into codepen and share the result straight from there.

Good luck making any progress if you refuse to even google search a suggestion that someone gives to you! :)
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Jun 14 2019 04:37pm
Quote (RyanRuler @ Jun 14 2019 10:35pm)
So you actually expect people to copy/paste your code into an editor, save the file, open it, just to be greeted with whatever this little thing is that you created lol.
You can quite literally paste your code into codepen and share the result straight from there.

Good luck making any progress if you refuse to even google search a suggestion that someone gives to you! :)


if you read the rules it says only to post codes no outside links

i have a website i could upload this to but it not allowed

This post was edited by a1987 on Jun 14 2019 04:40pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll