View Full Version : something's wrong! i don't know what...


Miss_Thang
08-31-2004, 05:23 AM
For my AIM icons, I wrote the same code, and it worked :)

But when I wrote the same code [*with the change of some few exceptions*] my images show and what not, but where it says "group" it's where it's suppose to be, but for the others, it's not! There all aligned underneath each other and not where it's suppose to be. There in between the first set [group] and second [anthony]...how can i fix that? Here's my code...

<html>
<head>
<title>Todoporaventura.com :++:Es Una Obsession:++:</title>
<head>
<style type="text/css">
<!--
body{
background-color: #ffffff;
scrollbar-arrow-color: #5C8F8C;
scrollbar-base-color: #ffffff;
scrollbar-dark-shadow-color: #5C8F8C;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: black;
scrollbar-highlight-color: grey;
scrollbar-3d-light-color: #5C8F8C;
}
A { text-decoration: none; color:#1b77df; }
A:hover { text-decoration: none; color:#5c8fc8;cursor:Col-Resize;} }
-->
</style>
</head>
<body>
<div align="left"><font family="BenhardMood BT" size="4" color="#000000"><b>:++:Fans/Obsessionadas|</b>Wallpaper</div></font
<div align="center"><p><font family="BenhardMood BT" size="" color="#000000">Spice up your desktops with some hot Aventura wallpapers!! Please <b>DO NOT</b> use any of these on other sites and claim them as yours! If you use them for other purposes please give credit to <b>todoporaventura.com</b> Thank you! To view these click on the thumbnail to view in a larger size. You must upload them on to your own servers by 'right clicking' "save as" or "set as background"</p></div></font>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Group:++:</b></div></font>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
<tr>
<td bgcolor="#ffffff" width="200" ><left><a href="wp001.jpg" target="_blank"><img src="thn001.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><left><a href="wp002.jpg" target="_blank"><img src="thn002.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><center><a href="wp003.jpg" target="_blank"><img src="thn003.jpg" border="0"></a></center></td>
<td bgcolor="#ffffff" width="200"><center><a href="wp004.jpg" target="_blank"><img src="thn004.jpg" border="0"></a></center></td>
<tr>
</tr>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
<tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Anthony:++:</b></div></font>
<td bgcolor="#ffffff" width="200"><left><a href="wpa001.jpg" target="_blank"><img src="thna001.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><left><a href="wpa002.jpg" target="_blank"><img src="thna002.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><left><a href="wpa003.jpg" target="_blank"><img src="thna003.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><left><a href="wpa004.jpg" target="_blank"><img src="thna004.jpg" border="0"></a></left></td>
<tr>
</tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Lenny:++:</b></div></font>
<td bgcolor="ffffff" width="200"><left><a href="wpl001.jpg" target="_blank"><img src="thnl001.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl002.jpg" target="_blank"><img src="thnl002.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl003.jpg" target="_blank"><img src="thnl003.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl004.jpg" target="_blank"><img src="thnl004.jpg" border="0"></a></left></td>
<tr>
</tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Henry:++:</b></div></font>
<td bgcolor="ffffff" width="200"><left><a href="wph001.jpg" target="_blank"><img src="thnh001.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wph002.jpg" target="_blank"><img src="thnh002.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wph003.jpg" target="_blank"><img src="thnh003.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wph004.jpg" target="_blank"><img src="thnh004.jpg" border="0"></a></left></td>
<tr>
</tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Max:++:</b></div></font>
<td bgcolor="ffffff" width="200"><left><a href="wpm001.jpg" target="_blank"><img src="thnm001.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpm002.jpg" target="_blank"><img src="thnm002.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpm003.jpg" target="_blank"><img src="thnm003.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpm004.jpg" target="_blank"><img src="thnm004.jpg" border="0"></a></left></td>
</body>
</html>

hope some1 can help :)

Yuki H.
08-31-2004, 06:19 AM
I believe that the CSS coding is not supposed to be with the HTML coding.
I mean this
body{
background-color: #ffffff;
scrollbar-arrow-color: #5C8F8C;
scrollbar-base-color: #ffffff;
scrollbar-dark-shadow-color: #5C8F8C;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: black;
scrollbar-highlight-color: grey;
scrollbar-3d-light-color: #5C8F8C;
}
A { text-decoration: none; color:#1b77df; }
A:hover { text-decoration: none; color:#5c8fc8;cursor:Col-Resize;}
</style>
</head>

pb&j
08-31-2004, 01:10 PM
yuki ~ css is definitly allowed within an html document.

mt ~
this line has an extra bracket on it...
A:hover { text-decoration: none; color:#5c8fc8;cursor:Col-Resize;} }
after that is fixed, can you please link to your page so i can see it in action (or not in this case) and explain how things are supposed to appear? thanks.

Miss_Thang
09-01-2004, 01:16 AM
actually i removed the extra } bracket thingy, and it still didn't work, so what i did was this:

<tr>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
</tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Lenny:++:</b></div></font>
<td bgcolor="ffffff" width="200"><left><a href="wpl001.jpg" target="_blank"><img src="thnl001.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl002.jpg" target="_blank"><img src="thnl002.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl003.jpg" target="_blank"><img src="thnl003.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl004.jpg" target="_blank"><img src="thnl004.jpg" border="0"></a></left></td>
<tr>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
</tr>

I added this : <table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80"> in between the <tr></tr> for each one and it worked fine :) thnx for your help!

BTW...is that right? (wat i did)? lol...

MaGiCSuN
09-01-2004, 04:20 AM
post an url so we can take a look at it in full code :)
right now that coding is not right to me, you end with an </td> tag but start another <tr> tag after that. To start an <tr> tag you need to close one first. Also this order:

</tr>
<table>
<tr>

is not right, that <table> tag is somewhere between the table cells, not inside them.

Love,
Mirna

Miss_Thang
09-02-2004, 02:56 AM
ok, i can't post my URL yet, I just purchased it. But I changed it around a bit, and I really hope it's right lol...here it is:

<html>
<head>
<title>Todoporaventura.com :++:Es Una Obsession:++:</title>
<head>
<style type="text/css">
<!--
body{
background-color: #ffffff;
scrollbar-arrow-color: #5C8F8C;
scrollbar-base-color: #ffffff;
scrollbar-dark-shadow-color: #5C8F8C;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: black;
scrollbar-highlight-color: grey;
scrollbar-3d-light-color: #5C8F8C;
}
A { text-decoration: none; color:#1b77df; }
A:hover { text-decoration: none; color:#5c8fc8;cursor:Col-Resize;}
-->
</style>
</head>
<body>
<div align="left"><font family="BenhardMood BT" size="4" color="#000000"><b>:++:Fans/Obsessionadas|</b>Wallpaper</div></font
<div align="center"><p><font family="BenhardMood BT" size="" color="#000000">Spice up your desktops with some hot Aventura wallpapers!! Please <b>DO NOT</b> use any of these on other sites and claim them as yours! If you use them for other purposes please give credit to <b>todoporaventura.com</b> Thank you! To view these click on the thumbnail to view in a larger size. You must upload them on to your own servers by 'right clicking' "save as" or "set as background"</p></div></font>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Group:++:</b></div></font>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
<tr>
<td bgcolor="#ffffff" width="200" ><left><a href="wp001.jpg" target="_blank"><img src="thn001.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><left><a href="wp002.jpg" target="_blank"><img src="thn002.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><center><a href="wp003.jpg" target="_blank"><img src="thn003.jpg" border="0"></a></center></td>
<td bgcolor="#ffffff" width="200"><center><a href="wp004.jpg" target="_blank"><img src="thn004.jpg" border="0"></a></center></td>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
<tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Anthony:++:</b></div></font>
<td bgcolor="#ffffff" width="200"><left><a href="wpa001.jpg" target="_blank"><img src="thna001.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><left><a href="wpa002.jpg" target="_blank"><img src="thna002.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><left><a href="wpa003.jpg" target="_blank"><img src="thna003.jpg" border="0"></a></left></td>
<td bgcolor="#ffffff" width="200"><left><a href="wpa004.jpg" target="_blank"><img src="thna004.jpg" border="0"></a></left></td>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
<tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Lenny:++:</b></div></font>
<td bgcolor="ffffff" width="200"><left><a href="wpl001.jpg" target="_blank"><img src="thnl001.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl002.jpg" target="_blank"><img src="thnl002.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl003.jpg" target="_blank"><img src="thnl003.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpl004.jpg" target="_blank"><img src="thnl004.jpg" border="0"></a></left></td>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
<tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Henry:++:</b></div></font>
<td bgcolor="ffffff" width="200"><left><a href="wph001.jpg" target="_blank"><img src="thnh001.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wph002.jpg" target="_blank"><img src="thnh002.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wph003.jpg" target="_blank"><img src="thnh003.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wph004.jpg" target="_blank"><img src="thnh004.jpg" border="0"></a></left></td>
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="5" width="80">
<tr>
<div align="left"><font family="BenhardMood BT" size="3" color="#000000"><b>:++:Max:++:</b></div></font>
<td bgcolor="ffffff" width="200"><left><a href="wpm001.jpg" target="_blank"><img src="thnm001.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpm002.jpg" target="_blank"><img src="thnm002.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpm003.jpg" target="_blank"><img src="thnm003.jpg" border="0"></a></left></td>
<td bgcolor="ffffff" width="200"><left><a href="wpm004.jpg" target="_blank"><img src="thnm004.jpg" border="0"></a></left></td>
</body>
</html>

I took out the <tr></tr> tags from the way i had it b4. is it ok now? thnx :)