Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Signup for Free!
-More Features-
-Far Less Ads-
About   Users   Help
Users & Guests Online
On Page: 1
Directory: 109
Entire Site: 7 & 896
03-29-24 06:51 AM

Thread Information

Views
102,948
Replies
1,990
Rating
0
Status
CLOSED
Thread
Creator
geeogree
04-06-10 12:26 AM
Last
Post
Lazlo Falconi
06-24-12 02:22 AM
Additional Thread Details
Views: 17,868
Today: 4
Users: 4 unique
Last User View
03-26-19
Vizzed Ghostb.

Thread Actions

Order
Posts


<<
100 Pages
>>
 

Official Layout Test, Showoff, and Comment Thread

 

05-22-12 05:25 PM
hypermonkey is Offline
| ID: 588372 | 21 Words

hypermonkey
Level: 102


POSTS: 2587/2808
POST EXP: 106752
LVL EXP: 10919123
CP: 1174.5
VIZ: 57583

Likes: 0  Dislikes: 0
WarpStarFerret : Dude, that looks really awesome, but personally, I thought it looked better without the text box. What is it anyway?
WarpStarFerret : Dude, that looks really awesome, but personally, I thought it looked better without the text box. What is it anyway?
Vizzed Elite
Affected by 'ADHD' and 'Insanity'


Affected by 'Laziness Syndrome'

Registered: 07-01-09
Location: Quincy, MA
Last Post: 2900 days
Last Active: 1004 days

05-22-12 05:31 PM
soxfan849 is Offline
| ID: 588376 | 132 Words

soxfan849
Level: 76


POSTS: 624/1490
POST EXP: 106261
LVL EXP: 3996065
CP: 5193.6
VIZ: 222680

Likes: 0  Dislikes: 0
WarpStarFerret :

Here's an easier way to do it. Don't make a separate div for your signature. Just go to your table element and give it a class called WarpLayout or something. Then it would be exactly what I showed you, except the class name would be WarpLayout instead of WarpSig. Let me know if there's something specific that you don't understand (where to declare the class name, where to put the tags, etc.).

Also, don't type HTML into your posts, it won't show up right. You can escape HTML and will show up.

< = <
> = >

If you type those in it will show up fine, and won't be read by your browser as HTML. So a tag would look like this when you're typing it:

<style>
WarpStarFerret :

Here's an easier way to do it. Don't make a separate div for your signature. Just go to your table element and give it a class called WarpLayout or something. Then it would be exactly what I showed you, except the class name would be WarpLayout instead of WarpSig. Let me know if there's something specific that you don't understand (where to declare the class name, where to put the tags, etc.).

Also, don't type HTML into your posts, it won't show up right. You can escape HTML and will show up.

< = <
> = >

If you type those in it will show up fine, and won't be read by your browser as HTML. So a tag would look like this when you're typing it:

<style>
Vizzed Elite
The Reaper


Affected by 'Laziness Syndrome'

Registered: 01-09-11
Location: soxfan849
Last Post: 2691 days
Last Active: 2528 days

05-22-12 06:41 PM
WarpStarFerret is Offline
| ID: 588421 | 190 Words

WarpStarFerret
Level: 119


POSTS: 3926/4145
POST EXP: 166518
LVL EXP: 18568485
CP: 351.2
VIZ: 88700

Likes: 0  Dislikes: 0
Wow, I really fried the page didn't I... Even a global can't edit it.

soxfan849 : Kinda late. Leggy told me I officially broke the page.

Also, when I used style tags before, I always put them before EVERYTHING when making the code word, then immediately before whatever I was changing with it when I used it to change something. Is that where it's supposed to go for this too? That makes the command valid for the whole layout... I think that's what you're telling me to do. My main question though is how to specifically get it to read the command correctly.

*Tries again*

Yeah, I can't get it to work. :| And I won't dare trying to post what I tried again, for fear of frying another page.

hypermonkey : I need the text box so that the text doesn't mix with the flames and become illegible. It's a minor problem due to the exact nature of the layout, but still needed to be addressed. Also, as to what it is, it's a pic of one of the character skins for Warwick in League of Legends.
Wow, I really fried the page didn't I... Even a global can't edit it.

soxfan849 : Kinda late. Leggy told me I officially broke the page.

