Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3451942
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:12:00+00:00 2026-05-18T09:12:00+00:00

I have this in HTML: <div class=dataBurst title=What is the Matrix?> <table align=center height=100%>

  • 0

I have this in HTML:

<div class="dataBurst" title="What is the Matrix?">
    <table align="center" height="100%">
        <tr>
            <td id="matrixTD">
                <span onclick="alert('Not Yet Online');" class="coredump" 
                    title="How Would You Know the Difference Between the Dream World And the Real World?">
                    Click for System Core Dump
                </span>
            </td>
        </tr>
    </table>
</div>

The CSS I’m using:

div.dataBurst
{
    vertical-align:middle;
    width:500px;
    height:321px;
    background-color:#FFF;
    margin-left:auto;
    margin-right:auto;
    border-width:1px;
    border-style:solid;
    margin-bottom:20px;
    padding:5px;
    float:left;
    cursor:pointer;
    cursor:default;
    font-weight:normal;
    font-size:9px;

    overflow:auto;
    overflow-y: scroll;
    overflow-x: hide;
    text-align:justify;

    scrollbar-base-color:#575757;
    scrollbar-3dlight-color:#a6a6a6;
    scrollbar-track-color: #a6a6a6;
}


td#matrixTD
{
    text-align:justify;
    cursor:default; 
}

The issue is when I try to create a class/id using: <table align="center" height="100%">, it does not work; how can I implement this?

my site is at: http://guygar.com

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T09:12:00+00:00Added an answer on May 18, 2026 at 9:12 am

    After think about it for a while I think I slowly get what you are after: You want to vertically align the text “Click for System Core Dump” inside the div #dataBurst

    I think you are thinking too complicate here. There is no real need to actually vertical align anything here, just give the div big top and bottom paddings:

    <div class="dataBurst" title="What is the Matrix?" onclick="alert('Not Yet Online');">
         Click for System Core Dump
    </div>
    
    div.dataBurst {
        /* vertical-align:middle; -- not needed  */
        width:500px;
        padding: 150px 5px; /* First value is top/bottom, second is left/right. Adjust as neeeded. Replaces height:321px; */
        background-color:#FFF;
        text-align: center; /* replaces margin-left:auto; margin-right:auto; because you are centering inline text here. */
        border-width:1px;
        border-style:solid;
        margin-bottom:20px;
        float:left;
        cursor:pointer;
        cursor:default;
        font-weight:normal;
        font-size:9px;
    
        /* 
           Remove following, since there is not overflow happening here anyway,
           so the scrollbar properties also become unnecessary - and wont work 
           like this in newer IE's anyway, as they require the -ms- prefix.
    
        overflow:auto;
        overflow-y: scroll;
        overflow-x: hide;
        text-align:justify;
    
        scrollbar-base-color:#575757;
        scrollbar-3dlight-color:#a6a6a6;
        scrollbar-track-color: #a6a6a6;
        */
    }
    

    Also you need to decide which title you really want. I’ve removed the inner one, because it’s probably overridden by the outer one anyway.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is the HTML: <div id=testBlue> <span>hello</span> <span id=testGreen class=testGreen>hello2</span> </div> If I have
Say I have jquery code like this: html += '<div class=index>' + item.index +
I have an html like this: <div id=container1> <div class=dragme>drag me</div> </div> <div id=container2>
Suppose I have this HTML structure: <div class=a> <div class=floated-left>...</div> <div class=floated-left>...</div> </div> I
I have this html: <div class=portlet-header> Company Information ... <button> some button here </button>
Suppose I have this html markup: <div id=wrapper> <pre class=highlight> $(function(){ // hide all
I have this HTML structure and want to convert it to an accordion. <div
I have HTML code like this : <div> <a>Link A1</a> <a>Link A2</a> <a>Link A3</a>
I have html code that looks roughly like this: <div id=id1> <div id=id2> <p>some
I have this html and I want to apply class to first button of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.