Weird HTML question...

liunx

Guest
Okay, I'm creating an index page with a single image background fixed in place with a JavaScript. I'm trying to add images stacked upon one another down the right-hand side of the page. I have placed the first one on top but when I add another for links, it is BESIDE the first image rather than under it. I have tried using the '<br>' to break the line but it isn't working...I'm wondering if it has anything to do with the JavaScript and placement of the HTML commands?<br />
<br />
The page is: Shahrazadi's (<!-- m --><a class="postlink" href="http://www.angelfire.com/falcon/shahrazadis/index.html">http://www.angelfire.com/falcon/shahrazadis/index.html</a><!-- m -->)<!--content-->that's because you told teh image to align right. take those out or you could use tables<!--content-->Yep tables......<br />
See the attachment, borders are on to see what a table can do.<br />
:rocker:<!--content-->wow, that is weird. you could try <br clear=all>, but i would just put them into a table or a DIV box.<!--content-->:sigh:<br />
<br />
I was afraid I might have to go with a table...not that it's that big of a deal...I've done tables before but I was hoping there was an easier way....<br />
<br />
Oh well...thanks for the help. Hey, anyone know a good place to make the pic smaller (as in, less kilobytes)...I don't have the neccessary software and I can't Download <!--more--> any software so......<!--content-->so taking the align=right out didn't fix it?<br />
<br />
also you can Download <!--more--> irfranview as it is a small program that fits on a floppy and works wonders.<!--content-->Hmm, if you also [validate your code (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angelfire.com%2Ffalcon%2Fshahrazadis%2Findex.html&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=&outline=&sp=">http://validator.w3.org/check?uri=http% ... tline=&sp=</a><!-- m -->)] you will also see that you are missing an m in the img tag and a Quote mark on the end of a URL. Don't forget to add type="text/javascript" to the script tag.<!--content-->Originally posted by giz <br />
Hmm, if you also [validate your code (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angelfire.com%2Ffalcon%2Fshahrazadis%2Findex.html&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=&outline=&sp=">http://validator.w3.org/check?uri=http% ... tline=&sp=</a><!-- m -->)] you will also see that you are missing an m in the img tag and a Quote mark on the end of a URL. Don't forget to add type="text/javascript" to the script tag. <br />
<br />
Currently, that's actually on purpose...I have plans for images there in the future and I have a tendency to leave things like that floating around unless a page is complete. :D<!--content-->Originally posted by FalconStorm <br />
Hey, anyone know a good place to make the pic smaller (as in, less kilobytes)...I don't have the neccessary software and I can't Download <!--more--> any software so...... FS, Here are two sites where you can edit images online. The first is for editing jpgs, <br />
<!-- m --><a class="postlink" href="http://magick.net4tv.com/MagickStudio/scripts/MagickStudio.cgi">http://magick.net4tv.com/MagickStudio/s ... Studio.cgi</a><!-- m --><br />
And this second one is to edit gifs <br />
<!-- m --><a class="postlink" href="http://www.gifworks.com/">http://www.gifworks.com/</a><!-- m --><br />
They will do what all that expensive software does, and for free.<br />
Hope this helps,<br />
Vince.<!--content-->
 
Back
Top