Also, when I used style tags before, I always put them before EVERYTHING when making the code word, then immediately before whatever I was changing with it when I used it to change something. Is that where it's supposed to go for this too? That makes the command valid for the whole layout... I think that's what you're telling me to do. My main question though is how to specifically get it to read the command correctly.

*Tries again*

Yeah, I can't get it to work. :| And I won't dare trying to post what I tried again, for fear of frying another page.

hypermonkey : I need the text box so that the text doesn't mix with the flames and become illegible. It's a minor problem due to the exact nature of the layout, but still needed to be addressed. Also, as to what it is, it's a pic of one of the character skins for Warwick in League of Legends.
Vizzed Elite
2nd Place Feb. '11 VCS Hit OPS on 1-28-11 (340 posts) Hit Ravering 2-2-11 (547) Ravering+ on 6-25-11 (2601 posts) Hit Veneeval 3-24-12 (3765 posts)


Affected by 'Laziness Syndrome'

Registered: 12-26-10
Last Post: 2806 days
Last Active: 2806 days

05-22-12 07:16 PM
soxfan849 is Offline
| ID: 588446 | 122 Words

soxfan849
Level: 76


POSTS: 625/1490
POST EXP: 106261
LVL EXP: 3996065
CP: 5193.6
VIZ: 222680

Likes: 0  Dislikes: 0
WarpStarFerret :

Hey, I told you as soon as I saw it. But one thing you're gonna need to do if you want this to work is change how you change the color of the link. If you don't get rid of the tag, then it won't change by using the style tags. If you get rid of that, everything should work fine just by putting the style tags at the top of your header.

Then add this in the style tags to change the color of a link that isn't being hovered over:

.warplayout a {
color:darkred;
}

Just in case you can't get that to work, I'll rewrite your layout using only div tags. It's just 1,000 times easier.
WarpStarFerret :

Hey, I told you as soon as I saw it. But one thing you're gonna need to do if you want this to work is change how you change the color of the link. If you don't get rid of the tag, then it won't change by using the style tags. If you get rid of that, everything should work fine just by putting the style tags at the top of your header.

Then add this in the style tags to change the color of a link that isn't being hovered over:

.warplayout a {
color:darkred;
}

Just in case you can't get that to work, I'll rewrite your layout using only div tags. It's just 1,000 times easier.
Vizzed Elite
The Reaper


Affected by 'Laziness Syndrome'

Registered: 01-09-11
Location: soxfan849
Last Post: 2691 days
Last Active: 2528 days

05-22-12 07:45 PM
Lazlo Falconi is Offline
| ID: 588462 | 73 Words

Lazlo Falconi
Level: 98


POSTS: 1379/2750
POST EXP: 199963
LVL EXP: 9635501
CP: 3100.7
VIZ: 182754

Likes: 0  Dislikes: 0
soxfan849 : You're half right, but using DIV tags won't change how easy it is to change link colors.

WarpStarFerret : What you need to do is change your layout like this: https://www.vizzed.com/boards/profile.php?id=85869" class="WarpLink">Coded by WarpStarFerret

And then put into your header the following:




Also, never ever post HTML in your posts without closing ALL of your tags again.
soxfan849 : You're half right, but using DIV tags won't change how easy it is to change link colors.

WarpStarFerret : What you need to do is change your layout like this: https://www.vizzed.com/boards/profile.php?id=85869" class="WarpLink">Coded by WarpStarFerret

And then put into your header the following:




Also, never ever post HTML in your posts without closing ALL of your tags again.
Vizzed Elite
The Shake Zula


Affected by 'Laziness Syndrome'

Registered: 01-07-12
Location: Cartoon Hell
Last Post: 1382 days
Last Active: 1256 days

05-22-12 08:25 PM
soxfan849 is Offline
| ID: 588497 | 62 Words

soxfan849
Level: 76


POSTS: 626/1490
POST EXP: 106261
LVL EXP: 3996065
CP: 5193.6
VIZ: 222680

Likes: 0  Dislikes: 0
Lazlo Falconi :

I didn't mean it would be easier to change the link colors. What I told him worked for me when I tested it in the Vizzed layout maker. I just think it's much easier to see what's going on with the layout in general if it's done with divs.

