Hey Guys and Gals,
First, just want to say DNN rocks. I reviewed the document that was mentioned in the first part of this group and it was awesome at getting me off ground. I have trouble with CSS sheets, but i'll get there later.
Ok I made template skin for my site, with combination of photoshop, slicing, dicing, and praying. I then used dreamweaver to easily assemble the tables/and images. The site is suppose to look like this
http://dascoat4msu.gotdns.com/MRO.jpg
Screen shot from photoshop
here is how it looks in dreamweaver
http://dascoat4msu.gotdns.com/dream.jpg
here is how it looks when it loads in IE, now this just HTML I haven't built the entire module yet.
http://dascoat4msu.gotdns.com/IE.jpg
I have looked at code. I have also noticed some group postings, but don't know if its somethign in the code, something dreamer is doing, or i need to slice it up more. Something about merged cells.
If anyone has any suggestions I would greatly appreciate it, because from the best of my ability everything looks ok.
Here is the code to the page, I warn you its long, but I try to be complete when posting a question.
===========================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #000000;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.style2 {
color: #CCCCCC;
font-size: 24px;
}
.style3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.style4 {font-family: Arial, Helvetica, sans-serif}
-->
</style></head>
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr align="left" valign="top" background="HeaderNew_01.gif">
<td height="190" colspan="3"><span class="style1">[USER] <span class="style2">|</span> [LOGIN]</span></td>
</tr>
<tr background="HeaderNew_02.gif">
<td height="35" colspan="3"><div align="right" class="style3">[SOLPARTMENU]</div></td>
</tr>
<tr>
<td width="11" background="HeaderNew_04.gif"> </td>
<td width="767" height="90"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr align="center" valign="top">
<td colspan="3">[CONTENTPANE:1]</td>
</tr>
<tr align="center" valign="top">
<td>[CONTENTPANE:1]</td>
<td>[CONTENTPANE</td>
<td>[CONTENTPANE:3]</td>
</tr>
<tr align="center" valign="top">
<td colspan="3">[CONTENTPANE:4]</td>
</tr>
</table></td>
<td width="22" background="HeaderNew_06.gif"><p> </p>
<p> </p>
<p> </p></td>
</tr>
<tr align="left" valign="bottom" background="HeaderNew_09.gif">
<td height="82" colspan="3"><span class="style4">[COPYRIGHT]</span></td>
</tr>
<tr>
<td height="10" colspan="3">[CONTENTPANE:5]</td>
</tr>
</table>
</body>
</html>
===============================================
Thanks in advance,
Scott Owens
ps Its 4:48am and I"m going to bed