harsh deshmukh
asked 10 years ago

Hi There,
I have use below code in a page named Mcq.

  ​<h5 style="text-align: center;"><strong>Welcome to Emedsolution MCQ "Select A choice of Topic From below"</strong></h5>
<div id="middle_content1" style="margin-top: 5px;">
<table style="width: 95%; margin: 0 auto;">
<tbody>
<tr>
<td valign="top"><b style="color: #fdb912; font-size: 16px;">Respiratory Medicine</b>
<div></div>
<a style="font-size: 13.5px;" href="http://emedsolution.com/?p=825">Pleural Disease</a></td>
<td valign="top"><b style="color: #fdb912; font-size: 16px;">Radiology</b>
<div></div>
<a style="font-size: 13.5px;" href="http://emedsolution.com/?p=825">Chest &amp; X-ray</a></td>
<td valign="top"><b style="color: #fdb912; font-size: 16px;">Nephrology</b>
<div></div>
<a style="font-size: 13.5px;" href="http://emedsolution.com/?p=819">Bone Mineral Disease</a></td>
</tr>
</tbody>
</table>
</div>

How I can use theme css to appear the words used in this table in better way. It is not in sink with theme appearance.
Please check below link:
http://emedsolution.com/mocktest/
Question2.
The background of this table is gray. How we can set its background as white.
When I test this code in test.html file I can see the background of the table used in this page as white, but it does not appear when I used this code in any page.
http://emedsolution.com/mocktest/
I wanted to see the background the way we can see in below link.
http://www.websolatwork.com/
However I used beow CSS in theme option ->Css settings.
#tg{ background-color: #fff; }
Regards, Harsh

harsh deshmukh
replied 10 years ago

I edited div id=”middle_content1 as below still its not working.

Is this the character of theme that is overriding the color..??
Regards,
Harsh

2 Answers
DominicStaff
answered 10 years ago

– Please tell me detail about your issue you are facing! Will help you out.
How you want to change? We will provide the CSS code to help you style for your own page as you prefer.
– To change the background, you can add the following code to the style.css file:

    td { background-color: #fff; }

Hope this helps !

harsh deshmukh
answered 10 years ago

Hi Dominic,
I want to see http://harsh031.0fees.net/searching/   page as the page we can see http://www.websolatwork.com/ here.
 
I am sending you admin credentials via private message. Please look into the issue.
Regards,
Harsh
 

Powered by DW Question & Answer Pro