• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Need help solving a web page design problem

agentq232

[H]ard|Gawd
Joined
Jul 23, 2001
Messages
1,512
Ok guys heres the situation. Making a web page using front page. I created an image I would like used as an image map, will go on the extreme left of the page. The title will go across the top. This needs to work in small and large resolutions.

My problem is that I cannot create content to the immediate right of the image map. It is fairly tall and does not allow for content or text to start a few lines under the title. Kind of like in MS word how you cannot put text next to a pic without having that huge space next to it. Any ideas on how to fix this?

I'm just not thinking straight on how to solve this. Use frames? I dunno, I'm lost.

Thanks.
 
Are you using CSS? This can be done with CSS by putting the image in a div statement and then giving that div a property of float left. This will allow content to appear to the right of the image. Otherwise you could probably do with by setting up everything in a table although the CSS way is a bit more elegant.
 
Yep, doing this with css.

Float left command works, thanks for the advice. Now the text in the middle is shifted a little farther right than I'd like but I'll play with it.
 
Back
Top