Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

HTML & CSS Basic coding problem - pls help :)

abaldzzzzzzzz

New Coder
Hi, I want to get this person's details to the right-hand side of the logo and line, so it's horizontal. How do I do this? Here's the code:

HTML:
<!--[if mso]>
<style> body,table tr,table td,a, span {  font-family:Arial, Helvetica, sans-serif !important;  }</style>
<!--<![endif]-->
<style type="text/css">
       @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
     body, td, p { font-family: 'Montserrat', sans-serif !important; font-weight: 400; }
</style>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="max-width: 1500px; min-width: 420px;">
    <tbody>
        <tr>
            <td style="font-family: Arial, sans-serif; font-size: 12px; color: #191b1f; line-height: 0px;">
              
                <table border="0" cellspacing="0" cellpadding="0" width="100%">
                    <tbody>
                        <tr>
                            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 18px;"><a href="https://bittn.com.au"><img src="https://i.postimg.cc/7hrGRCyT/new-bittttttn-02.png" alt="bittn Website" width="170" height="150" border="0"></a></td>
                        </tr>
                            <td style="font-family: Montserrat, sans-serif; font-size: 16px; color: #30CFAB; line-height: 24px;"> <span style="color: #30CFAB; font-weight: 400; margin: 0 3px 0 0;">Ryan Robertson</span>
                                <tr>
                                <br><td style="font-family: Montserrat, sans-serif; font-size: 16px; color: #30CFAB; line-height: 24px;"> <span style="color: #BDBDBD; font-weight: 400; margin: 0 3px 0 0;">Company Director</span></br>
                                <span style="font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; color: #BDBDBD;"><span style="color: #30CFAB; font-weight: 400; margin: 0 3px 0 0;">m.</span>0400 000 000<span style="color: #30CFAB; font-weight: 400; margin: 0 3px 0 16px;">t.</span> 3000 0000<br>
                    <a href="https://bittn.com.au" style="font-family: 'Montserrat', Arial, sans-serif; font-weight: 400; color: #191b1f; text-decoration: none;"><span style="color: #30CFAB;">bittn.com.au</span></a>
                            </td>
                        </tr>
                        <tr>
                            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 18px;" height="5"><img src="https://imanimarketing.com/email-signature/spacer.gif" alt="" width="420" height="5" border="0"></td>
                        </tr>
                        <tr>
                            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 18px;" height="14"><img src="https://imanimarketing.com/email-signature/spacer.gif" alt="" width="420" height="14" border="0"></td>
                        </tr>
                        <tr>
                            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 26px;"><a href="https://www.linkedin.com/company/bittn/"><img src="https://iili.io/dxx407.png" alt="LinkedIn" width="26" height="26" border="0"></a>&nbsp; <a href="https://www.facebook.com/teambittn"><img src="https://iili.io/dxxrfS.png" alt="Facebook" width="26" height="26" border="0"></a>&nbsp; <a href="https://www.instagram.com/teambittn/"><img src="https://iili.io/dxxORs.png" alt="Instagram" width="26" height="26" border="0"></a>&nbsp; <a href="https://www.youtube.com/channel/UCUE8EAf2YuA-n5u_vqUVDTQ"><img src="https://iili.io/dxxkbf.png" alt="YouTube" width="26" height="26" border="0"></a>&nbsp;</a>
                            </td>
                        </tr>
                        <tr>
                            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 18px;" height="14"><img src="https://imanimarketing.com/email-signature/spacer.gif" alt="" width="420" height="14" border="0"></td>
                        </tr>
                </tbody></table>
            </td>
        </tr>
        </tr>
    </tbody>
</table>
 
Last edited by a moderator:
Hi there,

For future reference please take a look athttps://codeforum.org/threads/how-to-post-your-code-into-threads.183/

I have done this for you this time. As for the solution I’ll get back to you.
 
Since this looks like an email signature, I'm guessing you're limited to what emails can support (very basic HTML). That being said, I think I was able to get what you were looking for:

HTML:
<!--[if mso]>
<style> body,table tr,table td,a, span {  font-family:Arial, Helvetica, sans-serif !important;  }</style>
<!--<![endif]-->
<style type="text/css">
    @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
    body, td, p { font-family: 'Montserrat', sans-serif !important; font-weight: 400; }
    a { text-decoration: none; }
</style>
<table border="0" cellspacing="0" cellpadding="0">
    <tbody>
        <tr>
            <td rowspan="10">
                <a href="https://bittn.com.au">
                    <img src="https://i.postimg.cc/7hrGRCyT/new-bittttttn-02.png" alt="bittn Website" width="170" height="150" border="0">
                </a>
            </td>
        </tr>
        <tr>
            <td style="font-family: Montserrat, sans-serif; font-size: 16px; color: #30CFAB; line-height: 24px;">
                <span style="color: #30CFAB; font-weight: 400; margin: 0 3px 0 0;">Ryan Robertson</span>
            </td>
        </tr>
        <tr>
            <td style="font-family: Montserrat, sans-serif; font-size: 16px; color: #30CFAB; line-height: 24px;">
                <span style="color: #BDBDBD; font-weight: 400; margin: 0 3px 0 0;">Company Director</span></br>
                <span style="font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; color: #BDBDBD;">
                    <span style="color: #30CFAB; font-weight: 400; margin: 0 3px 0 0;">m.</span>0400 000 000
                    <span style="color: #30CFAB; font-weight: 400; margin: 0 3px 0 16px;">t.</span> 3000 0000<br>
                </span>
                <a href="https://bittn.com.au" style="font-family: 'Montserrat', Arial, sans-serif; font-weight: 400; color: #191b1f;">   
                    <span style="color: #30CFAB;">bittn.com.au</span>
                </a>
            </td>
        </tr>
        <tr>
            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 18px;" height="5">
                <img src="https://imanimarketing.com/email-signature/spacer.gif" alt="" width="420" height="5" border="0">
            </td>
        </tr>
        <tr>
            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 18px;" height="14">
                <img src="https://imanimarketing.com/email-signature/spacer.gif" alt="" width="420" height="14" border="0">
            </td>
        </tr>
        <tr>
            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 26px;">
                <a href="https://www.linkedin.com/company/bittn/">
                    <img src="https://iili.io/dxx407.png" alt="LinkedIn" width="26" height="26" border="0">
                </a>&nbsp;
                <a href="https://www.facebook.com/teambittn">
                    <img src="https://iili.io/dxxrfS.png" alt="Facebook" width="26" height="26" border="0">
                </a>&nbsp;
                <a href="https://www.instagram.com/teambittn/">
                    <img src="https://iili.io/dxxORs.png" alt="Instagram" width="26" height="26" border="0">
                </a>&nbsp;
                <a href="https://www.youtube.com/channel/UCUE8EAf2YuA-n5u_vqUVDTQ">
                    <img src="https://iili.io/dxxkbf.png" alt="YouTube" width="26" height="26" border="0">
                </a>
            </td>
        </tr>
        <tr>
            <td style="font-family: Arial, sans-serif; font-size: 13px; color: #191b1f; line-height: 18px;" height="14">
                <img src="https://imanimarketing.com/email-signature/spacer.gif" alt="" width="420" height="14" border="0">
            </td>
        </tr>
    </tbody>
</table>
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom