CMidd

msg:4285633 | 12:21 pm on Mar 22, 2011 (gmt 0) |
css absolute
|
damdog

msg:4285782 | 4:23 pm on Mar 22, 2011 (gmt 0) |
Can you provide an example, I am not sure what command to use to start the css. Thanks,
|
piatkow

msg:4286182 | 10:14 am on Mar 23, 2011 (gmt 0) |
W3Schools have tutorials on CSS. The trouble is that if you learn CSS as an "extra" after learning html it can seem difficult and over complicated. Really its teaching should be integrated with html teaching from the beginning. The quick and dirty solution of course is to use a table.
|
rocknbil

msg:4287477 | 4:51 pm on Mar 25, 2011 (gmt 0) |
Why can't you put it in a div? #iframe-container { width: 400px; height: 500px; margin: 0 auto; } .... <div id="iframe-container"><iframe src="https://www.example.com"></iframe></div> You'll have to play with style, but that should work . . .
|
|