Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in Perl/CGI only
Search
Advanced Search
Forum
Groups
Today’s Posts
Calendar
Forum
Server side development
Perl/CGI
Announcement
Collapse
No announcement yet.
table's , how ?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
chaotic
New to the CF scene
Join Date:
Jun 2002
Posts:
32
Share
Tweet
#1
table's , how ?
Jun 28, 2002, 07:15 PM
is this the way =
<table border=1 width=100% cellspacing=1 bgcolor="#cdcdcd">
<tr>
</tr>
</table>
ACJavascript
New to the CF scene
Join Date:
Jun 2002
Posts:
737
Share
Tweet
#2
Jun 29, 2002, 02:34 PM
This really deosn't seem like a cgi question. Its more of a html.
But heres how to make a table.
<table border=0 width="100%" height="200%" bgColor="blue" borderColor="red">
<tr>
<td>
HELLO THERE
</td>
</tr>
<tr>
<td bgColor="red">
HI THERE AGAIN
</td>
</tr>
</table>
-------
<tr> = a column
<td> = a row within that column
I hope this helps a bit
CYWebmaster.com
- See why we dot com!!
ACJavascripts.com
- Cut & Paste Javascripts!
SimplyProgram.com
- Personal Blog
Comment
Post
Cancel
chaotic
New to the CF scene
Join Date:
Jun 2002
Posts:
32
Share
Tweet
#3
Jun 29, 2002, 06:37 PM
thanks dude ,i did not know weather html would work correctly in cgi
Comment
Post
Cancel
chaotic
New to the CF scene
Join Date:
Jun 2002
Posts:
32
Share
Tweet
#4
Jun 29, 2002, 06:57 PM
i added it like you said and got this error
=
syntax error at cbsboard.cgi line 46, near "<"
(Might be a runaway multi-line >> string starting on line 43)
Search pattern not terminated at cbsboard.cgi line 52.
Comment
Post
Cancel
ACJavascript
New to the CF scene
Join Date:
Jun 2002
Posts:
737
Share
Tweet
#5
Jun 29, 2002, 11:21 PM
Why don't you post your cgi script here, and i'll show you how to embed html on your script. Quite simple actually.
CYWebmaster.com
- See why we dot com!!
ACJavascripts.com
- Cut & Paste Javascripts!
SimplyProgram.com
- Personal Blog
Comment
Post
Cancel
chaotic
New to the CF scene
Join Date:
Jun 2002
Posts:
32
Share
Tweet
#6
Jun 30, 2002, 12:21 AM
sorted it thanks anyways
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment