1 posts tagged with css by jpoulos.
Displaying 1 through 1.

Related tags:
+ (102)
+ (55)
+ (45)
+ (43)
+ (29)
+ (25)
+ (19)
+ (17)
+ (16)
+ (14)
+ (13)
+ (11)
+ (11)
+ (10)
+ (10)
+ (8)
+ (8)
+ (8)
+ (8)
+ (8)
+ (8)
+ (7)
+ (7)
+ (7)
+ (7)
+ (5)
+ (5)
+ (5)
+ (5)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
signal (7)
Karmakaze (3)
maxwelton (3)
GregX3 (2)
kaizen (2)
Meatbomb (2)
yonation (2)
killdevil (2)
goodnewsfortheinsane (2)
You Should See the Other Guy (2)
Joleta (2)
docgonzo (2)
Wild_Eep (2)
edjusted (2)
volandmast (2)
adipocere (2)
jbickers (2)
grrarrgh00 (2)
Tryptophan-5ht (2)
monkey closet (2)
stupidsexyFlanders (2)
weston (2)
Taken Outtacontext (2)
kchristidis (2)
anastasiav (2)
Asparagirl (2)
pinto (2)
jeremias (2)
ao4047 (2)

CSS with dynamic content. I'm trying to create a web page using CSS and text pulled from a database, so that it looks like this: http://www.blogfucker.com/junk/css_help.gif. "Image 2" is simply floated left. Very simple to do with static content. But this is for a client who will only be able to edit the text, which will be entered as a single block of text. How do I throw a floated image in there so it shows up roughly in the middle of the page? I've considered writing a script to count the number of paragraphs (or even characters) and dividing by two, and throwing it in that way. But I feel there must be a simpler way.
posted on Jun 28, 2005 - 2 answers