View Full Version : DIV <html>


thejermyn
08-14-2004, 03:07 PM
Can i use like some kinda absolute positioning using pixels to place my tag board in tables? is so, how do i go about doing it?
Does anyone know the code? I would like a HTML code preferbly without the use of CSS, thanks.

pb&j
08-14-2004, 04:06 PM
why not just place the tagboard code inside a table cell?

positioning is done using css, not html. if you decide to go that route, this is probably what you need...

<div style="position:absolute; top:30px; left:30px;">
tagboard code
</div>

then just change the values as you desire.

thejermyn
08-15-2004, 05:30 AM
Thanks alot, you seem to know everything ;)

pb&j
08-15-2004, 06:03 AM
i know a bit and just make up the rest as i go along :lol: