Some web design technical problems

by 6 replies
8
Link of image

How do i add in the dotted line that is surrounded by the opt in form and also how do i add in the text that is directly besides the ebook graphics?It couldn't be typed directly besides it.
#website design #design #problems #technical #web
  • [DELETED]
    • [1] reply
    • It is in html file,can u explain to me in an easier way as I do not have any knowledge on html coding.
  • [DELETED]
    • [ 1 ] Thanks
    • [1] reply
    • My email is energy_1943@yahoo.com.Thanks a lot!Do u mind teaching me some basic coding?or perhaps give me some links as I tried to google but it seemed quite hard to understand.
  • You need an html editor to make this a little easier. A good paid editor is dreamweaver. If you use mozilla webbrowser you can use a free add on called Firebug. But you really need to get you a CSS Style Cheat Sheet.
  • Here is the css code

    .horizontal_dotted_line
    {
    border-bottom: 1px dotted #80c080;
    width: 100px;
    }

    and put this code on the HTML code

    <div class="horizontal_dotted_line">
    • [1] reply
    • So where do i paste the codes and how should I go about it??Is there any tutorials that teaches us the exact way?sorry i got no knowledge in codings.
      • [1] reply

Next Topics on Trending Feed