473,386 Members | 1,804 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Please tell me what is wrong with this table CSS style code

Expand|Select|Wrap|Line Numbers
  1. <table style="width:100%; border: 3px; solid #003300; cellspacing="20" margin:auto">
Nov 30 '12 #1
6 2363
Rabbit
12,516 Expert Mod 8TB
Please use code tags when posting code.

You haven't told us what the symptoms are and what it should be doing instead.
Nov 30 '12 #2
I'm sorry - code tags? I thought I did post the code. I'm a novice so the lingo is confusing.

I'm not sure if I've written this table tag properly. I'm having an issue in one of my columns. The text doesn't show up until half way down the page and looking for solutions.
Nov 30 '12 #3
Do you mean the stylesheet portion? If so, there isn't anything for the table...would that be the problem?
Nov 30 '12 #4
Rman
1
Hey Rent Can you paste your whole project that you submitted to your professor with a Picture of the form also. It would be a grate help.

Thank You
Nov 30 '12 #5
Rabbit
12,516 Expert Mod 8TB
You did post the code. But you need to put the code between code tags so that it formats in a readable manner.

As far as your style goes, you have misplaced and missing semicolons.
Dec 1 '12 #6
you have put semicolen after border 3px it will not come..
so your code will be as:
<table style="width:100%; border: 3px solid #003300; cellspacing="20" margin:auto">

for more help..<link removed>
Dec 31 '12 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Visual Systems AB \(Martin Arvidsson\) | last post by:
Hi! Enclosed code gives me a compiler error with the text "Argument '1': cannot convert from 'System.Web.UI.ControlCollection' to 'System.Web.UI.Control'" and also "The best overloaded...
2
by: venkatesh | last post by:
hai , i am using turboc++ compiler to run my c program. i written an program with structure sa foolws struct s { float x; }y; when i am accessing the variable x it shows the following error...
5
by: jeffsnox | last post by:
Here's the code which I'm saving in an HTML and opening in a Java enabled browser. It's giving me the following error: Line: 34 Char: 1 Error: Object Expected Many thanks in advance for any...
1
by: carllucas | last post by:
Can anyone explain this line of code to me: <script type="text/javascript" id="StartupScript" src="StartupScript.js?v=1" > For example why is it necessary to create an id for the script?...
9
by: shk253 | last post by:
I'm going through a book by JB Dixit on C++. One of the examples has a line of code that I can't understand. The program constructs a pyramid of asterisks. Here is the for loop: for(i=1;i<=5;i++)...
2
matrekz42
by: matrekz42 | last post by:
Hello friends, I'm trying to run this Dynamic SQL in VB, but I keep getting "Compile Error" Syntax Error, in the "Bolded" area. I'm only trying to change these fields for the second query listed,...
5
by: zewl | last post by:
The following series summation is an approximation for computing the natural logarithm of a floatingpoint value x: logx=–/2]+/3]–/4]+….+(-1)n+1(x-1)^n/n Where 2 >= x > 0 and n is a positive...
1
by: kshtjj | last post by:
Dim db As Database Dim rs As Recordset Dim WS As Workspace Dim Max As Long Private Sub Form_Load() Set WS = DBEngine.Workspaces(0) DbFile = (App.Path & "\Database\AddressBook.mdb") ...
1
by: randy18h | last post by:
Output: Enter a Value: //x6 Menu 1. Search 2. Locate for an index Choice: //if chosen 1: sample// Enter a value to search: 6 6
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.