»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 11-23-2003, 06:53 PM   #1 (permalink)
Registered User
 
cracked's Avatar
 
Join Date: Nov 2001
Location: NCSU @ Raleigh, NC
Posts: 1,390
cracked is on a distinguished road
Send a message via AIM to cracked
html help please

when using a <marquee> tag, it scrolls the content, then scrolls blank space, then the content again, etc. how can i make it so that the content is looped with no blank space in between?

drew

__________________
Duroo
cracked is offline   Reply With Quote
Old 11-23-2003, 07:37 PM   #2 (permalink)
Registered User
 
Join Date: Jul 2003
Location: Kingwood, TX
Posts: 935
Rand Dusing is on a distinguished road
Send a message via AIM to Rand Dusing
I'm not sure if you can. But you could either make your text longer or make the marquee area smaller. Let me find out how.
Rand Dusing is offline   Reply With Quote
Old 11-23-2003, 07:56 PM   #3 (permalink)
Registered User
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,527
crouse is on a distinguished road
Send a message via ICQ to crouse
http://www.htmlcodetutorial.com/_MARQUEE.html
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
crouse is offline   Reply With Quote
Old 11-23-2003, 08:07 PM   #4 (permalink)
Registered User
 
Join Date: Jul 2003
Location: Kingwood, TX
Posts: 935
Rand Dusing is on a distinguished road
Send a message via AIM to Rand Dusing
NVM Crouse got it.
Rand Dusing is offline   Reply With Quote
Old 11-23-2003, 09:52 PM   #5 (permalink)
Registered User
 
cracked's Avatar
 
Join Date: Nov 2001
Location: NCSU @ Raleigh, NC
Posts: 1,390
cracked is on a distinguished road
Send a message via AIM to cracked
ok i got another question. how do i make a specific page have specific demensions, no addy bar, toolbar, etc?

thanks!

drew
__________________
Duroo
cracked is offline   Reply With Quote
Old 11-24-2003, 12:13 PM   #6 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 25
st0rm is on a distinguished road
this page isnt the first page your viewers see is it?
if not then this method in javascript is an option

<script language="Javascript">
<!--
function openMaxWindow(url,w,h) {
var windowHandle = '';
windowHandle = window.open(url,'popup','width=' + w + ', height=' + h);
}
//-->
</script>

and then call the function when u link to this page.

<a href="URL" onmouseup="this.href='javascript:openMaxWindow(\UR L\',WIDTH,HEIGHT)'">LINKNAME</a>

sorry this is so messy.

for a better, more complete list of what you can customize using javascript links:
http://www.mcli.dist.maricopa.edu/tut/tut27c.html

someone else may have a better, neater solution. hope this helps
st0rm is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 03:10 AM.