Welcome to Dream.In.Code
Getting Help is Easy!

Join 117,293 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,947 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Guestbook Into Table

 
Reply to this topicStart new topic

Guestbook Into Table

rocks.in.my.shoes
post 19 Dec, 2003 - 04: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

Go to the top of the page


Will Danger
post 20 Dec, 2003 - 10: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

Go to the top of the page

rocks.in.my.shoes
post 20 Dec, 2003 - 11: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

Go to the top of the page

Will Danger
post 21 Dec, 2003 - 12:08 AM
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: 21 Dec, 2003 - 12:10 AM
User is offlineProfile CardPM

Go to the top of the page

rocks.in.my.shoes
post 21 Dec, 2003 - 10: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

Go to the top of the page

Will Danger
post 22 Dec, 2003 - 12:24 AM
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

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/6/08 11:15PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month