By the way, that blockquote thing of yours is pretty sexy.
Lazlo Falconi :

I didn't mean it would be easier to change the link colors. What I told him worked for me when I tested it in the Vizzed layout maker. I just think it's much easier to see what's going on with the layout in general if it's done with divs.

By the way, that blockquote thing of yours is pretty sexy.
Vizzed Elite
The Reaper


Affected by 'Laziness Syndrome'

Registered: 01-09-11
Location: soxfan849
Last Post: 2691 days
Last Active: 2528 days

05-22-12 08:30 PM
Lazlo Falconi is Offline
| ID: 588505 | 102 Words

Lazlo Falconi
Level: 98


POSTS: 1385/2750
POST EXP: 199963
LVL EXP: 9635501
CP: 3100.7
VIZ: 182754

Likes: 0  Dislikes: 0
soxfan849 : Ahh, I guess I read that wrong. Yeah, it is easier to figure out what's going on if someone uses proper DIV tags, though.

Also, thanks for the quote love. And watch this:


Some text that someone said about something, and at the same time, they quoted
This text, which was a long reply to
This post, which was short and sweet and to the point



I keep meaning to make it so that it doesn't effect everyone's use of blockquote, but I keep forgetting. I'm the only person who uses them anyway, so it's not that big of a deal.
soxfan849 : Ahh, I guess I read that wrong. Yeah, it is easier to figure out what's going on if someone uses proper DIV tags, though.

Also, thanks for the quote love. And watch this:


Some text that someone said about something, and at the same time, they quoted
This text, which was a long reply to
This post, which was short and sweet and to the point



I keep meaning to make it so that it doesn't effect everyone's use of blockquote, but I keep forgetting. I'm the only person who uses them anyway, so it's not that big of a deal.
Vizzed Elite
The Shake Zula


Affected by 'Laziness Syndrome'

Registered: 01-07-12
Location: Cartoon Hell
Last Post: 1382 days
Last Active: 1256 days

05-22-12 09:36 PM
BNuge is Offline
| ID: 588542 | 43 Words

BNuge
Level: 137


POSTS: 4986/5714
POST EXP: 365399
LVL EXP: 30789645
CP: 14418.8
VIZ: 1504587

Likes: 0  Dislikes: 0
Lazlo Falconi :

That CSS thing you typed up for Warp... Is there any way to set that up so that it goes for every link in the post? Also, would the closing tag go in the sig or directly after the opening tag?
Lazlo Falconi :

That CSS thing you typed up for Warp... Is there any way to set that up so that it goes for every link in the post? Also, would the closing tag go in the sig or directly after the opening tag?
Vizzed Elite
Third Place in Feb 2011 VCS Achieved Ravering Syndrome + on Jan 6, 2012


Affected by 'Laziness Syndrome'

Registered: 04-30-10
Location: Northeast US
Last Post: 1192 days
Last Active: 417 days

05-22-12 09:39 PM
pi0x is Offline
| ID: 588548 | 33 Words

pi0x
Level: 99


POSTS: 2429/2709
POST EXP: 93078
LVL EXP: 9827822
CP: 2514.3
VIZ: 259549

Likes: 0  Dislikes: 0
BNuge : If he wanted, Warp could set the first div, containing all the others to that class and it should work just fine.

I made this layout out of sheer boredom.
BNuge : If he wanted, Warp could set the first div, containing all the others to that class and it should work just fine.

I made this layout out of sheer boredom.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 12-09-10
Location: Rock Bottom
Last Post: 3327 days
Last Active: 2554 days

05-22-12 09:41 PM
WarpStarFerret is Offline
| ID: 588550 | 111 Words

WarpStarFerret
Level: 119


POSTS: 3927/4145
POST EXP: 166518
LVL EXP: 18568485
CP: 351.2
VIZ: 88700

Likes: 0  Dislikes: 0
Lazlo Falconi : Well, at least it was the last post of the page anyways... ' Also, I know that I just kinda spaced for a moment. ' ... Hate it when that happens.

... I'm still not getting it for some reason. It's really touchy, I remember when I was trying yo get the bg pic code right, it was a single stupid space that was supposed to be there that wasn't that threw me off for like an hour or two. Coding is so touchy...

