|
Posted by Jonathan N. Little on 06/03/07 18:32
Timothy Ace Holleran wrote:
> As the gang says, forget the "layers" crap.
About the only useful bit in your message, to reiterate what others have
already said. Now the top-posting and lack of trimming....
>
> Try <div style="border: 2px red solid;>[Put text and pictures in this
> container]</div>
Inline style may be useful for a short demo example in Usenet, but in
application on your page better to add styling in a stylesheet rather
than pepper your markup with style attributes
..framed { border: 2px solid red; }
<div class="framed">Put text and pictures in this container...</div>
> To pisition div's on a page, learn all about tables from
> any good html help site, such as http://htmlgoodies.com/tutorials/tables/ .
> Use empty table cells to place other cells roughly where you want them. You
> can lear this in a couple of days.
Ah, yes reference a tutorial that is circa 1995 to a newbie!
To OP this not a good way to start out. In most cases one does *not*
need each element to be precisely position on the page because you do
not know what the page size is! Better to make you page flexible and
adjust the layout to fit whatever your visitor's window is at the time.
Only use positioning when it is critical to the design and even then
many times there are ways to still make the design flexible.
Try the tutorials at www.htmldog.com. They are a bit more contemporary.
>
> Ace in CT
>
Signatures prefaced with two hyphens a space followed by a carriage
return are preferred as decent newsreaders will remove the signature in
replies...
>
> "Neredbojias" <neredbojias@gmail.com> wrote in message
> news:Xns99436B453196Dnanopandaneredbojias@208.49.80.251...
>> On Sat, 02 Jun 2007 14:55:22 GMT scribed:
<snipping extra stuff...>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|