It is currently Thu Jul 04, 2024 12:00 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: graphics on the nets
PostPosted: Sat May 15, 2010 8:03 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Apr 08, 2010
Posts: 5420
Location: Northwest Ohio
Does anyone know the html tags to use for.....
posting two images (or more) side by side
posting an image left, right, or center
posting an image and the text wraps around it no matter if it is left, right, or center??? The only graphic tag I know is the 'img src' tag, and there is not much control with that


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: graphics on the nets
PostPosted: Sat May 15, 2010 9:58 pm  (#2) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
You can use the "img" tag with the additional "align=" attribute. For example...
<img src="image.png" alt="test image" align="right" />

You can position the image right, left, middle and several other positions.

Check this site for details.

Use the align attribute to wrap text around the image as well. Placing the image in a table is a nice way to deal with text wrapping. ;)

Placing images side by side is just a matter of placing the "img" tags next to one another with no line breaks </br>.

Most browsers aren't that strict and versions of HTML vary so you may see slight differences in syntax when you look at code.

The align attribute is actually depreciated. It's still supported due to lots of legacy HTML out there and it probably isn't going away soon. However, most people now use CSS to align text and graphics. You can use the "style=" attribute to place your CSS code in-line with your HTML.

Check out this CSS tutorial if you get a chance.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: graphics on the nets
PostPosted: Sat May 15, 2010 10:15 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Apr 08, 2010
Posts: 5420
Location: Northwest Ohio
wow, great info...thanks for that! I hope I can assimilate all the info without too many little notes to get lost on my desk! I never knew you could use css inline with html!!!
I like how that site has places where you can try stuff out and see what it looks like! I did figure out some stuff, but CSS is still complicated to me. I need a private tutor at my shoulder for a few weeks, then maybe I can get the basics, lol.


Top
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts using a graphics tablet

4

No new posts Attachment(s) Gimp Vector Graphics?

17

No new posts What I think Gimp/FOSS graphics needs to go to the next level

14

No new posts Clip Paint Studio - Conceptual Art Graphics

2

No new posts Attachment(s) My Experiments On GMIC Testing filters: Simple Graphics (now 14)

1046



* Login  



Powered by phpBB3 © phpBB Group