School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,475 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,745 people online right now. Registration is fast and FREE... Join Now!




Guestbook Into Table

 

Guestbook Into Table

rocks.in.my.shoes

19 Dec, 2003 - 03:04 PM
Post #1

D.I.C Regular
***

Joined: 11 Jul, 2002
Posts: 445

For some reason, I cannot seem to figure this out. I need my guestbook (here) to be placed into the grey text box (here)

User is offlineProfile CardPM
+Quote Post


Will Danger

RE: Guestbook Into Table

20 Dec, 2003 - 09:20 PM
Post #2

"Sorry, that isn't something we support."
**

Joined: 1 Sep, 2002
Posts: 55


My Contributions
This may sound really obvious and dumb(and im sorry smile.gif ) , but putting <table> and </table> around it wont work(encompassing the existing table(s) in the other (grey) table? If that is not the case can I see some of the HTML?

Also, are you by any chance using PHP? Sometimes ive found that echoing back HTML via PHP sometimes puts things together out of place.
User is offlineProfile CardPM
+Quote Post

rocks.in.my.shoes

RE: Guestbook Into Table

20 Dec, 2003 - 10:29 PM
Post #3

D.I.C Regular
***

Joined: 11 Jul, 2002
Posts: 445

Here's the code:

CODE
<html>
<head>
<title>Rock, Rant, and Recollect | MAIN</title></head>
<body>

<leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<style>
.borderimage{
border:1px solid white;
}
</style>
<script language="JavaScript1.2">

function borderit(which,color){
//if IE 4+ or NS 6+
if (document.all||document.getElementById){
which.style.borderColor=color
}
}

</script>

<style><!--a:hover {text-decoration: none; color: #FFFFFF} -->
</style>
<style type='text/css'>
<!--
body {
scrollbar-base-color: #000000;
scrollbar-face-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #000000;}
</style>

<body bgcolor=#000000 body text=#ACACAC leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<body link=#FFFFFF>
<body vlink=#FFFFFF>
<body alink=#FFFFFF>

<table style="border: 1px solid #FFFFFF">
<td style="border: solid 1px #FFFFFF;"><IMG SRC="http://www.astoldby.com/ryan/rrar/2/images/headers/record_logo.gif"> <style="border: solid 1px #FFFFFF;"></center>

<valign=center><td width=425 style="border: 0px solid #FFFFFF"><IMG SRC="http://www.astoldby.com/ryan/rrar/2/images/headers/guestbook_header.gif">

</td></tr></table></center>

<table style="border: 1px double #FFFFFF">

<tr>
<valign=center><td width="148" td height="400" style="border: 1px solid #FFFFFF">

<IMG SRC="http://www.astoldby.com/ryan/rrar/2/images/headers/left_nav.gif" USEMAP="#left_nav" BORDER=0>
<MAP NAME="left_nav">
 <AREA SHAPE=RECT COORDS="0,0,129,38" HREF="http://www.astoldby.com/ryan/rrar/main.html"  ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="0,38,123,83" HREF="http://www.astoldby.com/ryan/rrar/rock.html"  ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="41,82,145,126" HREF="http://www.astoldby.com/ryan/rrar/rant.html"  ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="0,127,146,155" HREF="http://www.astoldby.com/ryan/rrar/recollect.html"  ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="0,158,144,174" HREF="http://www.astoldby.com/ryan/rrar/idemand_download.html"  ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="0,177,145,230" HREF="http://www.astoldby.com/ryan/rrar/links.html"  ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="0,233,145,267" HREF="http://rrar.signmyguestbook.com/"  ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="0,267,146,309" HREF="http://www.astoldby.com/ryan/rrar/about.html"  ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="0,314,146,358" HREF="http://www.livejournal.com/~dear_journal/" target="_blank" ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
 <AREA SHAPE=RECT COORDS="1,362,146,389" HREF="http://rocksinmyshoes.cjb.net" target="_blank" ALT=""  OnMouseOut="window.status=''; return true"  OnMouseOver="window.status=''; return true">
</MAP>

<td><TD BGCOLOR="#ACACAC" style="border: 1px solid #FFFFFF;"><div style="overflow: auto; width: 100%; height: 390px; width: 488px">






</FONT>
</div>
</td>
</P>

</table></td></center>

<FONT FACE=VERDANA SIZE=1>© 2002-2004 Rock, Rant and Recollect</FONT>

</html>
</head>






And no, I'm not using PHP.
User is offlineProfile CardPM
+Quote Post

Will Danger

RE: Guestbook Into Table

20 Dec, 2003 - 11:08 PM
Post #4

"Sorry, that isn't something we support."
**

Joined: 1 Sep, 2002
Posts: 55


My Contributions
Ok all I can tell you, and im not sure if this is what you needed or not really, but in red is what I added to make the text that I came up with appear inside of that cell. You had one <td> that was not closed off it seems. That text is appearing that box, so that is where you should insert your guestbook table I would think.

CODE
<td><TD BGCOLOR="#ACACAC" style="border: 1px solid #FFFFFF;"><div style="overflow: auto; width: 100%; height: 390px; width: 488px">[I]Something blah blah blah</td>[/I]






</FONT>
</div>
</td>
</P>

</table></td></center>

<FONT FACE=VERDANA SIZE=1>© 2002-2004 Rock, Rant and Recollect</FONT>

</html>
</head>


If that isnt what you meant sorry.

Edit: ok im trying to get the code text to highlight in a different color and I cant do it, but you see where im getting at.

This post has been edited by Will Danger: 20 Dec, 2003 - 11:10 PM
User is offlineProfile CardPM
+Quote Post

rocks.in.my.shoes

RE: Guestbook Into Table

21 Dec, 2003 - 09:48 PM
Post #5

D.I.C Regular
***

Joined: 11 Jul, 2002
Posts: 445

Hmm...I don't know. I need the entire guestbook page to go into the grey text box. I know it's possible, but I just don't know how to do it. Which source code do I copy to where???
User is offlineProfile CardPM
+Quote Post

Will Danger

RE: Guestbook Into Table

21 Dec, 2003 - 11:24 PM
Post #6

"Sorry, that isn't something we support."
**

Joined: 1 Sep, 2002
Posts: 55


My Contributions
To make it appear in the grey box, put the source code for the guestbook where I have "Something blah blah blah" in the code that I sent. That will put it in there.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/8/09 03:25AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month