Welcome Guest, Not a member yet? Register   Sign In
How t get two links on the same line?
#1

Here is a line that is causing the image.
<html>
<br><br><br><br>
<a href="campaign_management_with_actions" class="class="btn btn-primary"  text-align: right;"><H1>Enter</H1></html</a><a href="close_app" class="class="btn btn-primary float: right;" ><H1>Logout</H1></a>
<head>
</head>
<body>

How can I get these two choices, Enter or Logout, to appear on the same line? 
https://photos.google.com/share/AF1QipNB...BWcDRKS3ZR
proof that an old dog can learn new tricks
Reply
#2

@richb201,

Try putting them in a div or span tag with a specified length.
Reply
#3

(This post was last modified: 08-22-2020, 11:57 PM by jreklund.)

W3.org has free validation tools which will show numerous errors and warnings with the supplied script snippet:

https://validator.w3.org/

http://jigsaw.w3.org/css-validator/
Reply
#4

(This post was last modified: 08-23-2020, 12:57 AM by richb201.)

Got it. thx

<div>
<a href="campaign_management_with_actions" text-align: right;">Enter </html</a> <a href="close_app" float: right;" > Logout</a>
</div>

Now, how to remove the scroll bar?

got it, thx. I used the <div></div>
proof that an old dog can learn new tricks
Reply
#5

Back on the desktop again...

Try this complete web page with validation:

https://this-is-a-test-to-see-if-it-work...chb201.php
Reply




Theme © iAndrew 2016 - Forum software by © MyBB