Hi guys,
I've got a few layout questions I'd like to ask you. I'm currently making a website:
http://www.cmdirector.neosurge.net/index.php
Now, I know there is no banner there yet, so I won't bother asking what you think of the layout.
1. I've been told that in resolutions greater than 800x600, the tables are way out to the sides. Is it possible for me to be able to have it so that I can include CSS without the tables being out to the side and without losing the design I have currently got for 800x600?
2. In Netscape, apparantly, when you move over one of the navigation buttons the page does not fit to the screen and a horizontal scrollbar appears. How can I correct this?
3. On the index.php, I'm using CuteNews. In the box where the picture "News" is shown, how can I get it the text to wrap around it because at the moment it looks stupid. My current news template is:
Code:
<table border="0" width="450" cellspacing="1" cellpadding="3">
<tr>
<td width="100%" style="text-align:justify">
<b>{title}</b>
</td>
</tr>
<tr>
<td width="100%" style="text-align:justify">
<font style="font-family:georgia, verdana, arial, sans-serif;color:#666; font-size:14;">{short-story}</font></td><img src="http://www.cmdirector.neosurge.net/images/news.gif" border="0" Alt="News" align="right" hspace="2" vspace="2">
</tr>
<tr>
<td width="100%">
<table border="0" style="border-top: 1px dotted #f2f3f3" width="450" cellspacing="0">
<tr>
<td width="220"><i><font style="font-family:georgia, verdana, arial, sans-serif; font-size:11; color:black;">Posted on {date} by {author}</font></i><br> </td>
<td width="168" ><div align=right><font style="font-family:georgia, verdana, arial, sans-serif; font-size:11;">[full-link]Read More ...[/full-link] [com-link]comments ({comments-num})[/com-link]</font>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
4. On this page:
http://www.cmdirector.neosurge.net/about.php
I will have a set of links for that section. Is it possible to have the content to then load in the box next to it without "leaving" the page.
If you could answer any (or all) of these questions, then I would be
EXTREMELY grateful!