*Tries one more time*

........ I GOT IT!!!! Thanks.

soxfan849 : Thanks too.

...I thought the periods were filler... >.<
Lazlo Falconi : Well, at least it was the last post of the page anyways... ' Also, I know that I just kinda spaced for a moment. ' ... Hate it when that happens.

... I'm still not getting it for some reason. It's really touchy, I remember when I was trying yo get the bg pic code right, it was a single stupid space that was supposed to be there that wasn't that threw me off for like an hour or two. Coding is so touchy...

*Tries one more time*

........ I GOT IT!!!! Thanks.

soxfan849 : Thanks too.

...I thought the periods were filler... >.<
Vizzed Elite
2nd Place Feb. '11 VCS Hit OPS on 1-28-11 (340 posts) Hit Ravering 2-2-11 (547) Ravering+ on 6-25-11 (2601 posts) Hit Veneeval 3-24-12 (3765 posts)


Affected by 'Laziness Syndrome'

Registered: 12-26-10
Last Post: 2806 days
Last Active: 2806 days

05-22-12 11:47 PM
Lazlo Falconi is Offline
| ID: 588588 | 130 Words

Lazlo Falconi
Level: 98


POSTS: 1386/2750
POST EXP: 199963
LVL EXP: 9635501
CP: 3100.7
VIZ: 182754

Likes: 0  Dislikes: 0
BNuge : You mean the tag? It goes exactly as I posted it as the very first thing in the header.

As for making it work in the entire post... pi0x is halfway there. The whole post would have to be enclosed in a master div, let's say it has the class .WarpMaster



You would have to use the child-selector to let the board know that all A tags within .WarpMaster are to be styled differently, so you would have a stylesheet which reads

.Warpmaster > a {
color: #600;
text-decoration: none;
}

And then if you wanted hover effects, it would be the same

.WarpMaster > a:hover {
color: #a00;
text-decoration: underline;
}

Got it?

WarpStarFerret : Ahh, no, the periods define an element as a CSS "class".
BNuge : You mean the tag? It goes exactly as I posted it as the very first thing in the header.

As for making it work in the entire post... pi0x is halfway there. The whole post would have to be enclosed in a master div, let's say it has the class .WarpMaster



You would have to use the child-selector to let the board know that all A tags within .WarpMaster are to be styled differently, so you would have a stylesheet which reads

.Warpmaster > a {
color: #600;
text-decoration: none;
}

And then if you wanted hover effects, it would be the same

.WarpMaster > a:hover {
color: #a00;
text-decoration: underline;
}

Got it?

WarpStarFerret : Ahh, no, the periods define an element as a CSS "class".
Vizzed Elite
The Shake Zula


Affected by 'Laziness Syndrome'

Registered: 01-07-12
Location: Cartoon Hell
Last Post: 1382 days
Last Active: 1256 days

05-22-12 11:56 PM
BNuge is Offline
| ID: 588589 | 38 Words

BNuge
Level: 137


POSTS: 4989/5714
POST EXP: 365399
LVL EXP: 30789645
CP: 14418.8
VIZ: 1504587

Likes: 0  Dislikes: 0
Lazlo Falconi :

So that div tag would go at the beginning of everything including the CSS stuff and it would be closed at the end?

And the CSS style would open and close without anything in the middle.
Lazlo Falconi :

So that div tag would go at the beginning of everything including the CSS stuff and it would be closed at the end?

And the CSS style would open and close without anything in the middle.
Vizzed Elite
Third Place in Feb 2011 VCS Achieved Ravering Syndrome + on Jan 6, 2012


Affected by 'Laziness Syndrome'

Registered: 04-30-10
Location: Northeast US
Last Post: 1192 days
Last Active: 417 days

05-23-12 12:19 AM
pi0x is Offline
| ID: 588600 | 89 Words

pi0x
Level: 99


POSTS: 2434/2709
POST EXP: 93078
LVL EXP: 9827822
CP: 2514.3
VIZ: 259549

Likes: 0  Dislikes: 0
BNuge : I'll give you a demo of what the whole code will sort of look like.
Basically:
(the periods in front of the div tags are just filler ex: .div)

post header:

<.style>
.Warpmaster > a {
color: #600;
text-decoration: none;
}
.WarpMaster > a:hover {
color: #a00;
text-decoration: underline;
}
<./style>

<.div class="Warpmaster">
<.div style="all your background stuff">
<.div style="post box">

post signature:

All signature code(links and stuff) here
<./div>
<./div>
<./div>

Hopefully, this is what Lazlo was talking about. Hopefully, I didn't miss anything.
Lazlo Falconi : Just to make sure...
That's pretty much how I would do it.
BNuge : I'll give you a demo of what the whole code will sort of look like.
Basically:
(the periods in front of the div tags are just filler ex: .div)

post header:

<.style>
.Warpmaster > a {
color: #600;
text-decoration: none;
}
.WarpMaster > a:hover {
color: #a00;
text-decoration: underline;
}
<./style>

<.div class="Warpmaster">
<.div style="all your background stuff">
<.div style="post box">

post signature:

All signature code(links and stuff) here
<./div>
<./div>
<./div>

Hopefully, this is what Lazlo was talking about. Hopefully, I didn't miss anything.
Lazlo Falconi : Just to make sure...
That's pretty much how I would do it.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 12-09-10
Location: Rock Bottom
Last Post: 3327 days
Last Active: 2554 days

(edited by pi0x on 05-23-12 12:21 AM)    

05-23-12 12:11 PM
Lazlo Falconi is Offline
| ID: 588699 | 34 Words

Lazlo Falconi
Level: 98


POSTS: 1387/2750
POST EXP: 199963
LVL EXP: 9635501
CP: 3100.7
VIZ: 182754

Likes: 0  Dislikes: 0
pi0x : That's just about it, except I wouldn't have had the "all your background stuff" DIV, I would have just put that into the style for .WarpMaster. But that's pretty much the same thing.
pi0x : That's just about it, except I wouldn't have had the "all your background stuff" DIV, I would have just put that into the style for .WarpMaster. But that's pretty much the same thing.
Vizzed Elite
The Shake Zula


Affected by 'Laziness Syndrome'

Registered: 01-07-12
Location: Cartoon Hell
Last Post: 1382 days
Last Active: 1256 days

05-23-12 12:22 PM
TheTrigger15 is Offline
| ID: 588704 | 4 Words

TheTrigger15
Level: 23


POSTS: 27/99
POST EXP: 2630
LVL EXP: 64867
CP: 33.0
VIZ: 6280

Likes: 0  Dislikes: 0
Testing awesome Vash layout...
Testing awesome Vash layout...
Member

Affected by 'Laziness Syndrome'

Registered: 05-14-12
Location: The Island of Koridai
Last Post: 4097 days
Last Active: 3270 days

05-23-12 08:17 PM
hackerman is Offline
| ID: 588893 | 43 Words

hackerman
Level: 131


POSTS: 5044/5147
POST EXP: 140083
LVL EXP: 25837479
CP: 1164.4
VIZ: 13883

Likes: 0  Dislikes: 0
Alright testing my new layout.

Nothing concerns me except this as of now:

TEST TEST TEST TEST.

The scroll bar expands instead of going to the next line.

I have no idea how to fix that.

Edit: Have no idea what just happened.
Alright testing my new layout.

Nothing concerns me except this as of now:

TEST TEST TEST TEST.

The scroll bar expands instead of going to the next line.

I have no idea how to fix that.

Edit: Have no idea what just happened.
Vizzed Elite
2nd Place In The June 2011 VCS 7th Place In the July 2011 VCS


Affected by 'Laziness Syndrome'

Registered: 11-02-10
Last Post: 4244 days
Last Active: 2574 days

(edited by hackerman on 05-23-12 08:17 PM)    

05-23-12 08:19 PM
hackerman is Offline
| ID: 588895 | 23 Words

hackerman
Level: 131


POSTS: 5045/5147
POST EXP: 140083
LVL EXP: 25837479
CP: 1164.4
VIZ: 13883

Likes: 0  Dislikes: 0
Really sorry to double post but I need this to work

TEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEESSSSSSSSSSSSSSSSSSSSSSSSSTTTTTTTTRTT

Sorry about that but I need this layout to be perfect.
Really sorry to double post but I need this to work

TEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEESSSSSSSSSSSSSSSSSSSSSSSSSTTTTTTTTRTT

