How do they do that???????

liunx

Guest
I got a couple of questions here...<br />
<br />
First i'd like to know how these guys (<!-- m --><a class="postlink" href="http://i3dthemes.com">http://i3dthemes.com</a><!-- m -->) got image borders around their text????<br />
<br />
The i wanna know how lycos (<!-- m --><a class="postlink" href="http://lycos.co.uk">http://lycos.co.uk</a><!-- m -->) make their buttons (you can clearly see that the text loads first then the button image).<br />
Still on lycos if you look at their news headings you can see a yellow border... it looks nice... how did the do this????????.<br />
<br />
I want to submit my site to a search engine (it uses frames)so if i submit a page how do i make it load with the frames page as a whole!<br />
<br />
I don't wanna ask too many questions so if you can answer these... you'd have helped!<!--content-->With the I3D web site it is all done with images and tables, just look at the source and study the tables. I copied and pasted the image names into the address bar to see what images are placed where.<br />
<br />
Not sure about the Lycos site. In their source they said they were HTML 4.01 Transitional when I validated it, it failed badly. There were well over 100 errors ( I gave up after 80 :D )<!--content-->On Lycos the buttons are in tables and the actual buttons or tabs are background images in the cells. You would have to look at the CSS to see that, also the colored borders.<br />
<!-- m --><a class="postlink" href="http://www.lycos.co.uk/home/l.css">http://www.lycos.co.uk/home/l.css</a><!-- m --><!--content-->First i'd like to know how these guys (<!-- m --><a class="postlink" href="http://i3dthemes.com">http://i3dthemes.com</a><!-- m -->) got image borders around their text????Done in tables. Study about tables here: <!-- m --><a class="postlink" href="http://www.wdvl.com/Authoring/HTML/4/Changes/Tables.html">http://www.wdvl.com/Authoring/HTML/4/Ch ... ables.html</a><!-- m --> <br />
<br />
The i wanna know how lycos (<!-- m --><a class="postlink" href="http://lycos.co.uk">http://lycos.co.uk</a><!-- m -->) make their buttons (you can clearly see that the text loads first then the button image).<br />
Still on lycos if you look at their news headings you can see a yellow border... it looks nice... how did the do this????????.It could be that images take longer to load than text. Or they could be using a preloader. Checl some Javscript sites for preloaders. The yellow borders also are done in tables, and they use css (<!-- m --><a class="postlink" href="http://www.web-building.com/css.php3#style">http://www.web-building.com/css.php3#style</a><!-- m -->) too.<br />
<br />
I want to submit my site to a search engine (it uses frames)so if i submit a page how do i make it load with the frames page as a whole!First, you could force (<!-- m --><a class="postlink" href="http://javascript.internet.com/navigation/force-frames.html">http://javascript.internet.com/navigati ... rames.html</a><!-- m -->) your site into frames. Also, you could try putting the following meta tag in your frame page:<br />
<br />
<META NAME="ROBOTS" CONTENT="Index, No Follow"><br />
<br />
This tell's the search engine robots to just index your main page, and not any other page.<!--content-->
 
Back
Top