Kangry.com [insert cool graphic here]
home
|
Topics
|
Logout
|
Search
|
Contact
|
?? Kangry ??
|
Bandwitdh
Topics:
DVR
nvrec
Mplayer
Links
Misc
Commands
Humor
Name
Password
New user
uploaded files
(links)
-> (
Parent
)->css links
submited by Russell Thu 06 Oct 05
Edited Tue 13 Dec 05
Web
kangry.com
starting with HTML + CSS
a simple step by step how to for using css styles
A page that shows complex text flow around a picture
( magazine style)
floating text boxes and windows
Shadow boxes around images
(complex)
I got simple flow formating to work by creating a syle:
.float_image { float: left; clear: left; }
Then by using applying that class to an image.
<img src="/images/374722.gif"
class="float_image"
>
This provides
simple
flowing of the text around an image. Currently I only know how to do it with the image on the left side of the page.
Replys: