|
| I am looking for HTML tags that will work within the confines of the GardenWeb trade page. Some I have tried and can't get to work for the life of me. Here's what I have found...any other suggestions will be appreciated.
So far I have:
I would love to find out more text manipulation tags like the marquee that will work (can't get blink to), adding background images within the frames given by gardenweb, and/or any other cool tags that can be added and will work within the page to make my trade page look even better than it does!
|
Follow-Up Postings:
|
- Posted by mdvaden_of_oregon (My Page) on Sun, Aug 27, 06 at 2:36
| It's here somewhere. If you use the search box for this site, and enter html code Or the like, you should find some old topics. But it's basically regular html. You could practically Google a search for a regular code side. Let's see, try "html tutorial" or plural tutorials. I'm positive that that's the keyword I used which brought the most options. You just type the code right into the box with the closing tags on the end. The nice part, is that there is the preview. You have given me a great idea. I'm going to add some html code basics to my own site, just so I know where to find it. A big cheat sheet. There's one I remember called Boogie Jacks. http://www.boogiejack.com |
|
- Posted by quirkyquercus (My Page) on Mon, Aug 28, 06 at 22:11
| also htmlhelp.com is good. To do blink is easy. And you can highlight text by creating a table with a yellow background.
|
|
- Posted by nettasaura (My Page) on Mon, Aug 28, 06 at 23:45
| I think blink won't work because I have Internet Explorer. I understand that only works with Netscape. |
|
- Posted by mdvaden_of_oregon (My Page) on Tue, Aug 29, 06 at 2:28
| Yes, I didn't see the blink with IE either. I opened it up, because I use Firefox. It will be fun to see if marquee works. Nope, won't allow it - and it's a favorite. I only know of two forums that allow it. Arborist Site and Lawn Site. |
|
- Posted by quirkyquercus (My Page) on Tue, Aug 29, 06 at 10:17
| Geez we're all over the place aren't we, mario? The treehelp site lets you do just about anything, even embeds. (Do you remember my chainsaw sound effects that I play on the "what's wrong with my bradford pear" posts?) |
|
- Posted by nettasaura (My Page) on Tue, Aug 29, 06 at 11:45
| So can I get opinions? How does my trade page look for someone who knew nothing about HTML just a week and a half ago. Have I done overkill on anything? Feedback would wonderful!!! Thanks, P.S. I have also done a bare minimum on my Member Page. |
Here is a link that might be useful: My GardenWeb Trade Page
|
- Posted by quirkyquercus (My Page) on Wed, Aug 30, 06 at 10:03
| Not bad at all. Couple of nitpicks though. The background texture image is nice but since it's so dark, it doesn't contrast well with the black text so it's hard to read. If you lighten it up a bit in a photo editor, you can solve this problem. Ordinarily I'd say just change the color of the text to a lighter color but since there are white blotches in the image that will still be hard to read. As for your Unordered List (UL), you have bullets where you obviously don't want them followed by a break to the next line. I don't know if you used an editor that created that originally but instead of using (LI)(SPACE), use simply (P) The fact that I can only find 2 things wrong with it means you've definitely done good! |
|
- Posted by nettasaura (My Page) on Wed, Aug 30, 06 at 11:01
| Ok...so I lightened up the background and blurred the image a bit more...Better? I also got rid of the extra bullets between text. No I'm not using an editor, just my own two fingers and what little I've learned. Thanks quickyquercus...I couldn't figured out how to get rid of the extra bullets. Now those commands you gave me won't work on the lines with the pictures. Is there a command that will completely remove the bullets from those areas? Check my page again and see what you think. Thanks so much for your input! |
Here is a link that might be useful: My GW Trade Page
|
- Posted by quirkyquercus (My Page) on Wed, Aug 30, 06 at 11:12
| On the lines with the pictures, you have a (LI) tag right before the link/href tag, then there's a duplicate (LI) tag in between the href tag and the IMG tag. Take out the (LI) tag that is just before the HREF tag and leave the one (if you want it next to the photos) that is just before the IMG tag. Much better on the BG color. I just remembered I used some bullets on "my page". When I skipped from one bullet chart to the next, I just ended the list. (/UL) That way it doesn't indent the rest of the body because doing an unordered list does an indent by default. (in my broswers anyway) Here's an ex.
More text w/out indent
|
|
- Posted by quirkyquercus (My Page) on Wed, Aug 30, 06 at 11:17
| By the way, without using a table to contain your images and text, there is nothing to force the bullet to display right next to the pictures. So in other words, it may show up on your browser the way you want but on someone else's browser the bullet may be on the line above the photo. But you'll learn tables next. When you advance to the next level in page layout. |
|
- Posted by nettasaura (My Page) on Wed, Aug 30, 06 at 11:49
| I am not linking to an external source just making HTML within the editing box given by Garden Web. So here's my dilemma. I can remove to extra bullets above the pics using (p) but I have to run all of my script together as follows: This is how it looks now with an "invisible" line of equal signs so that I can keep my entries separate. (a href="http://i102.photobucket.com/albums/m114/nettasaura/seedtradepics
/33247996.jpg" target="_blank") Apparently in order to get rid of those top bullets I have to run everything together like this. And as you can see that would make it very hard (especially in that narrow editing box you are given)to make quick and efficient trades when I have to dig through all of this with no separation for entries...and I have an update of at least a hundred items coming in the next few weeks. (a href="http://i102.photobucket.com/albums/m114/nettasaura/seedtradepics
/33247996.jpg" target="_blank") So do I just have to live with the extra bullets in order to make my life easier? Thanks, |
|
- Posted by quirkyquercus (My Page) on Wed, Aug 30, 06 at 13:14
| It's time to advance to the next level: Tables You need to make a table with 2 or 3 columns to display correctly. Tables are pretty much the framework of a web page. This would be an example
Sans border....
It would be better to create your own dot as an image rather than use special charactars so it aligns perfectly in the middle. |
|
- Posted by nettasaura (My Page) on Wed, Aug 30, 06 at 14:14
| Thanks Quicky ....will have to work on that...check back later. Netta |
|
- Posted by mdvaden_of_oregon (My Page) on Mon, Sep 4, 06 at 21:04
| I see that you got a marquee to work there. Either it works there, but not here, or I needed to use a different code. I tried one in this thread with code that has worked. Your marquee is a bit speedy, and it blurs a little. If you set it up the way I think you might have, if you add to the left tag a scroll delay snippet, it can slow the speed down. One site of a few I've used is below in the link. Scroll Delay is the option to review. |
Here is a link that might be useful: html maquee tutorial
|
- Posted by oklahoma_tim (My Page) on Wed, Oct 31, 07 at 1:49
| HTML codes can be fun, and can also be great practice for your cut-and-paste technique. |
|
- Posted by hydroflame (My Page) on Tue, Jan 20, 09 at 16:58
| as far as i'm concerned, plenty of html codes work here |
Please Note: Only registered members are able to post messages to this forum. If you are a member, please log in. If you aren't yet a member, join now!
Return to the Web Authoring Forum
Instructions
- You must be a registered member and logged in to post messages on our forums.
- Posting is a two-step process. Once you have composed your message, you will be taken to the preview page. You will then have a chance to review the contents and make changes.
- After posting your message, you may need to refresh the forum page in order to see it.
- It is illegal to post copyrighted material without the owner's consent.
- HTML codes are allowed in the message field only.
- No advertising is allowed in any of the forums.
- If you would like to practice posting or uploading photos, please visit our Test forum.
- If you need assistance, please Contact Us and we will be happy to help.
