Thread: image comment enlargement
Results 1 to 6 of 6
Related
-
Need Help with Comment Box. Forum: HTML Forum
Replies: 4 -
Scrolling comment box Forum: Myspace Forum
Replies: 1 -
Please comment on my site Forum: Show it off!
Replies: 0 -
Comment Boxes Forum: HTML Forum
Replies: 11
-
10-28-2007, 02:47 AM #1
image comment enlargement
i have a layout code that i half made myself, but for some reason iwhen my friends post picture comments they are absolutley tiny. how do i make my image comments bigger on a skinny myspace? i cannot find a code for it anywhere.
please help!!
-
10-28-2007, 02:39 PM #2
Re: image comment enlargement
Paste the below in the about me section of your profile, or if you already see this sort of code in your profile, just adjust the width properties.
HTML Code:<style type="text/css"> td.text td.text table table table td a img {width:100px;} td.text td.text table table table td div img {width:80px;} td.text td.text table table td img {width:260px; max-width:260px; width:auto;} td.text td.text table table td div img {width:80px;} * html td.text td.text table table td img {width:260px;} * html td.text td.text table table td a img {width:90px;} * html td.text td.text table table td div img {width:80px;} </style>
Last edited by HTML; 10-28-2007 at 02:52 PM.
-
10-29-2007, 02:02 AM #3
Re: image comment enlargement
ok well if i add that to what i already have it doesnt really work
this is the codeing i have for the table part
{ Table Properties }
table table { border: 0px }
table table table table{border:0px}
table, tr, td { background-color:transparent; border:none; border-width:0;}
table table table {
border-style:solid;
border-width:0;
border-color:000000;
background-color:CF7A62;
background-image:url('Enter Image URL');
background-repeat:repeat;
background-attachment:fixed;
background-position:top center;
filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
}
table table table table td {filter:none;}
table table table table {border:0px;}
td.text table, td.text table td {width:300px; padding:0px;}
td.text table table table table, td.text table table table table td {width:0px;}
table table td {width:10px;}
div table table td, table table table td {width:auto;}
td.text td.text table table div, td.text td.text table table a img {height:55px; width:65px !important; border-width:0px;}
i want to keep my profile as skinny as it is, like the width of the tables and stuff i just want to make the pics bigger?
so if you can tell me what to change or give me a new code so i can delete that one i would very much appreciate it
thanks
-
10-30-2007, 12:20 AM #4
Re: image comment enlargement
try using this:
{ Table Properties }
table table { border: 0px }
table table table table{border:0px}
table, tr, td { background-color:transparent; border:none; border-width:0;}
table table table {
border-style:solid;
border-width:0;
border-color:000000;
background-color:CF7A62;
background-image:url('Enter Image URL');
background-repeat:repeat;
background-attachment:fixed;
background-position:top center;
filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
}
table table table table td {filter:none;}
table table table table {border:0px;}
td.text table, td.text table td {width:300px; padding:0px;}
td.text table table table table, td.text table table table table td {width:0px;}
table table td {width:10px;}
div table table td, table table table td {width:auto;}
td.text td.text table table div, td.text td.text table table a img {height:55px; width:65px !important; border-width:0px;}
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
-
10-30-2007, 12:34 AM #5
Re: image comment enlargement
that one doesnt work either.
the tables stays the same width but the pictures are still tiny
this is my whole layout codeing. mabye something else is doing it
<style type="text/css">
{ Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body, .bodyContent {
background-color:ffffff;
background-image:url("IT WONT LET ME POST THE URL");
background-attachment:fixed;
background-position:top left;
background-repeat:no-repeat;
border-top-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-right-width:0px;
border-color:none;
border-style:solid;
padding-left:115px;
padding-right:0px;
}
{ Table Properties }
table table { border: 0px }
table table table table{border:0px}
table, tr, td { background-color:transparent; border:none; border-width:0;}
table table table {
border-style:solid;
border-width:0;
border-color:000000;
background-color:CF7A62;
background-image:url('Enter Image URL');
background-repeat:repeat;
background-attachment:fixed;
background-position:top center;
filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
}
table table table table td {filter:none;}
table table table table {border:0px;}
td.text table, td.text table td {width:300px; padding:0px;}
td.text table table table table, td.text table table table table td {width:0px;}
table table td {width:10px;}
div table table td, table table table td {width:auto;}
td.text td.text table table div, td.text td.text table table a img {height:55px; width:65px !important; border-width:0px;}
{ Text Properties }
table, tr, td, li, p, div {font-family:arial !important; font-size:10px !important; }
.btext, .orangetext15, .nametext, .whitetext12 {font-family:arial !important; font-size:10px !important; color:FFCC00 !important; font-weight:normal; font-style:centered; }
.blacktext10, .blacktext11, .blacktext12, .lightbluetext8, .redtext, .redbtext, .text {font-family:arial !important; font-size:10px !important; font-weight:normal; font-style:normal; }
{ Link Properties }
a:active, a:visited, a:link {font-family:arial !important; color:CC0000 !important; font-weight:normal; font-style:normal; }
a:hover {font-family:arial !important; color:CC0000 !important; font-weight:normal; font-style:normal; }
{ Tweaks }
<style type="text/css">
.contactTable .tdborder {visibility:hidden;}
.contactTable .tdborder table {visibility:visible}
.contactTable {border:none; background colour: none; filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50;}
<style type="text/css">
table table table td { !important;}
span.blacktext12 {
color:transparent;
visibility:visible !important;
background-color:transparent;
background-image:url("IT WONT LET ME POST THE URL");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:75px; display:block !important; }
span.blacktext12 img {display:none; }
</style><br><br>
sorry for being annoying i just really wnat this to work
-
11-10-2007, 09:33 AM #6
Re: image comment enlargement
The above code worked for me.