Click to See Complete Forum and Search --> : Picture question in DW
HockeyJose
11-04-2005, 03:02 AM
I really feel like the biggest moron for having to ask this, but I am still in the ocward learning process with web design :confused: . I have been to plenty of websites where they have a picture lined up beside a text collum, when i try to do this it puts the pic under my text, or splits the text apart. Is there a way to do it, with out making a table or re-slicing my design? Also it seems alot of websites that have that also have "Function MM_nbGroup" in the source, does this have anything to do with it and if so, how do i go about doing that? Thanks in advance for anyone who can answer this for me...
Compguy Pete
11-04-2005, 10:35 AM
Oh no problem... we all suffer from this until were told :)
NOw if you open the properties tool box you'll se an option of "Align" with that you can make the correct choice of Left or Right aligned.
w/o using a table... use two <div> layers. put the image in one layer and the body copy in the other layer and postion them accordingly, one next to the other.
HockeyJose
11-04-2005, 01:34 PM
w/o using a table... use two <div> layers. put the image in one layer and the body copy in the other layer and postion them accordingly, one next to the other.
you can do layers in dreamweaver?
Compguy Pete
11-04-2005, 10:42 PM
you need to learn the other way first... without knowning the basic way your not going ot understand CSS and how powerful it is.