Html page
4 posters
Page 1 of 1
Html page
I am trying to put the rules of my page into a html page and I've done it
I use a website that convert words into html coding
https://gyazo.com/99effb64bfbf3849680398e9eb12d740 so this is what it looks like
So anyway I am trying to make the table content linkable to things inside the html page
E.g.
https://gyazo.com/9e3ca0dffeb14f1bdc3476c99d4ef7a4
would link to this part of the page
https://gyazo.com/973e0d06351e08e7bc91ede202aacaaa
Also how would I get line breaks in between each section
Please and thank you
I use a website that convert words into html coding
https://gyazo.com/99effb64bfbf3849680398e9eb12d740 so this is what it looks like
So anyway I am trying to make the table content linkable to things inside the html page
E.g.
https://gyazo.com/9e3ca0dffeb14f1bdc3476c99d4ef7a4
would link to this part of the page
https://gyazo.com/973e0d06351e08e7bc91ede202aacaaa
Also how would I get line breaks in between each section
Please and thank you
Last edited by Victimised on April 2nd 2017, 9:57 pm; edited 1 time in total
Re: Html page
HI there,
So as I am getting this correctly, you want to have the table of contents be clickable and when you do click them, you are then directed to that part of the page, right?
If so, you simply use basic HTML links and use hashtags that link to style ID's. Like this.
And then use the ID inside the HTML code anywhere you want that link to be redirected too, for example.
So as I am getting this correctly, you want to have the table of contents be clickable and when you do click them, you are then directed to that part of the page, right?
If so, you simply use basic HTML links and use hashtags that link to style ID's. Like this.
- Code:
<a href="#content1">This leads to content #1</a>
And then use the ID inside the HTML code anywhere you want that link to be redirected too, for example.
- Code:
<div id="content1">This is a test</div>
Re: Html page
Sorry for my late reply yess that's exactly what I wanted but when I do it
it cuts off half of the information
so it'll ignore the first rule
e.g. https://gyazo.com/dc288ddfb3f0198f6ead5d40de66eb42 (it'll cut off the whole be respecful rule part even though i've put the code on top)
it cuts off half of the information
so it'll ignore the first rule
e.g. https://gyazo.com/dc288ddfb3f0198f6ead5d40de66eb42 (it'll cut off the whole be respecful rule part even though i've put the code on top)
Re: Html page
You need to put the first content ID at the top of where you want the page to be directed to at the top, basically the start of the next section.
Re: Html page
https://gyazo.com/1fa1a09f9ee93bf0a2850d6771d5c565 this is the coding is there something i'm doing wrong
sorry newbie to all this
thank you for the patience
sorry newbie to all this
thank you for the patience
Re: Html page
- Code:
<p> </p>
<div>
<div align="center">This page covers the basic rules of using the ASGBForum. Please read through them carefully. Click each title to navigate through the table of contents with ease.</div>
<br /><hr /><br /><br /><span style="font-family: Verdana;">TABLE OF CONTENTS</span></div>
<ul>
<ul>
<li><a href="#content1">How to be a decent asgb forum member </a></li>
<li><a href="#content2">What not to post </a></li>
<li><a href="#content3">What images are prohibited </a></li>
<li><a href="#content4">Art theft </a></li>
<li><a href="#content5">Reimbursement for Stolen/Unclaimed Art </a></li>
<li><a href="#content6">What you Can Not Claim as Yours </a></li>
<li><a href="#content7">What Can Not be Sold </a> </li>
<li><a href="#content8">Removing Your Account vs Being Banned </a></li>
<li><a href="#content9">Warnings </a></li>
</ul>
<br>
<div id="content1">How to be a decent asgb forum member</div>
<div class="content">
<div>
<div align="left"><u><strong>Be respectful</strong></u><br />ASGB’s is a community, a place to buy and sell art, graphics and screens. As a member or ASGB we must respect each other’s opinions, likeness and differences. Though we understand that not everyone see’s eye to eye we must be civil to each other. Our community is bullying and abusive free. If you are caught doing either of these you will be banned.</div>
<br />
<div align="left"><u><strong>Trolling</strong></u><br /><br />Trolling is defined by: <br />An Internet troll, or simply troll in Internet slang, is someone who posts controversial, inflammatory, irrelevant or off-topic messages in an online community, such as an online discussion forum or chat room, with the primary intent of provoking other users into an emotional response or to generally disrupt normal on-topic discussion.<br />For us this includes: <br />• Spamming topics <br />• Inciting arguments<br />• Create another account for the sole purpose of trolling<br />This will result in a warning for your main account and your trolling account being removed. </div>
<br />
<div align="left"><u><strong>Death threats</strong></u><br /><br />A death threat is defined as: <br />A threat, often made anonymously, by one person or a group of people to kill another person or group of people. These threats are often designed to intimidate victims in order to manipulate their behaviour, and thus a death threat can be a form of coercion. <br /><br />Death threats for us include:<br />• Telling people to kill themselves<br />• Sending people images or videos insinuating suicide<br /><br />If you are caught doing this you will be banned without warning</div>
<br />
<div align="left"><u><strong>Bullying:<br /></strong></u><br />ASGB’s has a no bullying policy unlike some forums and websites when we say a no bullying policy we mean no bullying for us this includes:<br />• Name calling<br />• Belittling and degrading others<br />• Creating accounts to harass individuals<br />• Giving negative unconstructive criticism towards an individual persons art work this include:<br />• telling someone that their methods are wrong without explaining why or how they can improve,<br />• trashing an artist’s work<br />• making hurtful comments,<br />• giving your opinion when it was not asked for</div>
<br />
<div align="left"><u><strong>Vicious language </strong></u><br /><br />Vicious language for us is:<br /><br />• Racial abuse<br />• Malicious slurs<br />• Abusive language</div>
</div>
</div>
<p>.<span style="text-decoration: underline;"><strong><br /></strong></span></p>
Using this website to translate
https://wordhtml.com/
Re: Html page
Because when I click preview and click on How to be a decent asgb forum member it scrolls to trolling and misses out the
top part which is
Be respectful
ASGB’s is a community, a place to buy and sell art, graphics and screens. As a member or ASGB we must respect each other’s opinions, likeness and differences. Though we understand that not everyone see’s eye to eye we must be civil to each other. Our community is bullying and abusive free. If you are caught doing either of these you will be banned.
top part which is
Be respectful
ASGB’s is a community, a place to buy and sell art, graphics and screens. As a member or ASGB we must respect each other’s opinions, likeness and differences. Though we understand that not everyone see’s eye to eye we must be civil to each other. Our community is bullying and abusive free. If you are caught doing either of these you will be banned.
Re: Html page
Maybe it's the program you are using? Cause when I tested it, it scrolled to 'How to be a decent asgb forum member'.
Test it on your own forum via the HTML pages and see for yourself.
Test it on your own forum via the HTML pages and see for yourself.
Re: Html page
I'm doing it on forumotion
https://gyazo.com/b3238cb2eddda8a33423291f4b088d69
but if it's working for you that's fine as long as it's working
thank you for everything
https://gyazo.com/b3238cb2eddda8a33423291f4b088d69
but if it's working for you that's fine as long as it's working
thank you for everything
Re: Html page
It cuts off short also cause the page isn't exactly long. lol The page can only go down so far when you have enough room. Add more content like make large spaces in between each section and then test it that way.
Re: Html page
Hello,
May we consider this solved? Please reply within 24 hours.
-Brandon
May we consider this solved? Please reply within 24 hours.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Similar topics
» How to Embed a Google Docs Form into an HTML page using HTML Pages Management
» [Help] HTML Page: Space between Header and top of page.
» HTML Page
» Switch user page out with a html page
» Is it possible to have both HTML and CSS on a new HTML page?
» [Help] HTML Page: Space between Header and top of page.
» HTML Page
» Switch user page out with a html page
» Is it possible to have both HTML and CSS on a new HTML page?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum