This is the second time I write this. I used 2 hours to write the previous part, and when i pressed uppercase_wildcard, the whole page shut down, effectively erasing everything I had typed. (WNNRRRRGG!!)
However, here i go again.
Within the constraints of Filburt 1's rules, it's difficult to accurately descibe the problem without the overhangig threat of beeing moleculary reorganized!
The problem is design related. I've previously posted my fairly mediocre homesite for qritisism, and I've recieved valid feedback. The site works well with regard to interactivity, which was the primary motivation for it's construction, however the designpart lacks a lot. I' tried to keep the pages as simple as possible to avoid all trapdoors related to amateur design, but I might have overdone that part! To quote a moderator:
The white space is quite annoying, and I've tried to fix that. However, it's more difficult than I thought.The design is pretty simple. There's lots of white space, and your site....
My formost problem is table related. I've tried to alter my sites template by adding a table where the surrounding cells are occupied bye a graphic representation of a metalboard (to match the menubar).
The problems arising are (when using a template):
- If I try to put everything in to a table, the editable region is "squashed" in the middle making the table far bigger than desired. and also breaking apart the connection between the horizontal and vertical parts of the surrounding frame. I can of course force the middle section of table to be a certain size, but then I loose out on scalability within different browsersettings.
- I can put a layer (<DIV>) in the middle section, but that only aggrevate the problem.
- I can place a picture in the mainframe of the table, and use DIV's to place the text part in the midle of that picture, but then I have the same problem as before mentioned with regard to scalability.
If anyone missed out on the intentions, it is to construct a visual framework around the contents (text) to emulate a metal frame containing the document I'd like to present. That piece of space should be possible to color as well.
This is just a test of VB coloring, as I've never done this before:
Hoping for valuable feebak as usualPHP Code:
<?php
//coding is frustrating and rewarding, just like beeing married
if (argument)
{
echo ("text");
exit;
}
else
{
echo ("other text");
}
?>
<body>
html text
</body>