The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> massege disappeared, i wrote a line interactive in div code snd i linked it but it didnot w
halim
post Aug 8 2023, 07:18 AM
Post #1





Group: Members
Posts: 1
Joined: 8-August 23
Member No.: 29,011



I designed a page using HTML code and it was working fine..

All of the sudden, my text is not totally showing.

Need help !

see attached

This post has been edited by halim: Aug 8 2023, 07:29 AM


Attached thumbnail(s)
Attached Image Attached Image Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
coothead
post Aug 8 2023, 08:53 AM
Post #2


Advanced Member
****

Group: Members
Posts: 206
Joined: 12-January 23
From: chertsey, a small town 25 miles south west of london, england
Member No.: 28,743



Hi there halim,

and a warm welcome to these forums. IPB Image

Let's keep it simple...
HTML
CODE

<ul>
  <li>
   <a href="./products1.html">Line Interactive</a>
  </li><li>
   <a href="./products2.html">Online with Isolation Transformation</a>
  </li><li>
   <a href="./products3.html">Online without Isolation Transformation</a>
  </li><li>
   <a href="./products4.html">Line Interactive Pure Sine Wave Output</a>
  </li>
</ul>

CSS
CODE

ul {
   display: inline-block;
   padding: 1em 1em 1em 2em;
   border: 1px solid #000;
   background-color: #fff;
}
ul a {
   font-weight: bold;
   text-decoration: none;
}


View Example
https://codepen.io/coothead/full/dyQLLNv


coothead
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 27th April 2024 - 02:45 PM