Posted on 11/11/2005 10:49:50 AM PST by georgiadevildog
If you're good with HTML, please help! I want to add pictures on the left and right sides of the header block on my blog (linked above). I don't know how to do it. When I add a photo link, it just puts it under what's already there instead of off to the side. If anybody knows how to do it, please, help me!
Beat me to it. I also recommend webmonkey. You can find absolutely anything you need to know about HTML there.
<TABLE border="0">
<TR>
<TD>Left side stuff</TD>
<TD>Middle stuff</TD>
<TD>Right side stuff</TD>
</TR>
</TABLE>
Yup - tables are the way to go.
Thanks, all. I'll give it a shot.
I can't find a link to the HTML Sandbox?
I need some help with html code. I am setting up an index page with a table filled with about 80 thumbnail photos.
How do I code in html to open the image in a new window? People will forget to right click and choose open in new window even if it is stated right where they can see it, and if they hit the back button, they may have to wait for the whole table to load again which will be at least 1360+ KB which is a lot for dialup users.
If it is too complicated, I'll try to figure out another way. I tried to look at the source code for how news articles are done here on FR, but there is a page with a link that comes up that says in a few moments you will be redirected to. I don't want that. I just want to go directly to the larger photo from the thumbnail without losing the index page.
Bump, things scroll off so fast I'm afraid no one who knows what I need will see it.
Another bump, see post #9. If no one can help, I'll try a newsgroup or something.
I'm trying this; it might be a good template for opening a link in a new window. Let's see: Sarge's Spot Yep, that works. Okay, so it goes like this:
(instead of "(" and ")", use "<" and ">")
(a target="_blank" href="WEB ADDRESS HERE">WHAT YOU WANT THE LINK TO SAY HERE(/a)
While I've got your attention, do you happen to know how to test out your completed web pages, especially all the links, on your local hard drive?
I've been uploading them to test them, and when there is an error, I have to make the correction and load it again which is even more time consuming than coding links.
I'll try your way first. I did look at some source code on another article here, but it gives the blank page with the link, and couldn't tell which part was for what. This is much easier what you have done, and I'll try that first.
What type of web design software are you using, or are you just writing all the code manually?
If you're using Front Page, I think you can check the links by holding CTRL and clicking them. Don't take that as gospel, though. As I said, I'm not much of a programmer. Probably not even good enough to be called an "amateur."
Needless to say, that is not the way to go; I got so many suggestions for downloading this and that and I can learn html in a few hours, yeah right, all trying to be helpful. I also got my 3+ inch book I bought years ago now, and it is packed with info, but I never did find the part where you test on your hard drive. Oh they talked a lot about it, just didn't tell you how to set it up that I could find; I got fed up plowing through that mess.
I don't design and code very many websites, don't care to do it once the novelty wore off, keep the flowchart in my head because I used to be a programmer, and now I need to test it with IE, Firefox, Netscape, Opera, and Safari (think this is for Mac which I don't have access to, maybe someone would help me on that if need be), so I'm advised. I do test every link and use both Netscape and IE6. If it works in IE6, it works in Netscape, never had any problem with those two.
I do appreciate all the suggestions and have some good links and ideas. Not all the web pages I've done involve extensive graphics, some are text documents; I'm sure they look amateurish because I really keep them simple. HTML is a pain; I can do quite a bit of normal stuff with it, thanks in part to here, but since I don't use it on a regular basis, I forget the syntax and end up having to go look it up anyway.
And in a few years there will be some new marvel to deal with. Thanks for the help. I got some good tips here and copied and saved the code for tables so pictures don't have to go down the left side of the page with nothing but wasted space to the right. Setting up tables in Composer is pretty straightforward, but you have to use borders, but I never minded. Just loaded the centered table and went on with it.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.