Sorry about that but I need this layout to be perfect.
Vizzed Elite
2nd Place In The June 2011 VCS 7th Place In the July 2011 VCS


Affected by 'Laziness Syndrome'

Registered: 11-02-10
Last Post: 4244 days
Last Active: 2574 days

05-23-12 08:24 PM
Lazlo Falconi is Offline
| ID: 588898 | 128 Words

Lazlo Falconi
Level: 98


POSTS: 1391/2750
POST EXP: 199963
LVL EXP: 9635501
CP: 3100.7
VIZ: 182754

Likes: 0  Dislikes: 0
TheTrigger15 : I like the background image, but the text is hard to read. You should add a DIV around your text with a background color. I would suggest
Try to make the width and height match the image, and that would be fantastic!

hackerman : There is no need to test your layout here. In your profile there is a section which says, "This is what your post will look like. If it doesnt look right here it will not look right in a post." Please consult this before posting here. If you need to test it stretching, in the layout designer there is a checkbox marked "Stretch with image". Check this box and click preview, and it will stretch your layout with a large image.
TheTrigger15 : I like the background image, but the text is hard to read. You should add a DIV around your text with a background color. I would suggest
Try to make the width and height match the image, and that would be fantastic!

hackerman : There is no need to test your layout here. In your profile there is a section which says, "This is what your post will look like. If it doesnt look right here it will not look right in a post." Please consult this before posting here. If you need to test it stretching, in the layout designer there is a checkbox marked "Stretch with image". Check this box and click preview, and it will stretch your layout with a large image.
Vizzed Elite
The Shake Zula


Affected by 'Laziness Syndrome'

Registered: 01-07-12
Location: Cartoon Hell
Last Post: 1382 days
Last Active: 1256 days

05-23-12 08:29 PM
ProGamer135 is Offline
| ID: 588901 | 52 Words

ProGamer135
Level: 65


POSTS: 611/1070
POST EXP: 57007
LVL EXP: 2313164
CP: 547.3
VIZ: 4107

Likes: 0  Dislikes: 0
I have purchased this layout awhile ago. I would enjoy users commenting on my current layout. Well, what do you Vizzed users think about my current layout I use to post? It is a amalgam of video game characters from different video game franchises. May favorite character on this layout is Mario.
I have purchased this layout awhile ago. I would enjoy users commenting on my current layout. Well, what do you Vizzed users think about my current layout I use to post? It is a amalgam of video game characters from different video game franchises. May favorite character on this layout is Mario.
Member
Call of Duty: Black Ops Two


Affected by 'Laziness Syndrome'

Registered: 04-13-12
Location: United States of America
Last Post: 3747 days
Last Active: 3738 days

05-23-12 09:50 PM
BNuge is Offline
| ID: 588939 | 30 Words

BNuge
Level: 137


POSTS: 4990/5714
POST EXP: 365399
LVL EXP: 30789645
CP: 14418.8
VIZ: 1504587

Likes: 0  Dislikes: 0
TheTrigger15 :

Lazlo is right. The picture has too many different colors to work for a layout.


Lazlo Falconi :

That's a Layout Creator layout, so adding background color isn't an option.
TheTrigger15 :

Lazlo is right. The picture has too many different colors to work for a layout.


Lazlo Falconi :

That's a Layout Creator layout, so adding background color isn't an option.
Vizzed Elite
Third Place in Feb 2011 VCS Achieved Ravering Syndrome + on Jan 6, 2012


Affected by 'Laziness Syndrome'

Registered: 04-30-10
Location: Northeast US
Last Post: 1192 days
Last Active: 417 days

Links

Page Comments


This page has no comments

Adblocker detected!

Vizzed.com is very expensive to keep alive! The Ads pay for the servers.

Vizzed has 3 TB worth of games and 1 TB worth of music.  This site is free to use but the ads barely pay for the monthly server fees.  If too many more people use ad block, the site cannot survive.

We prioritize the community over the site profits.  This is why we avoid using annoying (but high paying) ads like most other sites which include popups, obnoxious sounds and animations, malware, and other forms of intrusiveness.  We'll do our part to never resort to these types of ads, please do your part by helping support this site by adding Vizzed.com to your ad blocking whitelist.

×